From 1b661dfe72de274181dc11f1fa51c490567a571f Mon Sep 17 00:00:00 2001 From: Stephen Cleary Date: Thu, 7 Dec 2023 19:52:02 -0500 Subject: [PATCH] Publish 2.5.0. --- CHANGELOG.md | 2 +- src/project.props | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f18ccd..6b63218 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [2.5.0] - TBD +## [2.5.0] - 2023-12-07 - [Feature] Added `TryAdd` methods to collection/delegate disposables to synchronously attempt to add. - [Feature] Added trimming/single-file/AOT support (`net8.0` only). diff --git a/src/project.props b/src/project.props index 68f234d..5250b11 100644 --- a/src/project.props +++ b/src/project.props @@ -1,7 +1,6 @@ 2.5.0 - alpha.2 Stephen Cleary \ No newline at end of file