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 1d500f7 commit 608ff09Copy full SHA for 608ff09
setup/azurecmd.wxs
@@ -1,11 +1,11 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:util="http://schemas.microsoft.com/wix/UtilExtension">
3
4
- <?define productName="Microsoft Azure PowerShell - February 2016" ?>
+ <?define productName="Microsoft Azure PowerShell - March 2016" ?>
5
<?define sourceDir="$(var.SolutionDir)..\src\Package\$(var.Configuration)" ?>
6
<?define caSourceDir="$(var.SolutionDir)setup\bin\$(var.Configuration)" ?>
7
8
- <?define version="1.2.1" ?>
+ <?define version="1.2.2" ?>
9
10
<Product Id="*"
11
Name="$(var.productName)"
0 commit comments