Skip to content

Commit

Permalink
Bump version to publish package with readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenCleary committed Dec 3, 2023
1 parent a741d95 commit f738c37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.2.0 (2023-12-02)
## 1.2.1 (2023-12-02)

- Add explicit `net8.0` target.
- Support trimming, AOT, and single-file (`net8.0` only).
Expand Down
2 changes: 1 addition & 1 deletion src/project.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<VersionPrefix>1.2.0</VersionPrefix>
<VersionPrefix>1.2.1</VersionPrefix>
<Authors>Stephen Cleary</Authors>
</PropertyGroup>
</Project>

0 comments on commit f738c37

Please sign in to comment.