Skip to content

Commit

Permalink
release: v1.0.0-prerelease1 (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
Flash0ver authored Nov 12, 2023
1 parent 6283ed0 commit 5d8543e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .nuke/parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"$schema": "./build.schema.json",
"Solution": "src/FlashOWare.Tool.sln",
"VersionPrefix": "1.0.0",
"VersionSuffix": "prerelease0",
"VersionSuffix": "prerelease1",
"NuGetSource": "https://api.nuget.org/v3/index.json"
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dotnet tool install --global FlashOWare.Tool --prerelease
- supports the [.NET 7.0](https://dotnet.microsoft.com/download/dotnet/7.0) SDK

## Documentation
[Index.md](./docs/Index.md)
[README.md](./docs/README.md)

## Changelogs
- [Release Changelog](./docs/CHANGELOG.md)
Expand Down
5 changes: 4 additions & 1 deletion 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]

## [1.0.0-prerelease1] - 2023-11-12
### Tool
- **Added** optional `<USINGS>` arguments to `flashoware using count` command to count and list only specified top-level using directives instead of all.
- **Added** `--force` option to `flashoware using globalize` command to enable globalizing all top-level using directives when no `<USINGS>` arguments are specified.
Expand Down Expand Up @@ -41,5 +43,6 @@ Prerelease Changelog
### Package
- **Added** .NET tool targeting _.NET 6.0_ and _.NET 7.0_.

[vnext]: https://github.com/FlashOWare/FlashOWare.Tool/compare/v1.0.0-prerelease0...HEAD
[vnext]: https://github.com/FlashOWare/FlashOWare.Tool/compare/v1.0.0-prerelease1...HEAD
[1.0.0-prerelease1]: https://github.com/FlashOWare/FlashOWare.Tool/compare/v1.0.0-prerelease0...v1.0.0-prerelease1
[1.0.0-prerelease0]: https://github.com/FlashOWare/FlashOWare.Tool/releases/tag/v1.0.0-prerelease0
File renamed without changes.

0 comments on commit 5d8543e

Please sign in to comment.