File tree 4 files changed +8
-8
lines changed
TypeCobol.LanguageServer.Robot.Common
TypeCobol.LanguageServerRobot
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 5
5
// General Information about an assembly is controlled through the following
6
6
// set of attributes. Change these attribute values to modify the information
7
7
// associated with an assembly.
8
- [ assembly: AssemblyTitle ( "TypeCobol.LanguageServer.Robot" ) ]
8
+ [ assembly: AssemblyTitle ( "TypeCobol.LanguageServer.Robot.Common " ) ]
9
9
[ assembly: AssemblyDescription ( "" ) ]
10
10
[ assembly: AssemblyConfiguration ( "" ) ]
11
11
[ assembly: AssemblyCompany ( "" ) ]
32
32
// You can specify all the values or you can default the Build and Revision Numbers
33
33
// by using the '*' as shown below:
34
34
// [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 2
2
<package >
3
3
<metadata >
4
4
<id >TypeCobol.LanguageServer.Robot.Common</id >
5
- <version >1.0 .0</version >
5
+ <version >1.1 .0</version >
6
6
<authors >TypeCobol Team</authors >
7
7
<owners >TypeCobol Team</owners >
8
8
<!--
Original file line number Diff line number Diff line change 32
32
// You can specify all the values or you can default the Build and Revision Numbers
33
33
// by using the '*' as shown below:
34
34
// [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 2
2
<package >
3
3
<metadata >
4
4
<id >TypeCobol.LanguageServerRobot</id >
5
- <version >1.1 .0</version >
5
+ <version >1.2 .0</version >
6
6
<authors >TypeCobol Team</authors >
7
7
<owners >TypeCobol Team</owners >
8
8
<!--
17
17
<dependency id =" Newtonsoft.Json" version =" 11.0.0" exclude =" Build,Analyzers" />
18
18
<dependency id =" TypeCobol.LanguageServer.JsonRPC" version =" 1.0.1" />
19
19
<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" />
21
21
</group >
22
22
</dependencies >
23
23
</metadata >
You can’t perform that action at this time.
0 commit comments