Skip to content

Commit

Permalink
Upgrade Reloaded.Memory to 9.4.2; Set HPP version 2024.10.16
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamsyntax committed Oct 16, 2024
1 parent 02bfdd5 commit aab095b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions HeroesPowerPlant/HeroesPowerPlant.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>2024.08.18</ApplicationVersion>
<ProductVersion>2024.08.18</ProductVersion>
<ApplicationVersion>2024.10.16</ApplicationVersion>
<ProductVersion>2024.10.16</ProductVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
<AssemblyTitle>HeroesPowerPlant</AssemblyTitle>
<Company>Heroes Hacking Central</Company>
<Product>Heroes Power Plant</Product>
<Copyright>Copyright © 2018-2024 igorseabra4 + friends</Copyright>
<AssemblyVersion>2024.08.18</AssemblyVersion>
<FileVersion>2024.08.18</FileVersion>
<AssemblyVersion>2024.10.16</AssemblyVersion>
<FileVersion>2024.10.16</FileVersion>
<LangVersion>latest</LangVersion>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<UseWindowsForms>true</UseWindowsForms>
Expand Down Expand Up @@ -385,7 +385,7 @@
</PackageReference>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Ookii.Dialogs.WinForms" Version="4.0.0" />
<PackageReference Include="Reloaded.Memory" Version="9.4.1" />
<PackageReference Include="Reloaded.Memory" Version="9.4.2" />
<PackageReference Include="ShadowFNT" Version="2.0.1" />
<PackageReference Include="SharpDX.D3DCompiler" Version="4.2.0" />
<PackageReference Include="SharpDX.Direct3D11" Version="4.2.0" />
Expand Down
2 changes: 1 addition & 1 deletion HeroesPowerPlant/MainForm/MainForm.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion HeroesPowerPlant/Resources/hpp_version.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "2024.08.18",
"version": "2024.10.16",
"versionName": "To stay on the current version, disable:\nOptions -> Check For Updates on Startup"
}
4 changes: 2 additions & 2 deletions HeroesPowerPlant/Shared/IO/Config/HPPVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
public class HPPVersion
{
public string version = "2024.08.18";
public string versionName = "2024.08.18";
public string version = "2024.10.16";
public string versionName = "2024.10.16";
}
}

0 comments on commit aab095b

Please sign in to comment.