From 3b0e89a5984023d3cf9c64614a21705ac0019ce7 Mon Sep 17 00:00:00 2001 From: Francis Pion Date: Fri, 27 Dec 2024 17:42:15 -0500 Subject: [PATCH] Release 3.0.3 (#89) --- CHANGELOG.md | 7 ++++++- .../Logitar.Identity.Contracts.csproj | 6 +++--- lib/Logitar.Identity.Core/Logitar.Identity.Core.csproj | 6 +++--- .../Logitar.Identity.EntityFrameworkCore.PostgreSQL.csproj | 6 +++--- .../Logitar.Identity.EntityFrameworkCore.Relational.csproj | 6 +++--- .../Logitar.Identity.EntityFrameworkCore.SqlServer.csproj | 6 +++--- .../Logitar.Identity.Infrastructure.csproj | 6 +++--- 7 files changed, 24 insertions(+), 19 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6fd487..38d2fd7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +Nothing yet. + +## [3.0.3] - 2024-12-27 + ### Fixed - Dependency Injection. @@ -57,7 +61,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Relational storage (PostgreSQL and Microsoft SQL Server) for Identity entities. - Unit and Integration tests. -[unreleased]: https://github.com/Logitar/Identity/compare/v3.0.2...HEAD +[unreleased]: https://github.com/Logitar/Identity/compare/v3.0.3...HEAD +[3.0.3]: https://github.com/Logitar/Identity/compare/v3.0.2...v3.0.3 [3.0.2]: https://github.com/Logitar/Identity/compare/v3.0.1...v3.0.2 [3.0.1]: https://github.com/Logitar/Identity/compare/v3.0.0...v3.0.1 [3.0.0]: https://github.com/Logitar/Identity/compare/v2.0.0...v3.0.0 diff --git a/lib/Logitar.Identity.Contracts/Logitar.Identity.Contracts.csproj b/lib/Logitar.Identity.Contracts/Logitar.Identity.Contracts.csproj index 0515220..8adadc5 100644 --- a/lib/Logitar.Identity.Contracts/Logitar.Identity.Contracts.csproj +++ b/lib/Logitar.Identity.Contracts/Logitar.Identity.Contracts.csproj @@ -15,14 +15,14 @@ README.md https://github.com/Logitar/Identity git - 3.0.2.0 + 3.0.3.0 $(AssemblyVersion) LICENSE True - 3.0.2 + 3.0.3 en-CA True - Fixed EventBus again; fixed API key expiration. + Fixed Dependency Injection. logitar;net;framework;identity;contracts https://github.com/Logitar/Identity/tree/main/lib/Logitar.Identity.Contracts diff --git a/lib/Logitar.Identity.Core/Logitar.Identity.Core.csproj b/lib/Logitar.Identity.Core/Logitar.Identity.Core.csproj index 2380060..4c8ac81 100644 --- a/lib/Logitar.Identity.Core/Logitar.Identity.Core.csproj +++ b/lib/Logitar.Identity.Core/Logitar.Identity.Core.csproj @@ -14,14 +14,14 @@ README.md https://github.com/Logitar/Identity git - 3.0.2.0 + 3.0.3.0 $(AssemblyVersion) LICENSE True - 3.0.2 + 3.0.3 en-CA True - Fixed EventBus again; fixed API key expiration. + Fixed Dependency Injection. logitar;net;framework;identity;domain https://github.com/Logitar/Identity/tree/main/lib/Logitar.Identity.Core diff --git a/lib/Logitar.Identity.EntityFrameworkCore.PostgreSQL/Logitar.Identity.EntityFrameworkCore.PostgreSQL.csproj b/lib/Logitar.Identity.EntityFrameworkCore.PostgreSQL/Logitar.Identity.EntityFrameworkCore.PostgreSQL.csproj index 6aebb2d..809b795 100644 --- a/lib/Logitar.Identity.EntityFrameworkCore.PostgreSQL/Logitar.Identity.EntityFrameworkCore.PostgreSQL.csproj +++ b/lib/Logitar.Identity.EntityFrameworkCore.PostgreSQL/Logitar.Identity.EntityFrameworkCore.PostgreSQL.csproj @@ -15,14 +15,14 @@ README.md https://github.com/Logitar/Identity git - 3.0.2.0 + 3.0.3.0 $(AssemblyVersion) LICENSE True - 3.0.2 + 3.0.3 en-CA False - Fixed EventBus again; fixed API key expiration. + Fixed Dependency Injection. logitar;net;framework;identity;entityframeworkcore;postgres https://github.com/Logitar/Identity/tree/main/lib/Logitar.Identity.EntityFrameworkCore.PostgreSQL diff --git a/lib/Logitar.Identity.EntityFrameworkCore.Relational/Logitar.Identity.EntityFrameworkCore.Relational.csproj b/lib/Logitar.Identity.EntityFrameworkCore.Relational/Logitar.Identity.EntityFrameworkCore.Relational.csproj index e5fa869..9843259 100644 --- a/lib/Logitar.Identity.EntityFrameworkCore.Relational/Logitar.Identity.EntityFrameworkCore.Relational.csproj +++ b/lib/Logitar.Identity.EntityFrameworkCore.Relational/Logitar.Identity.EntityFrameworkCore.Relational.csproj @@ -15,14 +15,14 @@ README.md https://github.com/Logitar/Identity git - 3.0.2.0 + 3.0.3.0 $(AssemblyVersion) LICENSE True - 3.0.2 + 3.0.3 en-CA False - Fixed EventBus again; fixed API key expiration. + Fixed Dependency Injection. logitar;net;framework;identity;entityframeworkcore;relational https://github.com/Logitar/Identity/tree/main/lib/Logitar.Identity.EntityFrameworkCore.Relational diff --git a/lib/Logitar.Identity.EntityFrameworkCore.SqlServer/Logitar.Identity.EntityFrameworkCore.SqlServer.csproj b/lib/Logitar.Identity.EntityFrameworkCore.SqlServer/Logitar.Identity.EntityFrameworkCore.SqlServer.csproj index 09c2af2..290ac5a 100644 --- a/lib/Logitar.Identity.EntityFrameworkCore.SqlServer/Logitar.Identity.EntityFrameworkCore.SqlServer.csproj +++ b/lib/Logitar.Identity.EntityFrameworkCore.SqlServer/Logitar.Identity.EntityFrameworkCore.SqlServer.csproj @@ -15,14 +15,14 @@ README.md https://github.com/Logitar/Identity git - 3.0.2.0 + 3.0.3.0 $(AssemblyVersion) LICENSE True - 3.0.2 + 3.0.3 en-CA False - Fixed EventBus again; fixed API key expiration. + Fixed Dependency Injection. logitar;net;framework;identity;entityframeworkcore;sqlserver https://github.com/Logitar/Identity/tree/main/lib/Logitar.Identity.EntityFrameworkCore.SqlServer diff --git a/lib/Logitar.Identity.Infrastructure/Logitar.Identity.Infrastructure.csproj b/lib/Logitar.Identity.Infrastructure/Logitar.Identity.Infrastructure.csproj index 0f04a9c..8e0b350 100644 --- a/lib/Logitar.Identity.Infrastructure/Logitar.Identity.Infrastructure.csproj +++ b/lib/Logitar.Identity.Infrastructure/Logitar.Identity.Infrastructure.csproj @@ -15,14 +15,14 @@ README.md https://github.com/Logitar/Identity git - 3.0.2.0 + 3.0.3.0 $(AssemblyVersion) LICENSE True - 3.0.2 + 3.0.3 en-CA False - Fixed EventBus again; fixed API key expiration. + Fixed Dependency Injection. logitar;net;framework;identity;infrastructure https://github.com/Logitar/Identity/tree/main/lib/Logitar.Identity.Infrastructure