Skip to content

Commit

Permalink
bump to newer SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
baronfel committed Mar 31, 2022
1 parent 29d74b4 commit 91a1f82
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
release:
strategy:
matrix:
dotnet: [6.0.101]
dotnet: [6.0.201]

runs-on: ubuntu-20.04

Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [0.1.6] - 2022.03.31

### Changed

- bump SDK

## [0.1.5] - 2022.03.31

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"sdk": {
"version": "6.0.101"
"version": "6.0.201"
}
}
6 changes: 3 additions & 3 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<Project>
<PropertyGroup>
<Version>0.1.5</Version>
<Version>0.1.6</Version>
<PackageReleaseNotes>
### Fixed
### Changed

- Embed a deps.json file in the package.
- bump SDK
</PackageReleaseNotes>
</PropertyGroup>
</Project>

0 comments on commit 91a1f82

Please sign in to comment.