From 9374be1b3d7e195d3ffe8f794934d06c2aa42290 Mon Sep 17 00:00:00 2001 From: Francis Pion Date: Sun, 22 Dec 2024 21:17:15 -0500 Subject: [PATCH] Version --- .../Logitar.Identity.Contracts.csproj | 2 +- .../Logitar.Identity.EntityFrameworkCore.PostgreSQL.csproj | 2 +- .../Logitar.Identity.EntityFrameworkCore.Relational.csproj | 2 +- .../Logitar.Identity.EntityFrameworkCore.SqlServer.csproj | 2 +- .../Logitar.Identity.Infrastructure.csproj | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/Logitar.Identity.Contracts/Logitar.Identity.Contracts.csproj b/lib/Logitar.Identity.Contracts/Logitar.Identity.Contracts.csproj index 70f49f2..7df8be5 100644 --- a/lib/Logitar.Identity.Contracts/Logitar.Identity.Contracts.csproj +++ b/lib/Logitar.Identity.Contracts/Logitar.Identity.Contracts.csproj @@ -19,7 +19,7 @@ $(AssemblyVersion) LICENSE True - 0.0.0 + 3.0.0 en-CA True Rewrote the framework to include changes made to EventSourcing. 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 dc04506..c458588 100644 --- a/lib/Logitar.Identity.EntityFrameworkCore.PostgreSQL/Logitar.Identity.EntityFrameworkCore.PostgreSQL.csproj +++ b/lib/Logitar.Identity.EntityFrameworkCore.PostgreSQL/Logitar.Identity.EntityFrameworkCore.PostgreSQL.csproj @@ -19,7 +19,7 @@ $(AssemblyVersion) LICENSE True - 0.0.0 + 3.0.0 en-CA False Rewrote the framework to include changes made to EventSourcing. 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 72885a9..3a385dc 100644 --- a/lib/Logitar.Identity.EntityFrameworkCore.Relational/Logitar.Identity.EntityFrameworkCore.Relational.csproj +++ b/lib/Logitar.Identity.EntityFrameworkCore.Relational/Logitar.Identity.EntityFrameworkCore.Relational.csproj @@ -19,7 +19,7 @@ $(AssemblyVersion) LICENSE True - 0.0.0 + 3.0.0 en-CA False Rewrote the framework to include changes made to EventSourcing. 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 5d45064..d18d5df 100644 --- a/lib/Logitar.Identity.EntityFrameworkCore.SqlServer/Logitar.Identity.EntityFrameworkCore.SqlServer.csproj +++ b/lib/Logitar.Identity.EntityFrameworkCore.SqlServer/Logitar.Identity.EntityFrameworkCore.SqlServer.csproj @@ -19,7 +19,7 @@ $(AssemblyVersion) LICENSE True - 0.0.0 + 3.0.0 en-CA False Rewrote the framework to include changes made to EventSourcing. diff --git a/lib/Logitar.Identity.Infrastructure/Logitar.Identity.Infrastructure.csproj b/lib/Logitar.Identity.Infrastructure/Logitar.Identity.Infrastructure.csproj index bb2505a..ef673bf 100644 --- a/lib/Logitar.Identity.Infrastructure/Logitar.Identity.Infrastructure.csproj +++ b/lib/Logitar.Identity.Infrastructure/Logitar.Identity.Infrastructure.csproj @@ -19,7 +19,7 @@ $(AssemblyVersion) LICENSE True - 0.0.0 + 3.0.0 en-CA False Rewrote the framework to include changes made to EventSourcing.