Skip to content

Commit 91a1f82

Browse files
committed
bump to newer SDK
1 parent 29d74b4 commit 91a1f82

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
release:
1010
strategy:
1111
matrix:
12-
dotnet: [6.0.101]
12+
dotnet: [6.0.201]
1313

1414
runs-on: ubuntu-20.04
1515

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [0.1.6] - 2022.03.31
4+
5+
### Changed
6+
7+
- bump SDK
8+
39
## [0.1.5] - 2022.03.31
410

511
### Fixed

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"sdk": {
3-
"version": "6.0.101"
3+
"version": "6.0.201"
44
}
55
}

src/Directory.Build.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<Project>
22
<PropertyGroup>
3-
<Version>0.1.5</Version>
3+
<Version>0.1.6</Version>
44
<PackageReleaseNotes>
5-
### Fixed
5+
### Changed
66

7-
- Embed a deps.json file in the package.
7+
- bump SDK
88
</PackageReleaseNotes>
99
</PropertyGroup>
1010
</Project>

0 commit comments

Comments
 (0)