Skip to content

Commit

Permalink
Updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Ceiridge committed Jul 31, 2021
1 parent b511295 commit 6dd768b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
3 changes: 2 additions & 1 deletion ChromeDevExtWarningPatcher/ChromeDevExtWarningPatcher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<TargetFramework>net5.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
<Version>5.1.0.0</Version>
<Version>5.2.0.0</Version>
<Authors>Ceiridge</Authors>
<Company />
<Product>Chromium Developer Extension Warning Patcher</Product>
Expand All @@ -19,6 +19,7 @@
<EnableDefaultApplicationDefinition>false</EnableDefaultApplicationDefinition>
<StartupObject>ChromeDevExtWarningPatcher.MainClass</StartupObject>
<ApplicationManifest>app.manifest</ApplicationManifest>
<AssemblyVersion>5.2.0.0</AssemblyVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions ChromeDllInjector/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// Sie können alle Werte angeben oder Standardwerte für die Build- und Revisionsnummern verwenden,
// indem Sie "*" wie unten gezeigt eingeben:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("5.1.0.0")]
[assembly: AssemblyFileVersion("2.0.0.0")]
[assembly: AssemblyVersion("5.2.0.0")]
[assembly: AssemblyFileVersion("2.1.0.0")]
2 changes: 1 addition & 1 deletion ChromeDllInjectorBuildZipper/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// Sie können alle Werte angeben oder Standardwerte für die Build- und Revisionsnummern verwenden,
// indem Sie "*" wie unten gezeigt eingeben:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("5.1.0.0")]
[assembly: AssemblyVersion("5.2.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
8 changes: 4 additions & 4 deletions ChromePatcherDll/ChromePatcherDll.rc
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 5,0,0,0
PRODUCTVERSION 5,1,0,0
FILEVERSION 6,0,0,0
PRODUCTVERSION 5,2,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -69,12 +69,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Ceiridge"
VALUE "FileDescription", "Patches Chromium and disables the developer extension warning among others (https://github.com/Ceiridge/Chrome-Developer-Mode-Extension-Warning-Patcher)"
VALUE "FileVersion", "5.0.0.0"
VALUE "FileVersion", "6.0.0.0"
VALUE "InternalName", "ChromePatcherDll.dll"
VALUE "LegalCopyright", "GNU General Public License 3, Ceiridge"
VALUE "OriginalFilename", "ChromePatcherDll.dll"
VALUE "ProductName", "Chromium Developer Extension Warning Patcher"
VALUE "ProductVersion", "5.1.0.0"
VALUE "ProductVersion", "5.2.0.0"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit 6dd768b

Please sign in to comment.