Skip to content

Commit

Permalink
Update version 1.6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
suwatch committed Apr 21, 2020
1 parent fa3db53 commit 3b2983c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
5 changes: 2 additions & 3 deletions ARMClient.Authentication/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,5 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.5.0.0")]
[assembly: AssemblyFileVersion("1.5.0.0")]
[assembly: AssemblyVersion("1.6.0.0")]
[assembly: AssemblyFileVersion("1.6.0.0")]
2 changes: 1 addition & 1 deletion ARMClient.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>ARMClient</id>
<title>ARMClient</title>
<version>1.5.0</version>
<version>1.6.0</version>
<authors>Project Kudu contributors</authors>
<summary>A simple command line tool to invoke the Azure Resource Manager API</summary>
<description>A simple command line tool to invoke the Azure Resource Manager API</description>
Expand Down
3 changes: 3 additions & 0 deletions BuildPackage.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ msbuild

md artifacts
nuget pack -NoPackageAnalysis -OutputDirectory artifacts ARMClient.nuspec

REM choco apikey --key [api-key] --source https://push.chocolatey.org/
REM choco push artifacts\ARMClient.1.6.0.nupkg --source https://push.chocolatey.org/

0 comments on commit 3b2983c

Please sign in to comment.