Skip to content

Commit

Permalink
v2.5.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenCleary committed Dec 3, 2023
1 parent 61b8102 commit c0cca95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## [2.5.0] - TBD
- [Feature] Added `TryAdd` methods to collection/delegate disposables to synchronously attempt to add.
- [Feature] Added trimming/single-file/AOT support (`net8.0` only).

## [2.4.0] - 2023-03-03
- [Feature] Added `Abandon` methods to ignore disposal or transfer ownership to another disposable. [#17](https://github.com/StephenCleary/Disposables/issues/17)
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.5.0</VersionPrefix>
<VersionSuffix>alpha.1</VersionSuffix>
<VersionSuffix>alpha.2</VersionSuffix>
<Authors>Stephen Cleary</Authors>
</PropertyGroup>
</Project>

0 comments on commit c0cca95

Please sign in to comment.