Skip to content

Commit

Permalink
chore(release): finalize release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cengelha committed Aug 6, 2024
1 parent b91ace8 commit 02b95ed
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 17 deletions.
15 changes: 0 additions & 15 deletions .github/changelogs/0.1.0.md

This file was deleted.

8 changes: 8 additions & 0 deletions .github/changelogs/0.1.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Finally catches up with the other libNOM libraries in terms of .NET release lifecycle and NuGet Gallery and a quick fix for post-Omega compatibility.

### Added
* Now targeting up to .NET 8 as per the [.NET release lifecycle](https://dotnet.microsoft.com/en-us/platform/support/policy/dotnet-core)
* Now publishing to [NuGet Gallery](https://www.nuget.org/packages/libNOM.collect)

### Fixed
* Compatibility issues with post-Omega saves (only supports those for now)
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,23 @@ All notable changes to this project will be documented in this file. It uses the

## Unreleased

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

## 0.1.1 (2024-08-06)

### Added
* Now targeting up to .NET 8 as per the [.NET release lifecycle](https://dotnet.microsoft.com/en-us/platform/support/policy/dotnet-core)
* Now publishing to [NuGet Gallery](https://www.nuget.org/packages/libNOM.collect)

### Fixed
* Compatibility issues with post-Omega saves (only supports those for now)

## 0.1.0 (2022-10-31)

### Added
Expand Down
4 changes: 2 additions & 2 deletions libNOM.collect/libNOM.collect.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<!-- Application -->
<PropertyGroup>
Expand Down Expand Up @@ -54,7 +54,7 @@

<!-- Package -->
<PropertyGroup Label="General">
<Version>0.1.1.1</Version>
<Version>0.1.1</Version>
<Authors>cengelha</Authors>
<Description>Provides backup and restore functionalities for all kinds of collections in the game No Man's Sky.</Description>
<Copyright>Copyright (c) Christian Engelhardt 2021</Copyright>
Expand Down

0 comments on commit 02b95ed

Please sign in to comment.