Skip to content

Commit 90eccaf

Browse files
committed
WI #63 Nuget for v1.2
1 parent 6738188 commit 90eccaf

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

Solution/TypeCobol.LanguageServer.Robot.Common/Properties/AssemblyInfo.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// General Information about an assembly is controlled through the following
66
// set of attributes. Change these attribute values to modify the information
77
// associated with an assembly.
8-
[assembly: AssemblyTitle("TypeCobol.LanguageServer.Robot")]
8+
[assembly: AssemblyTitle("TypeCobol.LanguageServer.Robot.Common")]
99
[assembly: AssemblyDescription("")]
1010
[assembly: AssemblyConfiguration("")]
1111
[assembly: AssemblyCompany("")]
@@ -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.LanguageServer.Robot.Common/TypeCobol.LanguageServer.Robot.Common.nuspec

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

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.1.0.0")]
36-
[assembly: AssemblyFileVersion("1.1.0.0")]
35+
[assembly: AssemblyVersion("1.2.0.0")]
36+
[assembly: AssemblyFileVersion("1.2.0.0")]

Solution/TypeCobol.LanguageServerRobot/TypeCobol.LanguageServerRobot.nuspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package >
33
<metadata>
44
<id>TypeCobol.LanguageServerRobot</id>
5-
<version>1.1.0</version>
5+
<version>1.2.0</version>
66
<authors>TypeCobol Team</authors>
77
<owners>TypeCobol Team</owners>
88
<!--
@@ -17,7 +17,7 @@
1717
<dependency id="Newtonsoft.Json" version="11.0.0" exclude="Build,Analyzers" />
1818
<dependency id="TypeCobol.LanguageServer.JsonRPC" version="1.0.1" />
1919
<dependency id="TypeCobol.LanguageServer.Protocol" version="1.0.0" />
20-
<dependency id="TypeCobol.LanguageServer.Robot.Common" version="1.0.0" />
20+
<dependency id="TypeCobol.LanguageServer.Robot.Common" version="1.1.0" />
2121
</group>
2222
</dependencies>
2323
</metadata>

0 commit comments

Comments
 (0)