Skip to content

Commit

Permalink
docs: target .NET 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Flash0ver committed Nov 14, 2023
1 parent bed2932 commit 87e8248
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ dotnet tool install --global FlashOWare.Tool --prerelease
## Compatibility
- requires the [.NET 6.0](https://dotnet.microsoft.com/download/dotnet/6.0) SDK
- supports the [.NET 7.0](https://dotnet.microsoft.com/download/dotnet/7.0) SDK
- supports the [.NET 8.0](https://dotnet.microsoft.com/download/dotnet/8.0) SDK

## Documentation
[README.md](./docs/README.md)
Expand Down
2 changes: 2 additions & 0 deletions docs/CHANGELOG-Prerelease.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Prerelease Changelog
[goto Release_Changelog;](./CHANGELOG.md)

## [vNext]
### Package
- **Added** _.NET 8.0_ tool target.

## [1.0.0-prerelease1] - 2023-11-12
### Tool
Expand Down
2 changes: 1 addition & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ Release Changelog
- with `-?|-h|--help` option to get help and usage information

### Package
- **Added** .NET tool targeting _.NET 6.0_ and _.NET 7.0_.
- **Added** .NET tool targeting _.NET 6.0_ and _.NET 7.0_ and _.NET 8.0_.

[vnext]: https://github.com/FlashOWare/FlashOWare.Tool/commits/main
1 change: 1 addition & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ Documentation
## Compatibility
- requires the [.NET 6.0](https://dotnet.microsoft.com/download/dotnet/6.0) SDK
- supports the [.NET 7.0](https://dotnet.microsoft.com/download/dotnet/7.0) SDK
- supports the [.NET 8.0](https://dotnet.microsoft.com/download/dotnet/8.0) SDK

0 comments on commit 87e8248

Please sign in to comment.