Skip to content

Commit

Permalink
Add speaker "Santa"(Santa Claus)!
Browse files Browse the repository at this point in the history
  • Loading branch information
jsakamoto committed Sep 4, 2014
1 parent 3604e77 commit 1467052
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions VoiceTextWebAPI.Client/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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("")]
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.1")]
[assembly: AssemblyVersion("1.1.0.0")]
3 changes: 2 additions & 1 deletion VoiceTextWebAPI.Client/Speaker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ public enum Speaker
Show,
Haruka,
Hikari,
Takeru
Takeru,
Santa
}
}
2 changes: 2 additions & 0 deletions VoiceTextWebAPI.Client/VoiceTextWebAPI.Client.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
</description>
<releaseNotes>
<![CDATA[
v.1.1
- Add speaker "Santa"(Santa Claus)!
v.1.0
- First release.
]]>
Expand Down

0 comments on commit 1467052

Please sign in to comment.