Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Voicemail implementation (Issue #15) #81

Closed
wants to merge 13 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
57 changes: 35 additions & 22 deletions Jabbot.sln
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TeamCityAnnouncer", "Extens
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VotingSprocket", "Extensions\VotingSprocket\VotingSprocket.csproj", "{23F45EDA-A95D-4041-8B78-6F691A98B0CB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VoicemailSprocket", "VoicemailSprocket\VoicemailSprocket.csproj", "{FC6FF62D-C831-43EC-9843-01D658074C07}"
EndProject
Global
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = Jabbot.vsmdi
Expand Down Expand Up @@ -235,16 +237,6 @@ Global
{93DB29BE-BC75-4D59-9313-891A1245940D}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{93DB29BE-BC75-4D59-9313-891A1245940D}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{93DB29BE-BC75-4D59-9313-891A1245940D}.Release|x86.ActiveCfg = Release|Any CPU
{87E3E12D-F46E-4425-8375-6882A6DF243A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{87E3E12D-F46E-4425-8375-6882A6DF243A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{87E3E12D-F46E-4425-8375-6882A6DF243A}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{87E3E12D-F46E-4425-8375-6882A6DF243A}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{87E3E12D-F46E-4425-8375-6882A6DF243A}.Debug|x86.ActiveCfg = Debug|Any CPU
{87E3E12D-F46E-4425-8375-6882A6DF243A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{87E3E12D-F46E-4425-8375-6882A6DF243A}.Release|Any CPU.Build.0 = Release|Any CPU
{87E3E12D-F46E-4425-8375-6882A6DF243A}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{87E3E12D-F46E-4425-8375-6882A6DF243A}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{87E3E12D-F46E-4425-8375-6882A6DF243A}.Release|x86.ActiveCfg = Release|Any CPU
{1BCEA8B3-23C9-4087-9DC1-70EAC94D0787}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1BCEA8B3-23C9-4087-9DC1-70EAC94D0787}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1BCEA8B3-23C9-4087-9DC1-70EAC94D0787}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
Expand All @@ -265,6 +257,16 @@ Global
{4D94EB55-9204-4579-A79C-4D42F4ED85BB}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{4D94EB55-9204-4579-A79C-4D42F4ED85BB}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{4D94EB55-9204-4579-A79C-4D42F4ED85BB}.Release|x86.ActiveCfg = Release|Any CPU
{87E3E12D-F46E-4425-8375-6882A6DF243A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{87E3E12D-F46E-4425-8375-6882A6DF243A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{87E3E12D-F46E-4425-8375-6882A6DF243A}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{87E3E12D-F46E-4425-8375-6882A6DF243A}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{87E3E12D-F46E-4425-8375-6882A6DF243A}.Debug|x86.ActiveCfg = Debug|Any CPU
{87E3E12D-F46E-4425-8375-6882A6DF243A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{87E3E12D-F46E-4425-8375-6882A6DF243A}.Release|Any CPU.Build.0 = Release|Any CPU
{87E3E12D-F46E-4425-8375-6882A6DF243A}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{87E3E12D-F46E-4425-8375-6882A6DF243A}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{87E3E12D-F46E-4425-8375-6882A6DF243A}.Release|x86.ActiveCfg = Release|Any CPU
{6416F073-97F1-4DBB-B8D6-2011BE448D98}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6416F073-97F1-4DBB-B8D6-2011BE448D98}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6416F073-97F1-4DBB-B8D6-2011BE448D98}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
Expand Down Expand Up @@ -295,16 +297,6 @@ Global
{9731A150-94A1-4B46-A9AB-5B74B5D196AC}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{9731A150-94A1-4B46-A9AB-5B74B5D196AC}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{9731A150-94A1-4B46-A9AB-5B74B5D196AC}.Release|x86.ActiveCfg = Release|Any CPU
{23F45EDA-A95D-4041-8B78-6F691A98B0CB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{23F45EDA-A95D-4041-8B78-6F691A98B0CB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{23F45EDA-A95D-4041-8B78-6F691A98B0CB}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{23F45EDA-A95D-4041-8B78-6F691A98B0CB}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{23F45EDA-A95D-4041-8B78-6F691A98B0CB}.Debug|x86.ActiveCfg = Debug|Any CPU
{23F45EDA-A95D-4041-8B78-6F691A98B0CB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{23F45EDA-A95D-4041-8B78-6F691A98B0CB}.Release|Any CPU.Build.0 = Release|Any CPU
{23F45EDA-A95D-4041-8B78-6F691A98B0CB}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{23F45EDA-A95D-4041-8B78-6F691A98B0CB}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{23F45EDA-A95D-4041-8B78-6F691A98B0CB}.Release|x86.ActiveCfg = Release|Any CPU
{577B79CF-B210-4ED1-8D1C-AF51BDAA2344}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{577B79CF-B210-4ED1-8D1C-AF51BDAA2344}.Debug|Any CPU.Build.0 = Debug|Any CPU
{577B79CF-B210-4ED1-8D1C-AF51BDAA2344}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
Expand All @@ -315,6 +307,26 @@ Global
{577B79CF-B210-4ED1-8D1C-AF51BDAA2344}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{577B79CF-B210-4ED1-8D1C-AF51BDAA2344}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{577B79CF-B210-4ED1-8D1C-AF51BDAA2344}.Release|x86.ActiveCfg = Release|Any CPU
{23F45EDA-A95D-4041-8B78-6F691A98B0CB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{23F45EDA-A95D-4041-8B78-6F691A98B0CB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{23F45EDA-A95D-4041-8B78-6F691A98B0CB}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{23F45EDA-A95D-4041-8B78-6F691A98B0CB}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{23F45EDA-A95D-4041-8B78-6F691A98B0CB}.Debug|x86.ActiveCfg = Debug|Any CPU
{23F45EDA-A95D-4041-8B78-6F691A98B0CB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{23F45EDA-A95D-4041-8B78-6F691A98B0CB}.Release|Any CPU.Build.0 = Release|Any CPU
{23F45EDA-A95D-4041-8B78-6F691A98B0CB}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{23F45EDA-A95D-4041-8B78-6F691A98B0CB}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{23F45EDA-A95D-4041-8B78-6F691A98B0CB}.Release|x86.ActiveCfg = Release|Any CPU
{FC6FF62D-C831-43EC-9843-01D658074C07}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FC6FF62D-C831-43EC-9843-01D658074C07}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FC6FF62D-C831-43EC-9843-01D658074C07}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{FC6FF62D-C831-43EC-9843-01D658074C07}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{FC6FF62D-C831-43EC-9843-01D658074C07}.Debug|x86.ActiveCfg = Debug|Any CPU
{FC6FF62D-C831-43EC-9843-01D658074C07}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FC6FF62D-C831-43EC-9843-01D658074C07}.Release|Any CPU.Build.0 = Release|Any CPU
{FC6FF62D-C831-43EC-9843-01D658074C07}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{FC6FF62D-C831-43EC-9843-01D658074C07}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{FC6FF62D-C831-43EC-9843-01D658074C07}.Release|x86.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand All @@ -329,14 +341,15 @@ Global
{ED3BAD8A-2972-4D52-BE1E-9B73EE43E53C} = {7170D00A-149E-427F-A7F9-FBA91CE3F9D7}
{D05250A1-6F48-49F1-967C-BCB25213EA06} = {7170D00A-149E-427F-A7F9-FBA91CE3F9D7}
{93DB29BE-BC75-4D59-9313-891A1245940D} = {7170D00A-149E-427F-A7F9-FBA91CE3F9D7}
{87E3E12D-F46E-4425-8375-6882A6DF243A} = {7170D00A-149E-427F-A7F9-FBA91CE3F9D7}
{1BCEA8B3-23C9-4087-9DC1-70EAC94D0787} = {7170D00A-149E-427F-A7F9-FBA91CE3F9D7}
{4D94EB55-9204-4579-A79C-4D42F4ED85BB} = {7170D00A-149E-427F-A7F9-FBA91CE3F9D7}
{87E3E12D-F46E-4425-8375-6882A6DF243A} = {7170D00A-149E-427F-A7F9-FBA91CE3F9D7}
{6416F073-97F1-4DBB-B8D6-2011BE448D98} = {7170D00A-149E-427F-A7F9-FBA91CE3F9D7}
{9518C000-0F98-41B0-81E9-5E065CF5387E} = {7170D00A-149E-427F-A7F9-FBA91CE3F9D7}
{9731A150-94A1-4B46-A9AB-5B74B5D196AC} = {7170D00A-149E-427F-A7F9-FBA91CE3F9D7}
{23F45EDA-A95D-4041-8B78-6F691A98B0CB} = {7170D00A-149E-427F-A7F9-FBA91CE3F9D7}
{577B79CF-B210-4ED1-8D1C-AF51BDAA2344} = {7170D00A-149E-427F-A7F9-FBA91CE3F9D7}
{23F45EDA-A95D-4041-8B78-6F691A98B0CB} = {7170D00A-149E-427F-A7F9-FBA91CE3F9D7}
{FC6FF62D-C831-43EC-9843-01D658074C07} = {7170D00A-149E-427F-A7F9-FBA91CE3F9D7}
{3E8A88F3-737F-4F93-92EA-151B1FE3A44B} = {A3A6EC44-1F10-4427-98DC-CF13D11F8C79}
EndGlobalSection
EndGlobal
5 changes: 5 additions & 0 deletions Tests/ExtensionTests/ExtensionTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
<Compile Include="CalculatorSprocketTest.cs" />
<Compile Include="QuizSprocketTest.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="VoicemailSprocketTest.cs" />
<Compile Include="VoteSprocketTests.cs" />
<Compile Include="WeatherSprocketTest.cs" />
</ItemGroup>
Expand Down Expand Up @@ -82,6 +83,10 @@
<Project>{478BFCF7-9397-49A7-AFD4-060B6B749E77}</Project>
<Name>Jabbot</Name>
</ProjectReference>
<ProjectReference Include="..\..\VoicemailSprocket\VoicemailSprocket.csproj">
<Project>{FC6FF62D-C831-43EC-9843-01D658074C07}</Project>
<Name>VoicemailSprocket</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(SolutionDir)\.nuget\nuget.targets" />
Expand Down
107 changes: 107 additions & 0 deletions Tests/ExtensionTests/VoicemailSprocketTest.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,107 @@
using System.Collections.Generic;
using System.Dynamic;
using Jabbot;
using Jabbot.Models;
using Moq;
using Xunit;

namespace ExtensionTests
{
public class VoicemailSprocketTest
{
//Mocks, Stubs & Constants
private readonly Mock<IBot> mockBot;
private readonly IBot bot;
private const string Jibbr = "jibbr";
private const string ExampleContents = "Some message";

//SUT
private VoicemailSprocket.VoicemailSprocket voicemailSprocket;

public VoicemailSprocketTest()
{
mockBot = new Mock<IBot>();
mockBot.Setup(b => b.Name).Returns(Jibbr);
bot = mockBot.Object;

dynamic room1 = new DynamicRoom() { Name = "room1", Users = new List<DynamicUser> { new DynamicUser() { Name = "Claire" }, new DynamicUser() { Name = "mads" } } };
dynamic room2 = new DynamicRoom() { Name = "room2", Users = new List<DynamicUser> { new DynamicUser() { Name = "Claire" }, new DynamicUser() { Name = "bryce" }, new DynamicUser() { Name = "vicky" } } };
mockBot.Setup(b => b.GetRooms()).Returns(new List<dynamic>() { room1, room2 });

voicemailSprocket = new VoicemailSprocket.VoicemailSprocket();
}

[Fact]
public void CanNotifyAllUsersOfNewVoicemails()
{
//Setup
voicemailSprocket.Handle(new ChatMessage(string.Format("{0} '{1}'", "voicemail record", ExampleContents), "Jim", bot.Name), bot);
voicemailSprocket.Handle(new ChatMessage(string.Format("{0} '{1}'", "voicemail record", ExampleContents), "Jim", bot.Name), bot);

//Act
voicemailSprocket.Handle(new ChatMessage(string.Format("{0} '{1}'", "voicemail record", ExampleContents), "Jim", bot.Name), bot);

//Test
mockBot.Verify(b => b.PrivateReply(It.IsAny<string>(), It.Is<string>(what => what == string.Format("{0} has a new voicemail for you. There are {1} in total", Jibbr, 3))), Times.Exactly(4));
}

[Fact]
public void WillNotifyNewlyArrivedUsersOfVoicemails()
{
//Setup
const string newlyArrivedUser = "James";

voicemailSprocket = new VoicemailSprocket.VoicemailSprocket();
voicemailSprocket.Handle(new ChatMessage(string.Format("{0} '{1}'", "voicemail record", ExampleContents), "Jim", bot.Name), bot);

//Act
voicemailSprocket.Handle(new ChatMessage("[JABBR] - " + newlyArrivedUser + " just entered " + "TestRoom", newlyArrivedUser, bot.Name), bot);

//Test
mockBot.Verify(b => b.PrivateReply(newlyArrivedUser, It.Is<string>(what => what == string.Format("{0} has {1} new voicemail for you", Jibbr, "1"))));
}

[Fact]
public void CanRetrieveVoicemails()
{
//Setup
voicemailSprocket.Handle(new ChatMessage(string.Format("{0} '{1}'", "voicemail record", ExampleContents), "Jim", bot.Name), bot);
voicemailSprocket.Handle(new ChatMessage(string.Format("{0} '{1}'", "voicemail record", ExampleContents), "Jim", bot.Name), bot);
voicemailSprocket.Handle(new ChatMessage(string.Format("{0} '{1}'", "voicemail record", ExampleContents), "Jim", bot.Name), bot);

//Act
voicemailSprocket.Handle(new ChatMessage("voicemail retrieve", "Claire", bot.Name), bot);

//Test
mockBot.Verify(b => b.PrivateReply(It.Is<string>(s => s == "Claire"), string.Format(@"Jim said '{0}'", ExampleContents)), Times.Exactly(3));
}

[Fact]
public void CanClearYourOwnVoicemails()
{
//Setup
voicemailSprocket.Handle(new ChatMessage(string.Format("{0} '{1}'", "voicemail record", ExampleContents), "Jim", bot.Name), bot);
voicemailSprocket.Handle(new ChatMessage(string.Format("{0} '{1}'", "voicemail record", ExampleContents), "Jim", bot.Name), bot);
voicemailSprocket.Handle(new ChatMessage(string.Format("{0} '{1}'", "voicemail record", ExampleContents), "Claire", bot.Name), bot);

//Act
voicemailSprocket.Handle(new ChatMessage(string.Format("{0} '{1}'", "voicemail clear", ExampleContents), "Jim", bot.Name), bot);

//Test
voicemailSprocket.Handle(new ChatMessage(string.Format("{0} '{1}'", "voicemail retrieve", ExampleContents), "Giselle", bot.Name), bot);
mockBot.Verify(b => b.PrivateReply(It.Is<string>(s => s == "Giselle"), string.Format(@"Claire said '{0}'", ExampleContents)), Times.Exactly(1));
}
}

public class DynamicUser : DynamicObject
{
public string Name { get; set; }
}

public class DynamicRoom : DynamicObject
{
public List<DynamicUser> Users { get; set; }

public string Name { get; set; }
}
}
104 changes: 104 additions & 0 deletions Tests/ExtensionTests/VoicemailSprocketTest.cs.orig
Original file line number Diff line number Diff line change
@@ -0,0 +1,104 @@
using System.Collections;
using System.Collections.Generic;
using System.Dynamic;
using System.Linq;
using System.Text;
using Jabbot;
using Jabbot.CommandSprockets;
using Jabbot.Models;
using Moq;
using Xunit;

namespace ExtensionTests
{
public class VoicemailSprocketTest
{
//Mocks, Stubs & Constants
private readonly Mock<IBot> mockBot;
private readonly IBot bot;
private const string Jibbr = "jibbr";
private const string ExampleContents = "Some message";

//SUT
private VoicemailSprocket.VoicemailSprocket voicemailSprocket;

public VoicemailSprocketTest()
{
mockBot = new Mock<IBot>();
mockBot.Setup(b => b.Name).Returns(Jibbr);
bot = mockBot.Object;

dynamic room1 = new DynamicRoom() { Name = "room1", Users = new List<DynamicUser> { new DynamicUser() { Name = "claire" }, new DynamicUser() { Name = "mads" } } };
dynamic room2 = new DynamicRoom() { Name = "room2", Users = new List<DynamicUser> { new DynamicUser() { Name = "claire" }, new DynamicUser() { Name = "bryce" }, new DynamicUser() { Name = "vicky" } } };
mockBot.Setup(b => b.GetRooms()).Returns(new List<dynamic>() { room1, room2 });

voicemailSprocket = new VoicemailSprocket.VoicemailSprocket();
}

[Fact]
public void CanNotifyAllUsersOfNewVoicemails()
{
//Setup
voicemailSprocket.Handle(new ChatMessage(string.Format("{0} '{1}'", "record", ExampleContents), "Jim", bot.Name), bot);
voicemailSprocket.Handle(new ChatMessage(string.Format("{0} '{1}'", "record", ExampleContents), "Jim", bot.Name), bot);

//Act
voicemailSprocket.Handle(new ChatMessage(string.Format("{0} '{1}'", "record", ExampleContents), "Jim", bot.Name), bot);

//Test
mockBot.Verify(b => b.PrivateReply(It.IsAny<string>(), It.Is<string>(what => what == string.Format("{0} has a new voicemail for you. There are {1} in total", Jibbr, 3))), Times.Exactly(4));
}

[Fact]
public void WillNotifyNewlyArrivedUsersOfVoicemails()
{
//Setup
const string newlyArrivedUser = "James";

voicemailSprocket = new VoicemailSprocket.VoicemailSprocket();
voicemailSprocket.Handle(new ChatMessage(string.Format("{0} '{1}'", "record", ExampleContents), "Jim", bot.Name), bot);

//Act
voicemailSprocket.Handle(new ChatMessage("[JABBR] - " + newlyArrivedUser + " just entered " + "TestRoom", newlyArrivedUser, bot.Name), bot);

//Test
mockBot.Verify(b => b.PrivateReply(newlyArrivedUser, It.Is<string>(what => what == string.Format("{0} has {1} new voicemail for you", Jibbr, "1"))));
}

[Fact]
public void CanRetrieveVoicemails()
{
//Setup
voicemailSprocket.Handle(new ChatMessage(string.Format("{0} '{1}'", "record", ExampleContents), "Jim", bot.Name), bot);
voicemailSprocket.Handle(new ChatMessage(string.Format("{0} '{1}'", "record", ExampleContents), "Jim", bot.Name), bot);
voicemailSprocket.Handle(new ChatMessage(string.Format("{0} '{1}'", "record", ExampleContents), "Jim", bot.Name), bot);

//Act
<<<<<<< HEAD
voicemailSprocket.Handle(new ChatMessage("retrieve", "claire", bot.Name), bot);

//Test
mockBot.Verify(b => b.PrivateReply(It.Is<string>(s => s == "claire"), string.Format(@"Jim said '{0}'", ExampleContents)), Times.Exactly(3));
=======
voicemailSprocket.Handle(new ChatMessage("retrieve", "Jim", bot.Name), bot);

//Test
mockBot.Verify(b => b.PrivateReply(It.Is<string>(s => s == "Jim"), string.Format(
@"@Jim said: {0}", ExampleContents)), Times.Exactly(3));
>>>>>>> 4146d8c9679519bd346684440040704b17195c1c

}
}

public class DynamicUser : DynamicObject
{
public string Name { get; set; }
}

public class DynamicRoom : DynamicObject
{
public List<DynamicUser> Users { get; set; }

public string Name { get; set; }
}
}
36 changes: 36 additions & 0 deletions VoicemailSprocket/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("VoicemailSprocket")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("VoicemailSprocket")]
[assembly: AssemblyCopyright("Copyright © 2012")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("56742ee0-3bd2-4b4b-b216-1c6d0af2282f")]

// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
Loading