Skip to content

Commit 40e9eb6

Browse files
committed
1.2.0.0
1 parent ff8ebc2 commit 40e9eb6

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Diff for: app/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
// You can specify all the values or you can default the Build and Revision Numbers
5252
// by using the '*' as shown below:
5353
// [assembly: AssemblyVersion("1.0.*")]
54-
[assembly: AssemblyVersion("1.1.6.0")]
55-
[assembly: AssemblyFileVersion("1.1.6.0")]
54+
[assembly: AssemblyVersion("1.2.0.0")]
55+
[assembly: AssemblyFileVersion("1.2.0.0")]
5656
[assembly: Guid("FF0697D9-DCEE-42B3-8C2B-6C721226E273")]
5757

Diff for: bundle/Bundle.wxs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xmlns:util="http://schemas.microsoft.com/wix/UtilExtension"
44
xmlns:bal="http://schemas.microsoft.com/wix/BalExtension">
55

6-
<Bundle Name="NetsExample" Version="1.1.6.0" Manufacturer="Nets" UpgradeCode="CD89CC6A-22DE-4D1E-BF40-E8D2B0132222">
6+
<Bundle Name="NetsExample" Version="1.2.0.0" Manufacturer="Nets" UpgradeCode="CD89CC6A-22DE-4D1E-BF40-E8D2B0132222">
77
<BootstrapperApplicationRef Id="WixStandardBootstrapperApplication.RtfLicense">
88
<bal:WixStandardBootstrapperApplication LicenseFile="$(var.Setup.ProjectDir)LICENSE.rtf" LogoFile="$(var.Setup.ProjectDir)Gfx/logo.bmp" />
99
</BootstrapperApplicationRef>

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nets-example",
3-
"version": "1.1.6",
3+
"version": "1.2.0",
44
"description": "Reference implementation for integrating a web-based POS application with Nets payment terminals via CEFSharp and Baxi.NET",
55
"main": "example/index.html",
66
"directories": {

Diff for: setup/Setup.wxs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<!-- Major Upgrade: https://www.firegiant.com/wix/tutorial/upgrades-and-modularization/replacing-ourselves/ -->
77
<!-- Change Id & Version on Major Upgrades --><!-- Changing a Component's GUID requires a Major Upgrade -->
88
<!-- Change Version on Minor Upgrades -->
9-
<Product Id="768AD5FB-F9DF-494B-AFB2-08F094028737" Name="NetsExample" Language="1033" Version="1.1.6.0" Manufacturer="Nets" UpgradeCode="D4D01BE0-53EB-4282-AC1F-80475829B70F">
9+
<Product Id="768AD5FB-F9DF-494B-AFB2-08F094028737" Name="NetsExample" Language="1033" Version="1.2.0.0" Manufacturer="Nets" UpgradeCode="D4D01BE0-53EB-4282-AC1F-80475829B70F">
1010

1111
<!-- The Id attribute (PackageId) will be automatically generated by Wix -->
1212
<Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine" />

0 commit comments

Comments
 (0)