Skip to content

Commit 210324f

Browse files
committed
#57: Nuget spec files for v 1.0
1 parent 9817a38 commit 210324f

File tree

7 files changed

+39
-12
lines changed

7 files changed

+39
-12
lines changed

‎Solution/TypeCobol.LanguageServer.Protocol/Properties/AssemblyInfo.cs‎

Lines changed: 2 additions & 2 deletions
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("0.5.1.0")]
36-
[assembly: AssemblyFileVersion("0.5.1.0")]
35+
[assembly: AssemblyVersion("1.0.0.0")]
36+
[assembly: AssemblyFileVersion("1.0.0.0")]

‎Solution/TypeCobol.LanguageServer.Protocol/TypeCobol.LanguageServer.Protocol.nuspec‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package >
33
<metadata>
44
<id>TypeCobol.LanguageServer.Protocol</id>
5-
<version>0.5.1</version>
5+
<version>1.0.0</version>
66
<authors>TypeCobol Team</authors>
77
<owners>TypeCobol Team</owners>
88
<!--

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

Lines changed: 2 additions & 2 deletions
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("0.5.1.0")]
36-
[assembly: AssemblyFileVersion("0.5.1.0")]
35+
[assembly: AssemblyVersion("1.0.0.0")]
36+
[assembly: AssemblyFileVersion("1.0.0.0")]

‎Solution/TypeCobol.LanguageServer.Robot.Common/TypeCobol.LanguageServer.Robot.Common.nuspec‎

Lines changed: 2 additions & 2 deletions
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>0.5.1</version>
5+
<version>1.0.0</version>
66
<authors>TypeCobol Team</authors>
77
<owners>TypeCobol Team</owners>
88
<!--
@@ -16,7 +16,7 @@
1616
<group targetFramework=".NETFramework4.5">
1717
<dependency id="Newtonsoft.Json" version="11.0.0" exclude="Build,Analyzers" />
1818
<dependency id="TypeCobol.LanguageServer.JsonRPC" version="1.0.1" />
19-
<dependency id="TypeCobol.LanguageServer.Protocol" version="0.5.1" />
19+
<dependency id="TypeCobol.LanguageServer.Protocol" version="1.0.0" />
2020
</group>
2121
</dependencies>
2222
</metadata>
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<?xml version="1.0"?>
2+
<package >
3+
<metadata>
4+
<id>TypeCobol.LanguageServer.Robot.Monitor</id>
5+
<version>1.0.0</version>
6+
<authors>TypeCobol Team</authors>
7+
<owners>TypeCobol Team</owners>
8+
<!--
9+
<requireLicenseAcceptance>true</requireLicenseAcceptance>
10+
-->
11+
<licenseUrl>https://github.com/TypeCobolTeam/LanguageServerRobot/blob/master/LICENSE.md</licenseUrl>
12+
<projectUrl>https://github.com/TypeCobolTeam/LanguageServerRobot</projectUrl>
13+
<description>TypeCobol Language Server Robot Monitoring Application.</description>
14+
<repository type="git" url="https://github.com/TypeCobolTeam/LanguageServerRobot.git" />
15+
<dependencies>
16+
<group targetFramework=".NETFramework4.5">
17+
<dependency id="Newtonsoft.Json" version="11.0.0" exclude="Build,Analyzers" />
18+
<dependency id="TypeCobol.LanguageServer.JsonRPC" version="1.0.1" />
19+
<dependency id="TypeCobol.LanguageServer.Protocol" version="1.0.0" />
20+
<dependency id="TypeCobol.LanguageServer.Robot.Common" version="1.0.0" />
21+
</group>
22+
</dependencies>
23+
</metadata>
24+
<files>
25+
<file src="..\TypeCobol.LanguageServerRobot\bin\Release\TypeCobol.LanguageServer.Robot.Monitor.exe" target="lib\net45\TypeCobol.LanguageServer.Robot.Monitor.exe" />
26+
</files>
27+
</package>

‎Solution/TypeCobol.LanguageServerRobot/Properties/AssemblyInfo.cs‎

Lines changed: 2 additions & 2 deletions
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("0.5.1.0")]
36-
[assembly: AssemblyFileVersion("0.5.1.0")]
35+
[assembly: AssemblyVersion("1.0.0.0")]
36+
[assembly: AssemblyFileVersion("1.0.0.0")]

‎Solution/TypeCobol.LanguageServerRobot/TypeCobol.LanguageServerRobot.nuspec‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package >
33
<metadata>
44
<id>TypeCobol.LanguageServerRobot</id>
5-
<version>0.5.1</version>
5+
<version>1.0.0</version>
66
<authors>TypeCobol Team</authors>
77
<owners>TypeCobol Team</owners>
88
<!--
@@ -16,8 +16,8 @@
1616
<group targetFramework=".NETFramework4.5">
1717
<dependency id="Newtonsoft.Json" version="11.0.0" exclude="Build,Analyzers" />
1818
<dependency id="TypeCobol.LanguageServer.JsonRPC" version="1.0.1" />
19-
<dependency id="TypeCobol.LanguageServer.Protocol" version="0.5.1" />
20-
<dependency id="TypeCobol.LanguageServer.Robot.Common" version="0.5.1" />
19+
<dependency id="TypeCobol.LanguageServer.Protocol" version="1.0.0" />
20+
<dependency id="TypeCobol.LanguageServer.Robot.Common" version="1.0.0" />
2121
</group>
2222
</dependencies>
2323
</metadata>

0 commit comments

Comments
 (0)