Skip to content

Commit

Permalink
Bump the archive version
Browse files Browse the repository at this point in the history
  • Loading branch information
halgari committed Oct 22, 2024
1 parent 78f9194 commit 8a212ed
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 8 deletions.
2 changes: 0 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
<LangVersion>12</LangVersion>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Deterministic>true</Deterministic>

<!-- I want to maximize adoption, and some modded games etc. will use old runtimes. -->
<CheckEolTargetFramework>false</CheckEolTargetFramework>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion NexusMods.Archives.Nx/Headers/Native/NativeFileHeader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public struct NativeFileHeader : ICanConvertToLittleEndian
/// <summary>
/// The current version of the Nexus Archive Format.
/// </summary>
internal const int CurrentArchiveVersion = 0;
internal const int CurrentArchiveVersion = 1;

/// <summary>
/// Minimum size of chunk blocks in the Nx archive.
Expand Down
3 changes: 1 addition & 2 deletions NexusMods.Archives.Nx/NexusMods.Archives.Nx.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@
<Import Project="$([MSBuild]::GetPathOfFileAbove('NuGet.Build.props', '$(MSBuildThisFileDirectory)../'))"/>

<PropertyGroup>
<Version>0.6.1</Version>
<Version>0.6.2</Version>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<TargetFramework>net8.0</TargetFramework>
<TargetFrameworks />
</PropertyGroup>

<ItemGroup>
Expand Down
4 changes: 1 addition & 3 deletions NuGet.Build.props
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<Project>

<!-- Note: Cross target of netstandard2.0, and later also NativeAOT to drive potential adoption -->
<PropertyGroup>
<TargetFrameworks>net7.0;netstandard2.0;netstandard2.1;netcoreapp3.1;net5.0</TargetFrameworks>
<TargetFrameworks>net8.0</TargetFrameworks>
<WarningsAsErrors>Nullable</WarningsAsErrors>
<NoWarn>NU5104</NoWarn>
<SuppressTfmSupportBuildWarnings>true</SuppressTfmSupportBuildWarnings>
Expand Down

0 comments on commit 8a212ed

Please sign in to comment.