Skip to content

Commit eaee652

Browse files
committed
v1.4.2
Fixed ERPLoader cannot load Use custom Zstandard.Net package
1 parent 3a8c261 commit eaee652

File tree

6 files changed

+13
-3
lines changed

6 files changed

+13
-3
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
[submodule "Ego-Engine-Modding"]
22
path = Ego-Engine-Modding
33
url = https://github.com/ptasev/Ego-Engine-Modding
4+
[submodule "Zstandard.Net"]
5+
path = Zstandard.Net
6+
url = https://github.com/ducng99/Zstandard.Net.git

ERPLoader/ERPLoader.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<Copyright>Copyright © 2021 Thomas Nguyen</Copyright>
1212
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
1313
<NeutralLanguage>en</NeutralLanguage>
14-
<Version>1.4.1</Version>
14+
<Version>1.4.2</Version>
1515
<PackageLicenseFile>LICENSE</PackageLicenseFile>
1616
<ApplicationIcon>ERPLoader.ico</ApplicationIcon>
1717
</PropertyGroup>

EasyERPExplorer/EasyERPExplorer.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<RepositoryUrl>https://github.com/ducng99/EasyERPMod</RepositoryUrl>
1212
<NeutralLanguage>en</NeutralLanguage>
1313
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
14-
<Version>1.4.1</Version>
14+
<Version>1.4.2</Version>
1515
<PackageIcon></PackageIcon>
1616
<PackageIconUrl />
1717
<ApplicationIcon>EasyERPExplorer.ico</ApplicationIcon>

EasyERPMod.sln

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EasyERPExplorer", "EasyERPE
1111
EndProject
1212
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EasyUpdater", "Updater\EasyUpdater.csproj", "{5841985F-DD69-4694-82A4-B36164D18BA7}"
1313
EndProject
14+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Zstandard.Net", "Zstandard.Net\Zstandard.Net\Zstandard.Net.csproj", "{50AB863F-9BEA-4CDE-94F8-274D093ACA28}"
15+
EndProject
1416
Global
1517
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1618
Debug|Any CPU = Debug|Any CPU
@@ -33,6 +35,10 @@ Global
3335
{5841985F-DD69-4694-82A4-B36164D18BA7}.Debug|Any CPU.Build.0 = Debug|Any CPU
3436
{5841985F-DD69-4694-82A4-B36164D18BA7}.Release|Any CPU.ActiveCfg = Release|Any CPU
3537
{5841985F-DD69-4694-82A4-B36164D18BA7}.Release|Any CPU.Build.0 = Release|Any CPU
38+
{50AB863F-9BEA-4CDE-94F8-274D093ACA28}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
39+
{50AB863F-9BEA-4CDE-94F8-274D093ACA28}.Debug|Any CPU.Build.0 = Debug|Any CPU
40+
{50AB863F-9BEA-4CDE-94F8-274D093ACA28}.Release|Any CPU.ActiveCfg = Release|Any CPU
41+
{50AB863F-9BEA-4CDE-94F8-274D093ACA28}.Release|Any CPU.Build.0 = Release|Any CPU
3642
EndGlobalSection
3743
GlobalSection(SolutionProperties) = preSolution
3844
HideSolutionNode = FALSE

Updater/EasyUpdater.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<OutputType>WinExe</OutputType>
55
<TargetFramework>net5.0-windows</TargetFramework>
66
<UseWPF>true</UseWPF>
7-
<Version>1.4.1</Version>
7+
<Version>1.4.2</Version>
88
<Authors>Maxhyt</Authors>
99
<Company>Maxhyt</Company>
1010
<Copyright>Copyright © 2021 Thomas Nguyen</Copyright>

Zstandard.Net

Submodule Zstandard.Net added at 8da99a5

0 commit comments

Comments
 (0)