Skip to content

Commit 9b0b8a1

Browse files
author
Alan Quillin
committed
Updated assembly version to v1.1.0.2 and updated nuget package
1 parent e6aea6c commit 9b0b8a1

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

src/corelib/Properties/AssemblyInfo.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
// set of attributes. Change these attribute values to modify the information
77
// associated with an assembly.
88
[assembly: AssemblyTitle("openstack.net")]
9-
[assembly: AssemblyDescription("")]
9+
[assembly: AssemblyDescription("Rackspace Cloud SDK for Microsoft .NET")]
1010
[assembly: AssemblyConfiguration("")]
11-
[assembly: AssemblyCompany("")]
11+
[assembly: AssemblyCompany("Rackspace US, Inc.")]
1212
[assembly: AssemblyProduct("openstack.net")]
1313
[assembly: AssemblyCopyright("Copyright © 2012")]
1414
[assembly: AssemblyTrademark("")]
@@ -32,8 +32,8 @@
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.1")]
36-
[assembly: AssemblyFileVersion("1.1.0.1")]
35+
[assembly: AssemblyVersion("1.1.0.2")]
36+
[assembly: AssemblyFileVersion("1.1.0.2")]
3737

3838
[assembly: InternalsVisibleTo("OpenStackNet.Testing.Integration")]
3939
[assembly: InternalsVisibleTo("OpenStackNet.Testing.Unit")]

src/corelib/corelib.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<id>openstack.net</id>
55
<version>$version$</version>
66
<title>openstack.net</title>
7-
<authors>alanquillin, kravi</authors>
8-
<owners>alanquillin</owners>
7+
<authors>Rackspace</authors>
8+
<owners>Rackspace</owners>
99
<licenseUrl>https://github.com/rackspace/openstack.net/wiki/Copyright</licenseUrl>
1010
<projectUrl>https://github.com/rackspace/openstack.net</projectUrl>
1111
<requireLicenseAcceptance>true</requireLicenseAcceptance>

src/openstack.net.sln

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ Global
7979
{EA57BD15-3742-45B8-BDE2-263F7236BAFD}.Release|Any CPU.ActiveCfg = Release|Any CPU
8080
{EA57BD15-3742-45B8-BDE2-263F7236BAFD}.Release|Any CPU.Build.0 = Release|Any CPU
8181
{EA57BD15-3742-45B8-BDE2-263F7236BAFD}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
82-
{EA57BD15-3742-45B8-BDE2-263F7236BAFD}.Release|Mixed Platforms.Build.0 = Release|Any CPU
8382
{EA57BD15-3742-45B8-BDE2-263F7236BAFD}.Release|x86.ActiveCfg = Release|Any CPU
8483
EndGlobalSection
8584
GlobalSection(SolutionProperties) = preSolution

0 commit comments

Comments
 (0)