Skip to content

Commit

Permalink
[Azure Traffic Manager] Rollback client runtime package versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
dsgouda authored Sep 28, 2018
2 parents ae10de6 + 775420e commit d97e639
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<PackageId>Microsoft.Azure.Management.TrafficManager</PackageId>
<Description>Microsoft Azure Management TrafficManager Library</Description>
<AssemblyName>Microsoft.Azure.Management.TrafficManager</AssemblyName>
<Version>2.5.1</Version>
<Version>2.5.2</Version>
<PackageTags>Microsoft Azure TrafficManager management;TrafficManager;TrafficManager management;</PackageTags>
<PackageReleaseNotes>
<![CDATA[
This is the Azure Traffic Manager SDK for API version 2018-04-01.
Do not omit resource id, type and name in API requests.
Do not omit resource id, type and name in API requests.
]]>
</PackageReleaseNotes>
</PropertyGroup>
Expand All @@ -23,4 +23,8 @@
<!-- Please do not move/edit code below this line -->
<Import Condition=" Exists('$([MSBuild]::GetPathOfFileAbove(AzSdk.RP.props))') " Project="$([MSBuild]::GetPathOfFileAbove('AzSdk.RP.props'))" />
<!-- Please do not move/edit code above this line -->
<ItemGroup>
<PackageReference Update="Microsoft.Rest.ClientRuntime" Version="2.3.13" />
<PackageReference Update="Microsoft.Rest.ClientRuntime.Azure" Version="3.3.15" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[assembly: AssemblyDescription("Provides Microsoft Azure Traffic Manager management functions for managing the Microsoft Azure Traffic Manager service.")]

[assembly: AssemblyVersion("2.0.0.0")]
[assembly: AssemblyFileVersion("2.5.1.0")]
[assembly: AssemblyFileVersion("2.5.2.0")]

[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
Expand Down

0 comments on commit d97e639

Please sign in to comment.