Bump to version 1.1

This commit is contained in:
2026-02-17 14:51:45 +09:00
parent 0d4c1b90c2
commit b18a8ead6a
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ namespace ReceiptPDFBuilder.Helpers;
class Constants
{
public static string AppVersion = "1.0.0";
public static string AppVersion = "1.1.0";
public static string[] GetQuotes()
{
+1 -1
View File
@@ -12,7 +12,7 @@
<PublishTrimmed>true</PublishTrimmed>
<PublishAot>true</PublishAot>
<AssemblyName>ReceiptPDFBuilder</AssemblyName>
<AssemblyVersion>1.0.0</AssemblyVersion> <!-- Also update Constants version -->
<AssemblyVersion>1.1.0</AssemblyVersion> <!-- Also update Constants version -->
<ApplicationIcon>ReceiptPDFBuilder-icon.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
+1 -1
View File
@@ -3,7 +3,7 @@
; Non-commercial use only
#define MyAppName "Receipt PDF Builder"
#define MyAppVersion "1.0.0"
#define MyAppVersion "1.1.0"
#define MyAppPublisher "Quickity Quack Productions"
#define MyAppExeName "ReceiptPDFBuilder.exe"
+1 -1
View File
@@ -3,7 +3,7 @@
<!-- This manifest is used on Windows only.
Don't remove it as it might cause problems with window transparency and embedded controls.
For more details visit https://learn.microsoft.com/en-us/windows/win32/sbscs/application-manifests -->
<assemblyIdentity version="1.0.0.0" name="ReceiptPDFBuilder.Desktop"/>
<assemblyIdentity version="1.1.0.0" name="ReceiptPDFBuilder.Desktop"/>
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
<application>