-
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f261593
commit 03ff1e0
Showing
2 changed files
with
26 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |