We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 491094b commit 24b881eCopy full SHA for 24b881e
Solution/TypeCobol.LanguageServerRobot/Properties/AssemblyInfo.cs
@@ -32,5 +32,5 @@
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.0.*")]
35
-[assembly: AssemblyVersion("1.0.0.0")]
36
-[assembly: AssemblyFileVersion("1.0.0.0")]
+[assembly: AssemblyVersion("1.1.0.0")]
+[assembly: AssemblyFileVersion("1.1.0.0")]
Solution/TypeCobol.LanguageServerRobot/TypeCobol.LanguageServerRobot.nuspec
@@ -2,7 +2,7 @@
2
<package >
3
<metadata>
4
<id>TypeCobol.LanguageServerRobot</id>
5
- <version>1.0.0</version>
+ <version>1.1.0</version>
6
<authors>TypeCobol Team</authors>
7
<owners>TypeCobol Team</owners>
8
<!--
0 commit comments