Skip to content

Commit

Permalink
QuickPatcher assembly metadata
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
TiberiumFusion committed Jan 2, 2024
1 parent b23d272 commit ee5b973
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions QuickPatcher/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Fixed FriendsUI Quick Patcher")]
[assembly: AssemblyTitle("Fixed Steam FriendsUI Quick Patcher")]
[assembly: AssemblyDescription("Convenience program for quickly installing my FriendsUI fix patch")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("TiberiumFusion")]
[assembly: AssemblyProduct("Fixed FriendsUI Quick Patcher")]
[assembly: AssemblyCopyright("Copyright © TiberiumFusion 2023")]
[assembly: AssemblyProduct("Fixed Steam FriendsUI Quick Patcher")]
[assembly: AssemblyCopyright("Copyright © TiberiumFusion 2024")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down Expand Up @@ -57,7 +57,7 @@
// - 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.2.0.0")] // QP
[assembly: AssemblyFileVersion("1.2.0.0")] // QP
[assembly: AssemblyVersion("1.2.0.1")] // QP
[assembly: AssemblyFileVersion("1.2.0.1")] // QP

[assembly: AssemblyInformationalVersion("2.0.1.0")] // embedded patch files
2 changes: 1 addition & 1 deletion QuickPatcher/QuickPatcher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<ProjectGuid>{89370614-CC59-49E8-A4C2-706F92F5F89F}</ProjectGuid>
<OutputType>WinExe</OutputType>
<RootNamespace>TiberiumFusion.FixedSteamFriendsUI.QuickPatcher</RootNamespace>
<AssemblyName>Fixed Steam FriendsUI QuickPatcher</AssemblyName>
<AssemblyName>FixedSteamFriendsUI QuickPatcher</AssemblyName>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
Expand Down

0 comments on commit ee5b973

Please sign in to comment.