File tree Expand file tree Collapse file tree 7 files changed +39
-12
lines changed
TypeCobol.LanguageServer.Protocol
TypeCobol.LanguageServer.Robot.Common
TypeCobol.LanguageServer.Robot.Monitor
TypeCobol.LanguageServerRobot Expand file tree Collapse file tree 7 files changed +39
-12
lines changed Original file line number Diff line number Diff line change 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" ) ]
Original file line number Diff line number Diff line change 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<!--
Original file line number Diff line number Diff line change 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" ) ]
Original file line number Diff line number Diff line change 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<!--
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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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" ) ]
Original file line number Diff line number Diff line change 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<!--
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 >
You can’t perform that action at this time.
0 commit comments