File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Release Notes
2
2
3
- ## unreleased
3
+ ## 1.1.0
4
4
5
5
- update library references
6
- - drop net461 (moving to net462 as lower bound); drop netcoreapp3.1 and net5.0 (moving to net6.0 as lower bound)
6
+ - drop net461 (moving to net462 as lower bound); drop netcoreapp3.1 and net5.0 (moving to net6.0/netstandard2.1 as lower bound)
7
+ - improve handling of ` IDisposable ` and delegates in services (#199 by lanfeust69)
7
8
8
9
## 1.0.177
9
10
Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json" ,
3
- "version" : " 1.0 " ,
3
+ "version" : " 1.1 " ,
4
4
"assemblyVersion" : " 1.0" ,
5
5
"nugetPackageVersion" : {
6
6
"semVer" : 2
You can’t perform that action at this time.
0 commit comments