diff --git a/VoiceTextWebAPI.Client/Properties/AssemblyInfo.cs b/VoiceTextWebAPI.Client/Properties/AssemblyInfo.cs index acb07ce..d4ca2a2 100644 --- a/VoiceTextWebAPI.Client/Properties/AssemblyInfo.cs +++ b/VoiceTextWebAPI.Client/Properties/AssemblyInfo.cs @@ -9,7 +9,7 @@ [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] -[assembly: AssemblyProduct(".NET Clinet for VoiceText Web API")] +[assembly: AssemblyProduct(".NET Client for VoiceText Web API")] [assembly: AssemblyCopyright("Copyright © J.Sakamoto 2014, MIT License")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -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.1")] +[assembly: AssemblyVersion("1.1.0.0")] diff --git a/VoiceTextWebAPI.Client/Speaker.cs b/VoiceTextWebAPI.Client/Speaker.cs index 44e2eec..b6f1b7c 100644 --- a/VoiceTextWebAPI.Client/Speaker.cs +++ b/VoiceTextWebAPI.Client/Speaker.cs @@ -11,6 +11,7 @@ public enum Speaker Show, Haruka, Hikari, - Takeru + Takeru, + Santa } } diff --git a/VoiceTextWebAPI.Client/VoiceTextWebAPI.Client.nuspec b/VoiceTextWebAPI.Client/VoiceTextWebAPI.Client.nuspec index 48501d1..e160ef8 100644 --- a/VoiceTextWebAPI.Client/VoiceTextWebAPI.Client.nuspec +++ b/VoiceTextWebAPI.Client/VoiceTextWebAPI.Client.nuspec @@ -18,6 +18,8 @@