Skip to content

Commit

Permalink
rev minor to 1.1; release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
mgravell committed Feb 2, 2023
1 parent 4781096 commit 1213003
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions docs/releasenotes.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Release Notes

## unreleased
## 1.1.0

- update library references
- 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)
- improve handling of `IDisposable` and delegates in services (#199 by lanfeust69)

## 1.0.177

Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 1213003

Please sign in to comment.