We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28106c0 commit bf2c3c7Copy full SHA for bf2c3c7
src/Common/Commands.Common/AzurePowerShell.cs
@@ -26,9 +26,9 @@ public class AzurePowerShell
26
27
public const string AssemblyCopyright = "Copyright © Microsoft";
28
29
- public const string AssemblyVersion = "1.0.0";
+ public const string AssemblyVersion = "1.0.5";
30
31
- public const string AssemblyFileVersion = "1.0.4";
+ public const string AssemblyFileVersion = "1.0.5";
32
33
public const string ProfileFile = "AzureProfile.json";
34
0 commit comments