Skip to content

Commit

Permalink
Publish 1.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenCleary committed Dec 8, 2023
1 parent 3fcd549 commit d481492
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.2.0] - 2023-12-08
- [Feature] Added trimming/single-file/AOT support (`net8.0` only).

## [1.1.1] - 2021-09-26
- [Fix] Added explicit `net461` target.

## [1.1.0] - 2020-10-03
- [Feature] Added nullability annotations.

## [1.0.0] - 2019-03-18
- Initial release.
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.1.1</VersionPrefix>
<VersionPrefix>1.2.0</VersionPrefix>
<Authors>Stephen Cleary</Authors>
</PropertyGroup>
</Project>

0 comments on commit d481492

Please sign in to comment.