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 062021c commit 025edabCopy full SHA for 025edab
CliNetliteInstaller/CliNetliteInstaller.wixproj
@@ -6,7 +6,7 @@
6
<ProductVersion>3.10</ProductVersion>
7
<ProjectGuid>f13fb7ef-d892-4229-a1eb-8b595d71d64e</ProjectGuid>
8
<SchemaVersion>2.0</SchemaVersion>
9
- <OutputName>cli-netlite-2.0.1</OutputName>
+ <OutputName>cli-netlite-2.1.1</OutputName>
10
<OutputType>Package</OutputType>
11
</PropertyGroup>
12
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
CliNetliteInstaller/Product.wxs
@@ -1,5 +1,5 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
-<?define version="2.0.1"?>
+<?define version="2.1.1"?>
3
<?define UpgradeCode="a580c04f-caec-4e18-9134-c4b8f1c8f1be"?>
4
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
5
<Product Id="*"
0 commit comments