File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 5353 path : ./artifacts/*.nupkg
5454
5555 - name : Upload release assets
56- uses : softprops/action-gh-release@v2
57- env :
58- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
56+ uses : softprops/action-gh-release@v2.0.4
57+ id : release_updater
5958 with :
6059 body : ${{ steps.changelog_reader.outputs.changes }}
6160 files : ./artifacts/*.nupkg
Original file line number Diff line number Diff line change 22
33## Unreleased
44
5+ ## [ 0.2.0] ( https://github.com/xt0rted/dotnet-rimraf/compare/v0.1.0...v0.2.0 ) - 2024-04-10
6+
57### Added
68
79- Added support for .NET 8
Original file line number Diff line number Diff line change 99 </PropertyGroup >
1010
1111 <PropertyGroup >
12- <VersionPrefix >0.1 .0</VersionPrefix >
12+ <VersionPrefix >0.2 .0</VersionPrefix >
1313 <Authors >Brian Surowiec</Authors >
1414 </PropertyGroup >
1515
You can’t perform that action at this time.
0 commit comments