Skip to content

Commit

Permalink
Update submodules & dependencies; Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamsyntax committed Feb 16, 2024
1 parent 3c67350 commit 60c8a0d
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 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.01.19</ApplicationVersion>
<ProductVersion>2024.01.19</ProductVersion>
<ApplicationVersion>2024.02.15</ApplicationVersion>
<ProductVersion>2024.02.15</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.01.19</AssemblyVersion>
<FileVersion>2024.01.19</FileVersion>
<AssemblyVersion>2024.02.15</AssemblyVersion>
<FileVersion>2024.02.15</FileVersion>
<LangVersion>latest</LangVersion>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<UseWindowsForms>true</UseWindowsForms>
Expand Down Expand Up @@ -374,7 +374,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="AFSLib" Version="1.1.1" />
<PackageReference Include="AssimpNet" Version="4.1.0" />
<PackageReference Include="AssimpNet" Version="5.0.0-beta1" />
<PackageReference Include="csharp-prs" Version="2.1.3" />
<PackageReference Include="DSoft.SharpDX.Desktop" Version="4.2.1" />
<PackageReference Include="HeroesONE_R" Version="1.0.6">
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.

4 changes: 2 additions & 2 deletions HeroesPowerPlant/Resources/hpp_version.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "2024.01.19",
"versionName": "Update available!\n\nTo stay on the current version, disable:\nOptions -> Check For Updates on Startup"
"version": "2024.02.15",
"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.01.19";
public string versionName = "2024.01.19";
public string version = "2024.02.15";
public string versionName = "2024.02.15";
}
}
2 changes: 1 addition & 1 deletion Submodules/Heroes.SDK

0 comments on commit 60c8a0d

Please sign in to comment.