File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 51
51
// You can specify all the values or you can default the Build and Revision Numbers
52
52
// by using the '*' as shown below:
53
53
// [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" ) ]
56
56
[ assembly: Guid ( "FF0697D9-DCEE-42B3-8C2B-6C721226E273" ) ]
57
57
Original file line number Diff line number Diff line change 3
3
xmlns : util =" http://schemas.microsoft.com/wix/UtilExtension"
4
4
xmlns : bal =" http://schemas.microsoft.com/wix/BalExtension" >
5
5
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" >
7
7
<BootstrapperApplicationRef Id =" WixStandardBootstrapperApplication.RtfLicense" >
8
8
<bal : WixStandardBootstrapperApplication LicenseFile =" $(var.Setup.ProjectDir)LICENSE.rtf" LogoFile =" $(var.Setup.ProjectDir)Gfx/logo.bmp" />
9
9
</BootstrapperApplicationRef >
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nets-example" ,
3
- "version" : " 1.1.6 " ,
3
+ "version" : " 1.2.0 " ,
4
4
"description" : " Reference implementation for integrating a web-based POS application with Nets payment terminals via CEFSharp and Baxi.NET" ,
5
5
"main" : " example/index.html" ,
6
6
"directories" : {
Original file line number Diff line number Diff line change 6
6
<!-- Major Upgrade: https://www.firegiant.com/wix/tutorial/upgrades-and-modularization/replacing-ourselves/ -->
7
7
<!-- Change Id & Version on Major Upgrades --><!-- Changing a Component's GUID requires a Major Upgrade -->
8
8
<!-- 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" >
10
10
11
11
<!-- The Id attribute (PackageId) will be automatically generated by Wix -->
12
12
<Package InstallerVersion =" 200" Compressed =" yes" InstallScope =" perMachine" />
You can’t perform that action at this time.
0 commit comments