Skip to content

Commit

Permalink
Fix: The name of NuGet package is invalid.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsakamoto committed Sep 1, 2014
1 parent 3100ef4 commit 2318b01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions VoiceTextWebAPI.Client/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// 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("VoiceTextWebAPI")]
[assembly: AssemblyTitle("VoiceTextWebAPI.Client")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
Expand All @@ -32,4 +32,4 @@
// 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: AssemblyVersion("1.0.0.1")]

0 comments on commit 2318b01

Please sign in to comment.