Skip to content

Commit

Permalink
v1.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenCleary committed Dec 2, 2023
1 parent f261593 commit 03ff1e0
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
## 1.2.0 (2023-12-02)

- Add explicit `net8.0` target.
- Support trimming, AOT, and single-file (`net8.0` only).

## 1.1.1 (2021-09-25)

- Add explicit `net461` target to avoid endless-dlls issue.

## 1.1.0 (2020-10-04)

- Add nullability checks and annotations.

## 1.0.4 (2016-09-09)

- Reverted public signing.

## 1.0.2 (2016-08-26)

- Added `netstandard2.0`.
- Added public signing.

## 1.0.0 (2016-08-15)

- Initial release. `netstandard1.0` only.
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 03ff1e0

Please sign in to comment.