diff --git a/QuickPatcher/BinaryResources.cs b/QuickPatcher/BinaryResources.cs index 96b9b54..cd018d1 100644 --- a/QuickPatcher/BinaryResources.cs +++ b/QuickPatcher/BinaryResources.cs @@ -14,7 +14,7 @@ public static class BinaryResources public static Stream GetPatchPayload() { string payloadResourcePath = "TiberiumFusion.FixedSteamFriendsUI.QuickPatcher.Resources." - + "Patch.PatchPayload_v1.0.0-{9e2017aa-091c-423f-8ff3-37d340e97c35}.zip"; + + "Patch.PatchPayload_v1.1.0-{146983a4-25d3-43f6-b05d-7e1c0620758d}.zip"; return Assembly.GetExecutingAssembly().GetManifestResourceStream(payloadResourcePath); } diff --git a/QuickPatcher/Properties/AssemblyInfo.cs b/QuickPatcher/Properties/AssemblyInfo.cs index ad9b0b7..3c4f2fd 100644 --- a/QuickPatcher/Properties/AssemblyInfo.cs +++ b/QuickPatcher/Properties/AssemblyInfo.cs @@ -51,5 +51,12 @@ // 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("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] + +// Versioning dichotomy: +// - The QuickPatcher application's version goes in the File Version slot +// - The embedded patch files' version goes in the Product Version slot + +[assembly: AssemblyVersion("1.1.0.0")] // QP +[assembly: AssemblyFileVersion("1.1.0.0")] // QP + +[assembly: AssemblyInformationalVersion("1.1.0.0")] // embedded patch files diff --git a/QuickPatcher/QuickPatcher.csproj b/QuickPatcher/QuickPatcher.csproj index 2b07993..0bdd35b 100644 --- a/QuickPatcher/QuickPatcher.csproj +++ b/QuickPatcher/QuickPatcher.csproj @@ -147,8 +147,8 @@ ResXFileCodeGenerator Resources.Designer.cs - - Resources\Patch\PatchPayload_v1.0.0-{9e2017aa-091c-423f-8ff3-37d340e97c35}.zip + + Resources\Patch\PatchPayload_v1.1.0-{146983a4-25d3-43f6-b05d-7e1c0620758d}.zip