diff --git a/.github/changelogs/0.13.3.md b/.github/changelogs/0.13.3.md deleted file mode 100644 index 8418157..0000000 --- a/.github/changelogs/0.13.3.md +++ /dev/null @@ -1,7 +0,0 @@ -Just an updated mapping including a new legacy one. - -### Added -* New legacy mapping (UsedDiscoveryOwners <= 5.20.0.1) - -### Changed -* Updated mapping to 5.21.0.1 diff --git a/.github/changelogs/0.13.4.md b/.github/changelogs/0.13.4.md new file mode 100644 index 0000000..1084df3 --- /dev/null +++ b/.github/changelogs/0.13.4.md @@ -0,0 +1,6 @@ +Nothing new, just a minor mapping update and changed target frameworks according to the .NET release lifecycle. + +### Changed +* Now also targeting .NET 9 according to supported versions in the [.NET release lifecycle](https://dotnet.microsoft.com/en-us/platform/support/policy/dotnet-core) +* No longer targeting .NET 6 and .NET 7 (can be still used thanks to .NET Standard) +* Updated mapping to 5.25.0.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 75ba9b2..c955c27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,19 +4,23 @@ All notable changes to this project will be documented in this file. It uses the [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) principles and [Semantic Versioning](https://semver.org/) since 1.0.0. -## Unreleased (0.13.4) +## Unreleased ### Known Issues ### Added ### Changed -* Now also targeting .NET 9 according to supported versions in the [.NET release lifecycle](https://dotnet.microsoft.com/en-us/platform/support/policy/dotnet-core) -* No longer targeting .NET 6 and .NET 7 (can be still used thanks to .NET Standard) -* Updated mapping to 5.25.0.1 ### Deprecated ### Removed ### Fixed ### Security +## 0.13.4 (2024-11-22) + +### Changed +* Now also targeting .NET 9 according to supported versions in the [.NET release lifecycle](https://dotnet.microsoft.com/en-us/platform/support/policy/dotnet-core) +* No longer targeting .NET 6 and .NET 7 (still works thanks to .NET Standard) +* Updated mapping to 5.25.0.1 + ## 0.13.3 (2024-10-28) ### Added diff --git a/libNOM.map/libNOM.map.csproj b/libNOM.map/libNOM.map.csproj index 13b0436..bcfd08c 100644 --- a/libNOM.map/libNOM.map.csproj +++ b/libNOM.map/libNOM.map.csproj @@ -45,7 +45,7 @@ - 0.13.4-beta.1 + 0.13.4 cengelha Provides obfuscation and deobfuscation of save files from the game No Man's Sky. Copyright (c) Christian Engelhardt 2021