Skip to content

Commit

Permalink
Bump up version for nuget release for Azure Management Network (#3543)
Browse files Browse the repository at this point in the history
* Fix parameter name and structure for radius server setting for VpnGateways - Retake

Fix parameter name and structure for radius server setting for
VpnGateways

* Bump up version for nuget release for Azure Management Network

Bump up version for nuget release for Azure Management Network

* #0 Incorporating review comments

* #0 Revert Assembly file version change

* #0 Correct Assembly file version change
  • Loading branch information
ritwikbasu authored and shahabhijeet committed Aug 3, 2017
1 parent 813ae6f commit de457d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@
<PackageId>Microsoft.Azure.Management.Network</PackageId>
<Description>Provides management capabilities for Network services.</Description>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<VersionPrefix>12.0.0-preview</VersionPrefix>
<Version>12.0.1-preview</Version>
<PackageTags>Microsoft Azure Network management;Network;Network management;windowsazureofficial</PackageTags>
</PropertyGroup>
<PropertyGroup>
<TargetFrameworks>net452;netstandard1.4</TargetFrameworks>
<Version>12.0.0-preview</Version>
</PropertyGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[assembly: AssemblyDescription("Provides Microsoft Azure Network management functions for managing the Microsoft Azure Network service.")]

[assembly: AssemblyVersion("12.0.0.0")]
[assembly: AssemblyFileVersion("12.0.0.0")]
[assembly: AssemblyFileVersion("12.0.1.0")]

[assembly: AssemblyCompany("Microsoft")]
[assembly: AssemblyProduct("Microsoft Azure .NET SDK")]
Expand Down

0 comments on commit de457d3

Please sign in to comment.