Skip to content

Commit 44ab828

Browse files
committed
Update Joveler.Compression.XZ
1 parent 51a4c9b commit 44ab828

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

Benchmark/Benchmark.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<ItemGroup>
1313
<PackageReference Include="BenchmarkDotNet" Version="0.14.0" />
1414
<PackageReference Include="Joveler.Compression.LZ4" Version="5.0.0" />
15-
<PackageReference Include="Joveler.Compression.XZ" Version="5.0.0" />
15+
<PackageReference Include="Joveler.Compression.XZ" Version="5.0.1" />
1616
<PackageReference Include="Joveler.Compression.ZLib" Version="6.0.0" />
1717
<PackageReference Include="Joveler.FileMagician" Version="2.3.1" />
1818
<PackageReference Include="K4os.Compression.LZ4.Streams" Version="1.3.8" />

Launcher/BuildVars.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@
3737

3838
// Default .NET Core Target version
3939
#ifndef NETCORE_TARGET_VER_MAJOR
40-
#define NETCORE_TARGET_VER_MAJOR 6
40+
#define NETCORE_TARGET_VER_MAJOR 8
4141
#endif
4242
#ifndef NETCORE_TARGET_VER_MINOR
4343
#define NETCORE_TARGET_VER_MINOR 0
4444
#endif
4545
#ifndef NETCORE_TARGET_VER_PATCH
46-
#define NETCORE_TARGET_VER_PATCH 14
46+
#define NETCORE_TARGET_VER_PATCH 12
4747
#endif
4848

4949
// Default .NET Framework Target version
@@ -54,7 +54,7 @@
5454
#define NETFX_TARGET_VER_MINOR 8
5555
#endif
5656
#ifndef NETFX_TARGET_VER_PATCH
57-
#define NETFX_TARGET_VER_PATCH 0
57+
#define NETFX_TARGET_VER_PATCH 1
5858
#endif
5959

6060
// Force given build mode when publishing

NetLauncherLib/NetDetector.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -712,6 +712,7 @@ const std::wstring NetCoreDetector::getInstallerUrl()
712712
// [Preview]
713713
// Ex) .NET Runtime: https://dotnet.microsoft.com/download/dotnet/thank-you/runtime-6.0.0-preview.3-windows-x64-installer
714714
// Ex) Desktop Runtime: https://dotnet.microsoft.com/download/dotnet/thank-you/runtime-desktop-6.0.0-preview.3-windows-arm64-installer
715+
715716
std::wstring verStr = _targetVer.toStr(false);
716717
std::wostringstream woss;
717718
if (5 <= _targetVer.getMajor())

PEBakery.Core/PEBakery.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<!-- NuGet Packages -->
5858
<ItemGroup>
5959
<PackageReference Include="CommandLineParser" Version="2.9.1" />
60-
<PackageReference Include="Joveler.Compression.XZ" Version="5.0.0" />
60+
<PackageReference Include="Joveler.Compression.XZ" Version="5.0.1" />
6161
<PackageReference Include="Joveler.Compression.ZLib" Version="6.0.0" />
6262
<PackageReference Include="Joveler.FileMagician" Version="2.3.1" />
6363
<PackageReference Include="MahApps.Metro.IconPacks.Material" Version="5.1.0" />

0 commit comments

Comments
 (0)