From eb6b58c0213354e0536cc71ad19ef8ea1c476035 Mon Sep 17 00:00:00 2001 From: jsakamoto Date: Sat, 18 Oct 2014 11:02:40 +0900 Subject: [PATCH] Add speaker "Bear"(Berserk Bear)! --- VoiceTextWebAPI.Client/Properties/AssemblyInfo.cs | 2 +- VoiceTextWebAPI.Client/Speaker.cs | 3 ++- VoiceTextWebAPI.Client/VoiceTextWebAPI.Client.nuspec | 2 ++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/VoiceTextWebAPI.Client/Properties/AssemblyInfo.cs b/VoiceTextWebAPI.Client/Properties/AssemblyInfo.cs index d4ca2a2..c06e53c 100644 --- a/VoiceTextWebAPI.Client/Properties/AssemblyInfo.cs +++ b/VoiceTextWebAPI.Client/Properties/AssemblyInfo.cs @@ -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.1.0.0")] +[assembly: AssemblyVersion("1.2.0.0")] diff --git a/VoiceTextWebAPI.Client/Speaker.cs b/VoiceTextWebAPI.Client/Speaker.cs index b6f1b7c..96ec3dc 100644 --- a/VoiceTextWebAPI.Client/Speaker.cs +++ b/VoiceTextWebAPI.Client/Speaker.cs @@ -12,6 +12,7 @@ public enum Speaker Haruka, Hikari, Takeru, - Santa + Santa, + Bear } } diff --git a/VoiceTextWebAPI.Client/VoiceTextWebAPI.Client.nuspec b/VoiceTextWebAPI.Client/VoiceTextWebAPI.Client.nuspec index e160ef8..af88646 100644 --- a/VoiceTextWebAPI.Client/VoiceTextWebAPI.Client.nuspec +++ b/VoiceTextWebAPI.Client/VoiceTextWebAPI.Client.nuspec @@ -18,6 +18,8 @@