We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfb0aba commit a07aeadCopy full SHA for a07aead
2 files changed
rosette_api/Properties/AssemblyInfo.cs
@@ -31,6 +31,6 @@
31
//
32
// You can specify all the values or you can default the Build and Revision Numbers
33
// by using the '*' as shown below:
34
-// [assembly: AssemblyVersion("1.30.0.0")]
35
-[assembly: AssemblyVersion("1.30.0.0")]
36
-[assembly: AssemblyFileVersion("1.30.0.0")]
+// [assembly: AssemblyVersion("1.31.0.0")]
+[assembly: AssemblyVersion("1.31.0.0")]
+[assembly: AssemblyFileVersion("1.31.0.0")]
rosette_api/rosette_api.nuspec
@@ -2,7 +2,7 @@
2
<package>
3
<metadata>
4
<id>rosette_api</id>
5
- <version>1.30.0</version>
+ <version>1.31.0</version>
6
<description>.Net (C#) Binding for Babel Street Analytics API</description>
7
<!-- TODO update these once there is a user on Nuget -->
8
<authors>basistech</authors>
0 commit comments