Skip to content

Commit d774942

Browse files
committed
v8.3
1 parent e394a92 commit d774942

File tree

11 files changed

+32
-32
lines changed

11 files changed

+32
-32
lines changed

src/Demo.WebApp/Demo.WebApp.csproj

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,16 @@
2424
</ItemGroup>
2525

2626
<ItemGroup Label="Package References">
27-
<PackageReference Include="cloudscribe.Core.Web" Version="8.2.*" />
28-
<PackageReference Include="cloudscribe.Core.CompiledViews.Bootstrap3" Version="8.2.0" />
29-
<PackageReference Include="cloudscribe.Core.Storage.EFCore.MSSQL" Version="8.2.0" />
30-
<PackageReference Include="cloudscribe.Core.Storage.EFCore.MySql" Version="8.2.0" />
31-
<PackageReference Include="cloudscribe.Core.Storage.EFCore.PostgreSql" Version="8.2.0" />
32-
<PackageReference Include="cloudscribe.Core.Storage.EFCore.SQLite" Version="8.2.0" />
33-
<PackageReference Include="cloudscribe.Core.Storage.NoDb" Version="8.2.0" />
34-
35-
<PackageReference Include="cloudscribe.Web.Localization" Version="8.2.0" />
36-
<PackageReference Include="cloudscribe.Web.StaticFiles" Version="8.2.0" />
27+
<PackageReference Include="cloudscribe.Core.Web" Version="8.3.*" />
28+
<PackageReference Include="cloudscribe.Core.CompiledViews.Bootstrap3" Version="8.3.0" />
29+
<PackageReference Include="cloudscribe.Core.Storage.EFCore.MSSQL" Version="8.3.0" />
30+
<PackageReference Include="cloudscribe.Core.Storage.EFCore.MySql" Version="8.3.0" />
31+
<PackageReference Include="cloudscribe.Core.Storage.EFCore.PostgreSql" Version="8.3.0" />
32+
<PackageReference Include="cloudscribe.Core.Storage.EFCore.SQLite" Version="8.3.0" />
33+
<PackageReference Include="cloudscribe.Core.Storage.NoDb" Version="8.3.0" />
34+
35+
<PackageReference Include="cloudscribe.Web.Localization" Version="8.3.0" />
36+
<PackageReference Include="cloudscribe.Web.StaticFiles" Version="8.3.0" />
3737
</ItemGroup>
3838

3939
<ItemGroup>

src/cloudscribe.Logging.EFCore.Common/cloudscribe.Logging.EFCore.Common.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Description>Entity Framework Core implementation of cloudscribe ILogRepository</Description>
5-
<Version>8.2.0</Version>
5+
<Version>8.3.0</Version>
66
<TargetFramework>net8.0</TargetFramework>
77
<Authors>Joe Audette</Authors>
88
<PackageTags>cloudscribe;repositories;logging</PackageTags>

src/cloudscribe.Logging.EFCore.MSSQL/cloudscribe.Logging.EFCore.MSSQL.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Description>MSSQL Entity Framework Core implementation of cloudscribe ILogRepository</Description>
5-
<Version>8.2.0</Version>
5+
<Version>8.3.0</Version>
66
<TargetFramework>net8.0</TargetFramework>
77
<Authors>Joe Audette</Authors>
88
<PackageTags>cloudscribe;repositories;logging</PackageTags>
@@ -23,7 +23,7 @@
2323
</ItemGroup>
2424

2525
<ItemGroup>
26-
<PackageReference Include="cloudscribe.Versioning" Version="8.2.0" />
26+
<PackageReference Include="cloudscribe.Versioning" Version="8.3.0" />
2727
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.0" />
2828
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.0" />
2929
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="8.0.0" />

src/cloudscribe.Logging.EFCore.MySql/cloudscribe.Logging.EFCore.MySql.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Description>MySQL Entity Framework Core implementation of cloudscribe ILogRepository</Description>
5-
<Version>8.2.0</Version>
5+
<Version>8.3.0</Version>
66
<TargetFramework>net8.0</TargetFramework>
77
<Authors>Joe Audette</Authors>
88
<PackageTags>cloudscribe;repositories;logging</PackageTags>
@@ -25,7 +25,7 @@
2525
</ItemGroup>
2626

2727
<ItemGroup>
28-
<PackageReference Include="cloudscribe.Versioning" Version="8.2.0" />
28+
<PackageReference Include="cloudscribe.Versioning" Version="8.3.0" />
2929
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.0" />
3030
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.0" />
3131
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="8.0.0" />

src/cloudscribe.Logging.EFCore.PostgreSql/cloudscribe.Logging.EFCore.PostgreSql.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Description>PostgreSql Entity Framework Core implementation of cloudscribe ILogRepository, using snake case tables and fields</Description>
5-
<Version>8.2.0</Version>
5+
<Version>8.3.0</Version>
66
<TargetFramework>net8.0</TargetFramework>
77
<Authors>Joe Audette</Authors>
88
<PackageTags>cloudscribe;repositories;logging</PackageTags>
@@ -27,7 +27,7 @@
2727
</ItemGroup>
2828

