Skip to content

Commit

Permalink
Merge pull request Azure#3255 from shahabhijeet/updateASver
Browse files Browse the repository at this point in the history
Updating version of 4 management plane SDK nuget package
  • Loading branch information
markcowl authored May 21, 2017
2 parents 73f2d64 + ee19036 commit 3f736b5
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 90 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Description>Provides management capabilities for Azure Analysis Services accounts.</Description>
<AssemblyTitle>Microsoft Azure Analysis Services Management Library</AssemblyTitle>
<VersionPrefix>1.1.1</VersionPrefix>
<VersionPrefix>1.1.2</VersionPrefix>
<AssemblyName>Microsoft.Azure.Management.Analysis</AssemblyName>
<PackageId>Microsoft.Azure.Management.Analysis</PackageId>
<PackageTags>Microsoft Azure resource management;asazure;REST HTTP client;azureofficial;windowsazureofficial;netcore451511</PackageTags>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,16 @@
using System.Resources;
using System.Runtime.InteropServices;

/*

[assembly: AssemblyTitle("Microsoft Azure Analysis Services Management Library")]
[assembly: AssemblyDescription("Provides management functionality for Azure Analysis Services Resources.")]

[assembly: AssemblyVersion("1.0.3.0")]
[assembly: AssemblyFileVersion("1.1.1.0")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.1.2.0")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
[assembly: AssemblyProduct("Microsoft Azure .NET SDK")]
[assembly: AssemblyCopyright("Copyright (c) Microsoft Corporation")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: NeutralResourcesLanguage("en")]
*/
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="$([MSBuild]::GetPathOfFileAbove('AzSdk.reference.props'))" />
<PropertyGroup>
<Version>2.0.0</Version>
<Version>2.0.1</Version>
<Description>Microsoft.Azure.Management.DevTestLabs</Description>
<AssemblyName>Microsoft.Azure.Management.DevTestLabs</AssemblyName>
<PackageId>Microsoft.Azure.Management.DevTestLabs</PackageId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[assembly: AssemblyTitle("Microsoft Azure DevTest Labs Management Library")]
[assembly: AssemblyDescription("Provides management functionality for Microsoft Azure DevTest Labs Resources.")]
[assembly: AssemblyVersion("2.0.0.0")]
[assembly: AssemblyFileVersion("2.0.0.0")]
[assembly: AssemblyFileVersion("2.0.1.0")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
[assembly: AssemblyProduct("Microsoft Azure .NET SDK")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Description>Provides management capabilities for Microsoft Azure IotHub.</Description>
<AssemblyTitle>Microsoft Azure IotHub Management</AssemblyTitle>
<AssemblyName>Microsoft.Azure.Management.IotHub</AssemblyName>
<VersionPrefix>1.1.1</VersionPrefix>
<VersionPrefix>1.1.2</VersionPrefix>
<PackageTags>Microsoft Azure IotHub;IotHub management;IotHub;REST HTTP client;azureofficial;windowsazureofficial;netcore451511</PackageTags>
</PropertyGroup>
<PropertyGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/SDKs/IotHub/Management.IotHub/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: NeutralResourcesLanguage("en")]
[assembly: AssemblyVersion("1.0.0.1")]
[assembly: AssemblyFileVersion("1.1.0.1")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.1.2.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<PackageId>Microsoft.Azure.Management.NotificationHubs</PackageId>
<Description>Provides developers with libraries to create and manager Namespaces of type NotificationHub and NotificationHubs. Manage Authorization Rules at both the resource levels. Note: This client library is for NotificationHubs under Azure Resource Manager.</Description>
<AssemblyName>Microsoft.Azure.Management.NotificationHubs</AssemblyName>
<VersionPrefix>2.3.0-preview</VersionPrefix>
<VersionPrefix>2.3.1-preview</VersionPrefix>
<PackageTags>Microsoft Azure NotificationHubs Management;NotificationHubs;NotificationHubs management</PackageTags>
</PropertyGroup>

Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[assembly: AssemblyDescription("Provides Microsoft Azure NotificationHubs management functions for managing the Microsoft Azure NotificationHubs service.")]

[assembly: AssemblyVersion("2.0.0.0")]
[assembly: AssemblyFileVersion("2.3.0.0")]
[assembly: AssemblyFileVersion("2.3.1.0")]

[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
Expand Down
60 changes: 0 additions & 60 deletions src/SDKs/NotificationHubs/Management.NotificationHubs/project.json

This file was deleted.

0 comments on commit 3f736b5

Please sign in to comment.