Skip to content

Commit

Permalink
Prepared next release
Browse files Browse the repository at this point in the history
  • Loading branch information
berrnd committed Aug 19, 2023
1 parent dc6a567 commit fca9efa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion appx_dependencies/AppxManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<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">
<Identity Name="114BerndBestel.grocy" ProcessorArchitecture="x64" Publisher="CN=C011A26B-8E34-4944-8530-1F7912402C77" Version="2.5.0.0" />
<Identity Name="114BerndBestel.grocy" ProcessorArchitecture="x64" Publisher="CN=C011A26B-8E34-4944-8530-1F7912402C77" Version="2.6.0.0" />
<Properties>
<DisplayName>grocy</DisplayName>
<PublisherDisplayName>Bernd Bestel</PublisherDisplayName>
Expand Down
2 changes: 1 addition & 1 deletion grocy-desktop-setup/Product.wxs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Product Id="*" Name="Grocy Desktop" Language="1033" Version="2.5.0.0" Manufacturer="Bernd Bestel" UpgradeCode="78f7234c-0724-4b82-8ff7-4ca0e8761871">
<Product Id="*" Name="Grocy Desktop" Language="1033" Version="2.6.0.0" Manufacturer="Bernd Bestel" UpgradeCode="78f7234c-0724-4b82-8ff7-4ca0e8761871">
<Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine" Description="ERP beyond your fridge" Manufacturer="Bernd Bestel" />

<MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed." />
Expand Down
4 changes: 2 additions & 2 deletions grocy-desktop/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.5.0.0")]
[assembly: AssemblyFileVersion("2.5.0.0")]
[assembly: AssemblyVersion("2.6.0.0")]
[assembly: AssemblyFileVersion("2.6.0.0")]

0 comments on commit fca9efa

Please sign in to comment.