Skip to content

Commit 8c7affc

Browse files
adding NuGet data for MessageGeneration, Urdf and RosBridgeClient Libraries
1 parent f469726 commit 8c7affc

File tree

11 files changed

+98
-38
lines changed

11 files changed

+98
-38
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<package >
3+
<metadata>
4+
<id>RosSharp$id$</id>
5+
<version>$version$</version>
6+
<title>$title$</title>
7+
<authors>$author$</authors>
8+
<requireLicenseAcceptance>false</requireLicenseAcceptance>
9+
<license type="expression">Apache-2.0</license>
10+
<projectUrl>https://github.com/siemens/ros-sharp</projectUrl>
11+
<icon>images\RosSharpLogoNuget.png</icon>
12+
<description>$description$</description>
13+
<releaseNotes>https://github.com/siemens/ros-sharp/releases</releaseNotes>
14+
<copyright>$copyright$</copyright>
15+
<tags>ROS Robotic Operating System</tags>
16+
</metadata>
17+
<files>
18+
<file src="..\RosSharpLogoNuget.png" target="images\" />
19+
</files>
20+
</package>

Libraries/MessageGeneration/Properties/AssemblyInfo.cs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
// set of attributes. Change these attribute values to modify the information
77
// associated with an assembly.
88
[assembly: AssemblyTitle("MessageGeneration")]
9-
[assembly: AssemblyDescription("")]
9+
[assembly: AssemblyDescription(".NET Library for generating C# source code for ROS message/service/action")]
1010
[assembly: AssemblyConfiguration("")]
11-
[assembly: AssemblyCompany("")]
12-
[assembly: AssemblyProduct("MessageGeneration")]
13-
[assembly: AssemblyCopyright("Copyright © 2019")]
11+
[assembly: AssemblyCompany("Siemens AG")]
12+
[assembly: AssemblyProduct("ROS#")]
13+
[assembly: AssemblyCopyright("Copyright © 2021")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
1616

@@ -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.7.0.0")]
36+
[assembly: AssemblyFileVersion("1.7.0.0")]

Libraries/MessageGenerationConsoleTool/Properties/AssemblyInfo.cs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
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("MessageGenerationTest")]
9-
[assembly: AssemblyDescription("")]
8+
[assembly: AssemblyTitle("MessageGenerationConsoleTool")]
9+
[assembly: AssemblyDescription("Console tool for generating C# source code for ROS message/service/action.")]
1010
[assembly: AssemblyConfiguration("")]
11-
[assembly: AssemblyCompany("")]
12-
[assembly: AssemblyProduct("MessageGenerationTest")]
13-
[assembly: AssemblyCopyright("Copyright © 2019")]
11+
[assembly: AssemblyCompany("Siemens AG")]
12+
[assembly: AssemblyProduct("ROS#")]
13+
[assembly: AssemblyCopyright("Copyright © 2021")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
1616

@@ -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.7.0.0")]
36+
[assembly: AssemblyFileVersion("1.7.0.0")]

Libraries/RosBridgeClient/Properties/AssemblyInfo.cs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ limitations under the License.
2222
// set of attributes. Change these attribute values to modify the information
2323
// associated with an assembly.
2424
[assembly: AssemblyTitle("RosBridgeClient")]
25-
[assembly: AssemblyDescription("")]
25+
[assembly: AssemblyDescription(".NET API to ROS via rosbridge_suite")]
2626
[assembly: AssemblyConfiguration("")]
27-
[assembly: AssemblyCompany("Licence Owner")]
28-
[assembly: AssemblyProduct("RosBridgeClient")]
29-
[assembly: AssemblyCopyright("Copyright © Licence Owner 2016")]
27+
[assembly: AssemblyCompany("Siemens AG")]
28+
[assembly: AssemblyProduct("ROS#")]
29+
[assembly: AssemblyCopyright("Copyright © 2021")]
3030
[assembly: AssemblyTrademark("")]
3131
[assembly: AssemblyCulture("")]
3232

@@ -51,5 +51,5 @@ limitations under the License.
5151
// You can specify all the values or you can default the Build and Revision Numbers
5252
// by using the '*' as shown below:
5353
// [assembly: AssemblyVersion("1.0.*")]
54-
[assembly: AssemblyVersion("1.0.0.0")]
55-
[assembly: AssemblyFileVersion("1.0.0.0")]
54+
[assembly: AssemblyVersion("1.7.0.0")]
55+
[assembly: AssemblyFileVersion("1.7.0.0")]
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<package >
3+
<metadata>
4+
<id>RosSharp$id$</id>
5+
<version>$version$</version>
6+
<title>$title$</title>
7+
<authors>$author$</authors>
8+
<requireLicenseAcceptance>false</requireLicenseAcceptance>
9+
<license type="expression">Apache-2.0</license>
10+
<projectUrl>https://github.com/siemens/ros-sharp</projectUrl>
11+
<icon>images\RosSharpLogoNuget.png</icon>
12+
<description>$description$</description>
13+
<releaseNotes>https://github.com/siemens/ros-sharp/releases</releaseNotes>
14+
<copyright>$copyright$</copyright>
15+
<tags>ROS Robotic Operating System</tags>
16+
</metadata>
17+
<files>
18+
<file src="..\RosSharpLogoNuget.png" target="images\" />
19+
</files>
20+
</package>

Libraries/RosBridgeClientTest/Properties/AssemblyInfo.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ limitations under the License.
2323
[assembly: AssemblyTitle("RosBridgeClientTest")]
2424
[assembly: AssemblyDescription("")]
2525
[assembly: AssemblyConfiguration("")]
26-
[assembly: AssemblyCompany("Licence Owner")]
27-
[assembly: AssemblyProduct("RosBridgeClientTest")]
28-
[assembly: AssemblyCopyright("Copyright © Licence Owner 2018")]
26+
[assembly: AssemblyCompany("Siemens AG")]
27+
[assembly: AssemblyProduct("ROS#")]
28+
[assembly: AssemblyCopyright("Copyright © 2021")]
2929
[assembly: AssemblyTrademark("")]
3030
[assembly: AssemblyCulture("")]
3131

@@ -47,5 +47,5 @@ limitations under the License.
4747
// You can specify all the values or you can default the Build and Revision Numbers
4848
// by using the '*' as shown below:
4949
// [assembly: AssemblyVersion("1.0.*")]
50-
[assembly: AssemblyVersion("1.0.0.0")]
51-
[assembly: AssemblyFileVersion("1.0.0.0")]
50+
[assembly: AssemblyVersion("1.7.0.0")]
51+
[assembly: AssemblyFileVersion("1.7.0.0")]

Libraries/RosSharpLogoNuget.png

48.3 KB
Loading

Libraries/Urdf/Properties/AssemblyInfo.cs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
// set of attributes. Change these attribute values to modify the information
77
// associated with an assembly.
88
[assembly: AssemblyTitle("Urdf")]
9-
[assembly: AssemblyDescription("")]
9+
[assembly: AssemblyDescription("URDF file parser for .NET applications")]
1010
[assembly: AssemblyConfiguration("")]
11-
[assembly: AssemblyCompany("Licence Owner")]
12-
[assembly: AssemblyProduct("Urdf")]
13-
[assembly: AssemblyCopyright("Copyright © Licence Owner 2017")]
11+
[assembly: AssemblyCompany("Siemens AG")]
12+
[assembly: AssemblyProduct("ROS#")]
13+
[assembly: AssemblyCopyright("Copyright © 2021")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
1616

@@ -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.7.0.0")]
36+
[assembly: AssemblyFileVersion("1.7.0.0")]

Libraries/Urdf/Urdf.nuspec

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<package >
3+
<metadata>
4+
<id>RosSharp$id$</id>
5+
<version>$version$</version>
6+
<title>$title$</title>
7+
<authors>$author$</authors>
8+
<requireLicenseAcceptance>false</requireLicenseAcceptance>
9+
<license type="expression">Apache-2.0</license>
10+
<projectUrl>https://github.com/siemens/ros-sharp</projectUrl>
11+
<icon>images\RosSharpLogoNuget.png</icon>
12+
<description>$description$</description>
13+
<releaseNotes>https://github.com/siemens/ros-sharp/releases</releaseNotes>
14+
<copyright>$copyright$</copyright>
15+
<tags>ROS Robotic Operating System</tags>
16+
</metadata>
17+
<files>
18+
<file src="..\RosSharpLogoNuget.png" target="images\" />
19+
</files>
20+
</package>

Libraries/UrdfTest/Properties/AssemblyInfo.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
[assembly: AssemblyTitle("UrdfImporterTest")]
99
[assembly: AssemblyDescription("")]
1010
[assembly: AssemblyConfiguration("")]
11-
[assembly: AssemblyCompany("")]
12-
[assembly: AssemblyProduct("UrdfImporterTest")]
13-
[assembly: AssemblyCopyright("Copyright © 2018")]
11+
[assembly: AssemblyCompany("Siemens AG")]
12+
[assembly: AssemblyProduct("ROS#")]
13+
[assembly: AssemblyCopyright("Copyright © 2021")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
1616

@@ -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.7.0.0")]
36+
[assembly: AssemblyFileVersion("1.7.0.0")]

0 commit comments

Comments
 (0)