Skip to content

Commit 24b881e

Browse files
committed
WI #61 Change versions
1 parent 491094b commit 24b881e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Solution/TypeCobol.LanguageServerRobot/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.0.0.0")]
36-
[assembly: AssemblyFileVersion("1.0.0.0")]
35+
[assembly: AssemblyVersion("1.1.0.0")]
36+
[assembly: AssemblyFileVersion("1.1.0.0")]

Solution/TypeCobol.LanguageServerRobot/TypeCobol.LanguageServerRobot.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package >
33
<metadata>
44
<id>TypeCobol.LanguageServerRobot</id>
5-
<version>1.0.0</version>
5+
<version>1.1.0</version>
66
<authors>TypeCobol Team</authors>
77
<owners>TypeCobol Team</owners>
88
<!--

0 commit comments

Comments
 (0)