From b06845dce634e18db67320dfc2b61278895733fe Mon Sep 17 00:00:00 2001 From: Ruben Bartelink Date: Tue, 18 Jan 2022 23:01:54 +0000 Subject: [PATCH] Release 3.0.6 --- CHANGELOG.md | 13 ++++++++++++- Directory.Build.props | 4 ++-- src/Equinox.Core/Equinox.Core.fsproj | 4 ++-- src/Equinox.CosmosStore/Equinox.CosmosStore.fsproj | 4 ++-- src/Equinox.EventStore/Equinox.EventStore.fsproj | 4 ++-- 5 files changed, 20 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3162359fe..332824311 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,16 @@ The `Unreleased` section name is replaced by the expected version of next releas ### Added ### Changed +### Removed +### Fixed + + +## [3.0.6] - 2022-01-19 + +### Changed + +- `CosmosStore`: Cleanup `Microsoft.Azure.Cosmos` calls [#303](https://github.com/jet/equinox/pull/303) + ### Removed - Removed Grafana spec now that canonical is in `dotnet-templates` [#304](https://github.com/jet/equinox/pull/304) @@ -646,7 +656,8 @@ The `Unreleased` section name is replaced by the expected version of next releas (For information pertaining to earlier releases, see release notes in https://github.com/jet/equinox/releases and/or can someone please add it!) -[Unreleased]: https://github.com/jet/equinox/compare/3.0.5...HEAD +[Unreleased]: https://github.com/jet/equinox/compare/3.0.6...HEAD +[3.0.6]: https://github.com/jet/equinox/compare/3.0.5...3.0.6 [3.0.5]: https://github.com/jet/equinox/compare/3.0.4...3.0.5 [3.0.4]: https://github.com/jet/equinox/compare/3.0.3...3.0.4 [3.0.3]: https://github.com/jet/equinox/compare/3.0.2...3.0.3 diff --git a/Directory.Build.props b/Directory.Build.props index a75564119..103bafcdb 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -6,7 +6,7 @@ https://github.com/jet/equinox fsharp unionencoder eventsourcing eventstore cosmosdb sqlserver postgres fscodec typeshape Apache-2.0 - Copyright © 2016-21 + Copyright © 2016-22 netcoreapp3.1;net461 @@ -27,4 +27,4 @@ - \ No newline at end of file + diff --git a/src/Equinox.Core/Equinox.Core.fsproj b/src/Equinox.Core/Equinox.Core.fsproj index 198ae26bd..ed73c0d53 100644 --- a/src/Equinox.Core/Equinox.Core.fsproj +++ b/src/Equinox.Core/Equinox.Core.fsproj @@ -28,10 +28,10 @@ - + - \ No newline at end of file + diff --git a/src/Equinox.CosmosStore/Equinox.CosmosStore.fsproj b/src/Equinox.CosmosStore/Equinox.CosmosStore.fsproj index e3deb032c..a4f3e13bf 100644 --- a/src/Equinox.CosmosStore/Equinox.CosmosStore.fsproj +++ b/src/Equinox.CosmosStore/Equinox.CosmosStore.fsproj @@ -22,7 +22,7 @@ - + @@ -30,4 +30,4 @@ - \ No newline at end of file + diff --git a/src/Equinox.EventStore/Equinox.EventStore.fsproj b/src/Equinox.EventStore/Equinox.EventStore.fsproj index d123c09d2..89e6321bc 100644 --- a/src/Equinox.EventStore/Equinox.EventStore.fsproj +++ b/src/Equinox.EventStore/Equinox.EventStore.fsproj @@ -22,7 +22,7 @@ - + @@ -30,4 +30,4 @@ - \ No newline at end of file +