Skip to content

Commit ecf9dec

Browse files
committed
new definitions for version
2 parents a0f9e2d + 44b175f commit ecf9dec

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Elastacloud.AzureManagement.Fluent.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>Elastacloud.AzureManagement.Fluent</id>
5-
<version>0.5.0.94</version>
5+
<version>0.5.0.95</version>
66
<title>Azure Fluent Management Library</title>
77
<authors>Elastacloud Limited (@azurecoder,@andybareweb,@isaac_abraham)</authors>
88
<owners>Elastacloud Limited</owners>
99
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1010
<description>Library used for management of Windows Azure services, SQL, storage, WASD, WAMS and VM's and networking</description>
1111
<releaseNotes>Latest release with a bunch of new features around networking</releaseNotes>
12-
<copyright>Copyright © 2014</copyright>
12+
<copyright>Copyright © 2015</copyright>
1313
<tags>azure, service management api</tags>
1414
<dependencies>
1515
<dependency id="BouncyCastle" version="1.7.0" />

Elastacloud.AzureManagement.Fluent/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@
4949

5050
// Make internal interfaces visible to Moq and the testing library
5151
[assembly: InternalsVisibleTo("DynamicProxyGenAssembly2"), InternalsVisibleTo("Elastacloud.AzureManagement.Fluent.Tests")]
52-
[assembly: AssemblyVersion("0.5.0.94")]
53-
[assembly: AssemblyFileVersion("0.5.0.94")]
52+
[assembly: AssemblyVersion("0.5.0.96")]
53+
[assembly: AssemblyFileVersion("0.5.0.96")]

0 commit comments

Comments
 (0)