File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:uap2="http://schemas.microsoft.com/appx/manifest/uap/windows10/2" xmlns:uap3="http://schemas.microsoft.com/appx/manifest/uap/windows10/3" xmlns:uap4="http://schemas.microsoft.com/appx/manifest/uap/windows10/4" xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities" xmlns:rescap3="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities/3" xmlns:desktop="http://schemas.microsoft.com/appx/manifest/desktop/windows10" xmlns:desktop2="http://schemas.microsoft.com/appx/manifest/desktop/windows10/2" xmlns:desktop3="http://schemas.microsoft.com/appx/manifest/desktop/windows10/3" xmlns:com="http://schemas.microsoft.com/appx/manifest/com/windows10" xmlns:wincap3="http://schemas.microsoft.com/appx/manifest/foundation/windows10/windowscapabilities/3" IgnorableNamespaces="uap4 wincap3 rescap3 desktop2 desktop3 com">
3- <Identity Name =" 114BerndBestel.grocy" ProcessorArchitecture =" x64" Publisher =" CN=C011A26B-8E34-4944-8530-1F7912402C77" Version =" 2.12.1 .0" />
3+ <Identity Name =" 114BerndBestel.grocy" ProcessorArchitecture =" x64" Publisher =" CN=C011A26B-8E34-4944-8530-1F7912402C77" Version =" 2.13.0 .0" />
44 <Properties >
55 <DisplayName >Grocy</DisplayName >
66 <PublisherDisplayName >Bernd Bestel</PublisherDisplayName >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<Wix xmlns =" http://schemas.microsoft.com/wix/2006/wi" >
3- <Product Id =" *" Name =" Grocy Desktop" Language =" 1033" Version =" 2.12.1 .0" Manufacturer =" Bernd Bestel" UpgradeCode =" 78f7234c-0724-4b82-8ff7-4ca0e8761871" >
3+ <Product Id =" *" Name =" Grocy Desktop" Language =" 1033" Version =" 2.13.0 .0" Manufacturer =" Bernd Bestel" UpgradeCode =" 78f7234c-0724-4b82-8ff7-4ca0e8761871" >
44 <Package InstallerVersion =" 200" Compressed =" yes" InstallScope =" perMachine" Description =" ERP beyond your fridge" Manufacturer =" Bernd Bestel" />
55
66 <MajorUpgrade DowngradeErrorMessage =" A newer version of [ProductName] is already installed." />
Original file line number Diff line number Diff line change 3131// You can specify all the values or you can default the Build and Revision Numbers
3232// by using the '*' as shown below:
3333// [assembly: AssemblyVersion("1.0.*")]
34- [ assembly: AssemblyVersion ( "2.12.1 .0" ) ]
35- [ assembly: AssemblyFileVersion ( "2.12.1 .0" ) ]
34+ [ assembly: AssemblyVersion ( "2.13.0 .0" ) ]
35+ [ assembly: AssemblyFileVersion ( "2.13.0 .0" ) ]
You can’t perform that action at this time.
0 commit comments