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