File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.9.0] - 2020-05-21
11+
1012### Added
1113* C# 8.0 Nullable Reference Types support (NRTs) ([ #111 ] ).
1214* ` netstandard2.1 ` targets in libraries to support NRT-enabled TFMs.
@@ -111,6 +113,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
111113
112114
113115[ Unreleased ] : https://github.com/WarHub/wham/compare/v0.8.0...HEAD
116+ [ 0.9.0 ] : https://github.com/WarHub/wham/compare/v0.8.0...v0.9.0
114117[ 0.8.0 ] : https://github.com/WarHub/wham/compare/v0.7.0...v0.8.0
115118[ 0.7.0 ] : https://github.com/WarHub/wham/compare/v0.6.17...v0.7.0
116119[ 0.6.17 ] : https://github.com/WarHub/wham/compare/v0.3.0...v0.6.17
Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json" ,
3- "version" : " 0.9.0-alpha.{height} " ,
3+ "version" : " 0.9" ,
44 "versionHeightOffset" : -1 ,
55 "nuGetPackageVersion" : {
66 "semVer" : 2.0
You can’t perform that action at this time.
0 commit comments