Skip to content

Commit 1213003

Browse files
committed
rev minor to 1.1; release notes
1 parent 4781096 commit 1213003

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docs/releasenotes.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# Release Notes
22

3-
## unreleased
3+
## 1.1.0
44

55
- 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)
78

89
## 1.0.177
910

version.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
3-
"version": "1.0",
3+
"version": "1.1",
44
"assemblyVersion": "1.0",
55
"nugetPackageVersion": {
66
"semVer": 2

0 commit comments

Comments
 (0)