Skip to content

Commit

Permalink
chore(release): finalize 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cengelha committed Dec 2, 2024
1 parent 0195fa4 commit ff489b8
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 20 deletions.
12 changes: 0 additions & 12 deletions .github/changelogs/0.12.2.md

This file was deleted.

17 changes: 17 additions & 0 deletions .github/changelogs/0.13.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Updated target frameworks according to the .NET release lifecycle, a critical fix for technology packages, and some other changes here and there.

### Added
* Beachhead Expedition Redux (2024)
* Holiday 2024 Expeditions

### 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)
* `PlatformCollection.AnalyzePath` now also checks direct subfolders if path itself has no valid platform data
* Similar to how default locations for PC platforms are added
* Now returns `IEnumerable<IPlatform>` instead of `IPlatform?`
* `PATH` of PC platforms is not publicly accessible
* Bump *libNOM.map* from 0.13.3 to 0.13.4

### Fixed
* Technology packages gone after saving due to the hashes no being UTF-8 conform ([#210 in the NomNom repository](https://github.com/zencq/NomNom/issues/210))
17 changes: 13 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,33 @@ 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.0)
## Unreleased

### Known Issues
### Added
### Changed
### Deprecated
### Removed
### Fixed
### Security

## 0.13.0 (2024-12-02)

### Added
* Beachhead Expedition Redux (2024)
* Holiday 2024 Expeditions

### 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)
* `PlatformCollection.AnalyzePath` now also checks direct subfolders if path itself has no valid platform data
* Similar to how default locations for PC platforms are added
* Now returns `IEnumerable<IPlatform>` instead of `IPlatform?`
* `PATH` of PC platforms is not publicly accessible
### Deprecated
### Removed
* Bump *libNOM.map* from 0.13.3 to 0.13.4

### Fixed
* Technology packages gone after saving due to the hashes no being UTF-8 conform ([#210 in the NomNom repository](https://github.com/zencq/NomNom/issues/210))
### Security

## 0.12.2 (2024-10-28)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ into the selected directory. This must be in or one level below the selected one

With the [cross-save](https://cloud.nomanssky.com/cross-save) feature added in The
Cursed patch 5.25 it is now easier than ever to edit your saves and play them on
any platform. If you have it on any PC platform you can easily edit it those and
then upload to use on another platform.
any platform. If you have No Man's Sky on any PC platform you can easily edit saves
there and use them on another platform after uploading.

### Usage

Expand Down
2 changes: 1 addition & 1 deletion libNOM.cli/libNOM.cli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

<!-- Package -->
<PropertyGroup Label="General">
<Version>1.0.7</Version>
<Version>1.0.8</Version>
<Authors>cengelha</Authors>
<Description>CLI for libNOM.io to analyze single files or whole directories and print information about it, convert between JSON and actual save formats and perform file operations.</Description>
<Copyright>Copyright (c) Christian Engelhardt 2024</Copyright>
Expand Down
2 changes: 1 addition & 1 deletion libNOM.io/libNOM.io.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@

<!-- Package -->
<PropertyGroup Label="General">
<Version>0.13.0-beta.13</Version>
<Version>0.13.0</Version>
<Authors>cengelha</Authors>
<Description>Provides reading and writing save files from the game No Man's Sky for all possible platforms as well as related actions.</Description>
<Copyright>Copyright (c) Christian Engelhardt 2021</Copyright>
Expand Down

0 comments on commit ff489b8

Please sign in to comment.