2929
<ItemGroup>
30-
<PackageReference Include="cloudscribe.Versioning" Version="8.2.0" />
30+
<PackageReference Include="cloudscribe.Versioning" Version="8.3.0" />
3131
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.0" />
3232
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.0" />
3333
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.0" />

src/cloudscribe.Logging.EFCore.SQLite/cloudscribe.Logging.EFCore.SQLite.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Description>SQLite Entity Framework Core implementation of cloudscribe ILogRepository</Description>
5-
<Version>8.2.0</Version>
5+
<Version>8.3.0</Version>
66
<TargetFramework>net8.0</TargetFramework>
77
<Authors>Joe Audette</Authors>
88
<PackageTags>cloudscribe;repositories;logging</PackageTags>
@@ -25,7 +25,7 @@
2525
</ItemGroup>
2626

2727
<ItemGroup>
28-
<PackageReference Include="cloudscribe.Versioning" Version="8.2.0" />
28+
<PackageReference Include="cloudscribe.Versioning" Version="8.3.0" />
2929
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.0" />
3030
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.0" />
3131
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.0" />

src/cloudscribe.Logging.EFCore.pgsql/cloudscribe.Logging.EFCore.pgsql.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Description>PostgreSql Entity Framework Core implementation of cloudscribe ILogRepository</Description>
5-
<Version>8.2.0</Version>
5+
<Version>8.3.0</Version>
66
<TargetFramework>net8.0</TargetFramework>
77
<Authors>Joe Audette</Authors>
88
<PackageTags>cloudscribe;repositories;logging</PackageTags>
@@ -25,7 +25,7 @@
2525
</ItemGroup>
2626

2727
<ItemGroup>
28-
<PackageReference Include="cloudscribe.Versioning" Version="8.2.0" />
28+
<PackageReference Include="cloudscribe.Versioning" Version="8.3.0" />
2929
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.0" />
3030
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.0" />
3131
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.0" />

src/cloudscribe.Logging.NoDb/cloudscribe.Logging.NoDb.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Description>NoDb implementation of cloudscribe ILogRepository</Description>
5-
<Version>8.2.0</Version>
5+
<Version>8.3.0</Version>
66
<TargetFramework>net8.0</TargetFramework>
77
<Authors>Joe Audette</Authors>
88
<PackageTags>cloudscribe;repositories;logging</PackageTags>
@@ -18,7 +18,7 @@
1818
</ItemGroup>
1919

2020
<ItemGroup>
21-
<PackageReference Include="cloudscribe.Versioning" Version="8.2.0" />
21+
<PackageReference Include="cloudscribe.Versioning" Version="8.3.0" />
2222
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="8.0.0" />
2323
<PackageReference Include="Microsoft.Extensions.Options" Version="8.0.0" />
2424

src/cloudscribe.Logging.Web/cloudscribe.Logging.Web.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Description>An implementation of ILogger and ILoggerProvider that logs to the database using a pluggable model supporting multiple data platforms. Also proivides an MVC controller for viewing and managing the log data.</Description>
5-
<Version>8.2.0</Version>
5+
<Version>8.3.0</Version>
66
<TargetFramework>net8.0</TargetFramework>
77
<Authors>Joe Audette</Authors>
88
<AddRazorSupportForMvc>true</AddRazorSupportForMvc>
@@ -32,9 +32,9 @@
3232
</PropertyGroup>
3333

3434
<ItemGroup>
35-
<PackageReference Include="cloudscribe.Versioning" Version="8.2.0" />
36-
<PackageReference Include="cloudscribe.DateTimeUtils" Version="8.2.0" />
37-
<PackageReference Include="cloudscribe.Web.Pagination" Version="8.2.0" />
35+
<PackageReference Include="cloudscribe.Versioning" Version="8.3.0" />
36+
<PackageReference Include="cloudscribe.DateTimeUtils" Version="8.3.0" />
37+
<PackageReference Include="cloudscribe.Web.Pagination" Version="8.3.0" />
3838
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.0" />
3939
<PackageReference Include="Microsoft.Extensions.FileProviders.Embedded" Version="8.0.0" />
4040
<PackageReference Include="Microsoft.Extensions.Localization" Version="8.0.0" />

src/cloudscribe.Logging/cloudscribe.Logging.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Description>An implementation of ILogger and ILoggerProvider that logs to the database using a pluggable model supporting multiple data platforms. Also proivides an MVC controller for viewing and managing the log data.</Description>
5-
<Version>8.2.0</Version>
5+
<Version>8.3.0</Version>
66
<TargetFramework>net8.0</TargetFramework>
77
<Authors>Joe Audette</Authors>
88
<PackageTags>cloudscribe;logging;database</PackageTags>
@@ -23,7 +23,7 @@
2323
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.0" />
2424
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.0" />
2525

26-
<PackageReference Include="cloudscribe.Pagination.Models" Version="8.2.0" />
26+
<PackageReference Include="cloudscribe.Pagination.Models" Version="8.3.0" />
2727
<PackageReference Include="NewtonSoft.Json" Version="13.0.3" />
2828
</ItemGroup>
2929

0 commit comments

Comments
 (0)