Skip to content

Commit d757099

Browse files
committed
v0.2.0
1 parent 59b561b commit d757099

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,8 @@ jobs:
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

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
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

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
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

0 commit comments

Comments
 (0)