We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4781096 commit 1213003Copy full SHA for 1213003
docs/releasenotes.md
@@ -1,9 +1,10 @@
1
# Release Notes
2
3
-## unreleased
+## 1.1.0
4
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)
+- 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)
8
9
## 1.0.177
10
version.json
@@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
- "version": "1.0",
+ "version": "1.1",
"assemblyVersion": "1.0",
"nugetPackageVersion": {
"semVer": 2
0 commit comments