Skip to content

Commit

Permalink
bump the version on .net sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
athipp committed Oct 21, 2016
1 parent cc4565d commit 9b9d532
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Expand Up @@ -39,7 +39,7 @@
"Microsoft.Rest.ClientRuntime": "[2.3.2,3.0)",
"Microsoft.Azure.Management.ResourceManager": "[1.1.3-preview,2.0.0)",
"xunit": "2.2.0-beta2-build3300",
"Microsoft.Azure.Management.Analysis": "[1.0.0-preview,2.0.0)",
"Microsoft.Azure.Management.Analysis": "[1.0.1-preview,2.0.0)",
"dotnet-test-xunit": "2.2.0-preview2-build1029"
}
}
Expand Up @@ -20,8 +20,8 @@
[assembly: AssemblyTitle("Microsoft Azure Analysis Services Management Library")]
[assembly: AssemblyDescription("Provides management functionality for Azure Analysis Services Resources.")]

[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.0.1.0")]
[assembly: AssemblyFileVersion("1.0.1.0")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
[assembly: AssemblyProduct("Microsoft Azure .NET SDK")]
Expand Down
@@ -1,5 +1,5 @@
{
"version": "1.0.0-preview",
"version": "1.0.1-preview",
"title": "Microsoft Azure Analysis Services Management Library",
"description": "Provides management capabilities for Azure Analysis Services accounts.",
"authors": [ "Microsoft" ],
Expand Down

0 comments on commit 9b9d532

Please sign in to comment.