Skip to content

Commit

Permalink
Version bump for async refcounted disposables.
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenCleary committed Dec 28, 2021
1 parent 7ee87db commit 2b71807
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## [Unreleased]

- [Feature] Added `ReferenceCountedDisposable` and associated types.
- [Feature] Added `ReferenceCountedDisposable`, `ReferenceCountedAsyncDisposable`, and associated types.

## [2.2.1] - 2021-09-25
- [Fix] Bumped `System.Collections.Immutable` dependency version from `1.4.0` to `1.7.1`. This fixes the shim dlls issue on .NET Framework targets.
Expand Down
2 changes: 1 addition & 1 deletion src/project.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<VersionPrefix>2.3.0</VersionPrefix>
<VersionSuffix>pre01</VersionSuffix>
<VersionSuffix>pre02</VersionSuffix>
<Authors>Stephen Cleary</Authors>
</PropertyGroup>
</Project>

0 comments on commit 2b71807

Please sign in to comment.