We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60ff036 commit 1fe3ebdCopy full SHA for 1fe3ebd
ARMClient.Authentication/Properties/AssemblyInfo.cs
@@ -31,5 +31,5 @@
31
//
32
// You can specify all the values or you can default the Build and Revision Numbers
33
// by using the '*' as shown below:
34
-[assembly: AssemblyVersion("1.8.0.0")]
35
-[assembly: AssemblyFileVersion("1.8.0.0")]
+[assembly: AssemblyVersion("1.9.0.0")]
+[assembly: AssemblyFileVersion("1.9.0.0")]
ARMClient.nuspec
@@ -3,7 +3,7 @@
3
<metadata>
4
<id>ARMClient</id>
5
<title>ARMClient</title>
6
- <version>1.8.0</version>
+ <version>1.9.0</version>
7
<authors>Project Kudu contributors</authors>
8
<summary>A simple command line tool to invoke the Azure Resource Manager API</summary>
9
<description>A simple command line tool to invoke the Azure Resource Manager API</description>
0 commit comments