From 33b53396606b917ac9143a950e88bda00327cee6 Mon Sep 17 00:00:00 2001 From: Francis Pion Date: Mon, 4 Mar 2024 22:43:03 -0500 Subject: [PATCH] Publish NuGet. --- .../Logitar.Identity.Contracts.csproj | 6 +++--- src/Logitar.Identity.Domain/Logitar.Identity.Domain.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 +++--- 6 files changed, 18 insertions(+), 18 deletions(-) diff --git a/src/Logitar.Identity.Contracts/Logitar.Identity.Contracts.csproj b/src/Logitar.Identity.Contracts/Logitar.Identity.Contracts.csproj index a09c91a..b3873bc 100644 --- a/src/Logitar.Identity.Contracts/Logitar.Identity.Contracts.csproj +++ b/src/Logitar.Identity.Contracts/Logitar.Identity.Contracts.csproj @@ -15,14 +15,14 @@ README.md https://github.com/Logitar/Identity git - 0.11.4.0 + 0.12.0.0 $(AssemblyVersion) LICENSE True - 0.11.4 + 0.12.0 en-CA True - Added the Modification contract. + Refactored the EventBus, warnings, settings and databases. logitar;net;framework;identity;contracts https://github.com/Logitar/Identity/tree/main/src/Logitar.Identity.Contracts diff --git a/src/Logitar.Identity.Domain/Logitar.Identity.Domain.csproj b/src/Logitar.Identity.Domain/Logitar.Identity.Domain.csproj index a731bad..7dab509 100644 --- a/src/Logitar.Identity.Domain/Logitar.Identity.Domain.csproj +++ b/src/Logitar.Identity.Domain/Logitar.Identity.Domain.csproj @@ -15,14 +15,14 @@ README.md https://github.com/Logitar/Identity git - 0.11.9.0 + 0.12.0.0 $(AssemblyVersion) LICENSE True - 0.11.9 + 0.12.0 en-CA True - Added Guid methods to aggregate identifiers. + Refactored the EventBus, warnings, settings and databases. logitar;net;framework;identity;domain https://github.com/Logitar/Identity/tree/main/src/Logitar.Identity.Domain diff --git a/src/Logitar.Identity.EntityFrameworkCore.PostgreSQL/Logitar.Identity.EntityFrameworkCore.PostgreSQL.csproj b/src/Logitar.Identity.EntityFrameworkCore.PostgreSQL/Logitar.Identity.EntityFrameworkCore.PostgreSQL.csproj index f6c8810..9536436 100644 --- a/src/Logitar.Identity.EntityFrameworkCore.PostgreSQL/Logitar.Identity.EntityFrameworkCore.PostgreSQL.csproj +++ b/src/Logitar.Identity.EntityFrameworkCore.PostgreSQL/Logitar.Identity.EntityFrameworkCore.PostgreSQL.csproj @@ -15,14 +15,14 @@ README.md https://github.com/Logitar/Identity git - 0.11.1.0 + 0.12.0.0 $(AssemblyVersion) LICENSE True - 0.11.1 + 0.12.0 en-CA False - Updated NuGet packages. + Refactored the EventBus, warnings, settings and databases. logitar;net;framework;identity;entityframeworkcore;postgres https://github.com/Logitar/Identity/tree/main/src/Logitar.Identity.EntityFrameworkCore.PostgreSQL diff --git a/src/Logitar.Identity.EntityFrameworkCore.Relational/Logitar.Identity.EntityFrameworkCore.Relational.csproj b/src/Logitar.Identity.EntityFrameworkCore.Relational/Logitar.Identity.EntityFrameworkCore.Relational.csproj index 6747a4c..0133c39 100644 --- a/src/Logitar.Identity.EntityFrameworkCore.Relational/Logitar.Identity.EntityFrameworkCore.Relational.csproj +++ b/src/Logitar.Identity.EntityFrameworkCore.Relational/Logitar.Identity.EntityFrameworkCore.Relational.csproj @@ -15,14 +15,14 @@ README.md https://github.com/Logitar/Identity git - 0.11.5.0 + 0.12.0.0 $(AssemblyVersion) LICENSE True - 0.11.5 + 0.12.0 en-CA False - Updated NuGet packages. + Refactored the EventBus, warnings, settings and databases. logitar;net;framework;identity;entityframeworkcore;relational https://github.com/Logitar/Identity/tree/main/src/Logitar.Identity.EntityFrameworkCore.Relational diff --git a/src/Logitar.Identity.EntityFrameworkCore.SqlServer/Logitar.Identity.EntityFrameworkCore.SqlServer.csproj b/src/Logitar.Identity.EntityFrameworkCore.SqlServer/Logitar.Identity.EntityFrameworkCore.SqlServer.csproj index 41a3764..51daf6c 100644 --- a/src/Logitar.Identity.EntityFrameworkCore.SqlServer/Logitar.Identity.EntityFrameworkCore.SqlServer.csproj +++ b/src/Logitar.Identity.EntityFrameworkCore.SqlServer/Logitar.Identity.EntityFrameworkCore.SqlServer.csproj @@ -15,14 +15,14 @@ README.md https://github.com/Logitar/Identity git - 0.11.1.0 + 0.12.0.0 $(AssemblyVersion) LICENSE True - 0.11.1 + 0.12.0 en-CA False - Updated NuGet packages. + Refactored the EventBus, warnings, settings and databases. logitar;net;framework;identity;entityframeworkcore;sqlserver https://github.com/Logitar/Identity/tree/main/src/Logitar.Identity.EntityFrameworkCore.SqlServer diff --git a/src/Logitar.Identity.Infrastructure/Logitar.Identity.Infrastructure.csproj b/src/Logitar.Identity.Infrastructure/Logitar.Identity.Infrastructure.csproj index 7226563..a7216c9 100644 --- a/src/Logitar.Identity.Infrastructure/Logitar.Identity.Infrastructure.csproj +++ b/src/Logitar.Identity.Infrastructure/Logitar.Identity.Infrastructure.csproj @@ -15,14 +15,14 @@ README.md https://github.com/Logitar/Identity git - 0.11.4.0 + 0.12.0.0 $(AssemblyVersion) LICENSE True - 0.11.4 + 0.12.0 en-CA False - Updated NuGet packages. + Refactored the EventBus, warnings, settings and databases. logitar;net;framework;identity;infrastructure https://github.com/Logitar/Identity/tree/main/src/Logitar.Identity.Infrastructure