Skip to content

Commit

Permalink
v1.4.2
Browse files Browse the repository at this point in the history
Fixed ERPLoader cannot load
Use custom Zstandard.Net package
  • Loading branch information
ducng99 committed Sep 11, 2021
1 parent 3a8c261 commit eaee652
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "Ego-Engine-Modding"]
path = Ego-Engine-Modding
url = https://github.com/ptasev/Ego-Engine-Modding
[submodule "Zstandard.Net"]
path = Zstandard.Net
url = https://github.com/ducng99/Zstandard.Net.git
2 changes: 1 addition & 1 deletion ERPLoader/ERPLoader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<Copyright>Copyright © 2021 Thomas Nguyen</Copyright>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<NeutralLanguage>en</NeutralLanguage>
<Version>1.4.1</Version>
<Version>1.4.2</Version>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<ApplicationIcon>ERPLoader.ico</ApplicationIcon>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion EasyERPExplorer/EasyERPExplorer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<RepositoryUrl>https://github.com/ducng99/EasyERPMod</RepositoryUrl>
<NeutralLanguage>en</NeutralLanguage>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<Version>1.4.1</Version>
<Version>1.4.2</Version>
<PackageIcon></PackageIcon>
<PackageIconUrl />
<ApplicationIcon>EasyERPExplorer.ico</ApplicationIcon>
Expand Down
6 changes: 6 additions & 0 deletions EasyERPMod.sln
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EasyERPExplorer", "EasyERPE
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EasyUpdater", "Updater\EasyUpdater.csproj", "{5841985F-DD69-4694-82A4-B36164D18BA7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Zstandard.Net", "Zstandard.Net\Zstandard.Net\Zstandard.Net.csproj", "{50AB863F-9BEA-4CDE-94F8-274D093ACA28}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -33,6 +35,10 @@ Global
{5841985F-DD69-4694-82A4-B36164D18BA7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5841985F-DD69-4694-82A4-B36164D18BA7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5841985F-DD69-4694-82A4-B36164D18BA7}.Release|Any CPU.Build.0 = Release|Any CPU
{50AB863F-9BEA-4CDE-94F8-274D093ACA28}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{50AB863F-9BEA-4CDE-94F8-274D093ACA28}.Debug|Any CPU.Build.0 = Debug|Any CPU
{50AB863F-9BEA-4CDE-94F8-274D093ACA28}.Release|Any CPU.ActiveCfg = Release|Any CPU
{50AB863F-9BEA-4CDE-94F8-274D093ACA28}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
2 changes: 1 addition & 1 deletion Updater/EasyUpdater.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<OutputType>WinExe</OutputType>
<TargetFramework>net5.0-windows</TargetFramework>
<UseWPF>true</UseWPF>
<Version>1.4.1</Version>
<Version>1.4.2</Version>
<Authors>Maxhyt</Authors>
<Company>Maxhyt</Company>
<Copyright>Copyright © 2021 Thomas Nguyen</Copyright>
Expand Down
1 change: 1 addition & 0 deletions Zstandard.Net
Submodule Zstandard.Net added at 8da99a

0 comments on commit eaee652

Please sign in to comment.