Skip to content

Commit

Permalink
# 1.2.0
Browse files Browse the repository at this point in the history
- Upgrade ServiceBricks Version and all related packages to latest version
- Fix for WebRequestMessage to write to in-memory queue and save on background timer and task, same as CustomLogger
- Remove resources folder from webapp projects
  • Loading branch information
Danny Logsdon committed Jan 14, 2025
1 parent bab82c8 commit 6806a2b
Show file tree
Hide file tree
Showing 155 changed files with 1,716 additions and 6,445 deletions.
14 changes: 14 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# 1.2.0
- Upgrade ServiceBricks Version and all related packages to latest version
- Fix for WebRequestMessage to write to in-memory queue and save on background timer and task, same as CustomLogger
- Remove resources folder from webapp projects

# 1.1.3
- Upgrade ServiceBricks Version

# 1.1.2
- Upgrade ServiceBricks Version

# 1.1.1
- Upgrade ServiceBricks Version

# 1.1.0
- Official Production Release

Expand Down
73 changes: 73 additions & 0 deletions ServiceBricksLoggingV1.sln
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,28 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebAppNet8", "src\V1\Tests\
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServiceBricks.Logging.Microservice", "src\V1\ServiceBricks.Logging.Microservice\ServiceBricks.Logging.Microservice.csproj", "{D8BF900A-B587-4B60-9E66-5F83B915D83C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Net9", "Net9", "{74A654A3-3C30-4CED-B021-978F40BBD029}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServiceBricks.Logging.AzureDataTables.XunitNet9", "src\V1\Tests\ServiceBricks.Logging.AzureDataTables.XunitNet9\ServiceBricks.Logging.AzureDataTables.XunitNet9.csproj", "{1A319722-AFF1-444E-9E88-4A0C07DDB5BB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServiceBricks.Logging.Client.XunitNet9", "src\V1\Tests\ServiceBricks.Logging.Client.XunitNet9\ServiceBricks.Logging.Client.XunitNet9.csproj", "{33599FE2-C4D4-478B-B62C-CE8E6B87B2BA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServiceBricks.Logging.Cosmos.XunitNet9", "src\V1\Tests\ServiceBricks.Logging.Cosmos.XunitNet9\ServiceBricks.Logging.Cosmos.XunitNet9.csproj", "{DBB6CDAC-B569-40ED-A70B-DC9D958F54DA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServiceBricks.Logging.InMemory.XunitNet9", "src\V1\Tests\ServiceBricks.Logging.InMemory.XunitNet9\ServiceBricks.Logging.InMemory.XunitNet9.csproj", "{DC472685-773F-4B04-8563-E237A5357EE2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServiceBricks.Logging.MongoDb.XunitNet9", "src\V1\Tests\ServiceBricks.Logging.MongoDb.XunitNet9\ServiceBricks.Logging.MongoDb.XunitNet9.csproj", "{851477D4-6438-4214-BC36-65A3C62BB9C6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServiceBricks.Logging.Postgres.XunitNet9", "src\V1\Tests\ServiceBricks.Logging.Postgres.XunitNet9\ServiceBricks.Logging.Postgres.XunitNet9.csproj", "{09166E74-90B7-4BD9-BAE5-6D951FFD6BE9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServiceBricks.Logging.Sqlite.XunitNet9", "src\V1\Tests\ServiceBricks.Logging.Sqlite.XunitNet9\ServiceBricks.Logging.Sqlite.XunitNet9.csproj", "{C3092397-D487-4282-A055-06CBB353383A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServiceBricks.Logging.SqlServer.XunitNet9", "src\V1\Tests\ServiceBricks.Logging.SqlServer.XunitNet9\ServiceBricks.Logging.SqlServer.XunitNet9.csproj", "{300C1CA2-F25B-4261-AF15-B5FC189A0058}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServiceBricks.Logging.XunitNet9", "src\V1\Tests\ServiceBricks.Logging.XunitNet9\ServiceBricks.Logging.XunitNet9.csproj", "{B74CD01D-1DAF-41B6-9ED1-BBC6CD1BDBBF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebAppNet9", "src\V1\Tests\WebAppNet9\WebAppNet9.csproj", "{032CE5F1-EA66-4BBD-AA38-A43B936BC3FC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -263,6 +285,46 @@ Global
{D8BF900A-B587-4B60-9E66-5F83B915D83C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D8BF900A-B587-4B60-9E66-5F83B915D83C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D8BF900A-B587-4B60-9E66-5F83B915D83C}.Release|Any CPU.Build.0 = Release|Any CPU
{1A319722-AFF1-444E-9E88-4A0C07DDB5BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1A319722-AFF1-444E-9E88-4A0C07DDB5BB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1A319722-AFF1-444E-9E88-4A0C07DDB5BB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1A319722-AFF1-444E-9E88-4A0C07DDB5BB}.Release|Any CPU.Build.0 = Release|Any CPU
{33599FE2-C4D4-478B-B62C-CE8E6B87B2BA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{33599FE2-C4D4-478B-B62C-CE8E6B87B2BA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{33599FE2-C4D4-478B-B62C-CE8E6B87B2BA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{33599FE2-C4D4-478B-B62C-CE8E6B87B2BA}.Release|Any CPU.Build.0 = Release|Any CPU
{DBB6CDAC-B569-40ED-A70B-DC9D958F54DA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DBB6CDAC-B569-40ED-A70B-DC9D958F54DA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DBB6CDAC-B569-40ED-A70B-DC9D958F54DA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DBB6CDAC-B569-40ED-A70B-DC9D958F54DA}.Release|Any CPU.Build.0 = Release|Any CPU
{DC472685-773F-4B04-8563-E237A5357EE2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DC472685-773F-4B04-8563-E237A5357EE2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DC472685-773F-4B04-8563-E237A5357EE2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DC472685-773F-4B04-8563-E237A5357EE2}.Release|Any CPU.Build.0 = Release|Any CPU
{851477D4-6438-4214-BC36-65A3C62BB9C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{851477D4-6438-4214-BC36-65A3C62BB9C6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{851477D4-6438-4214-BC36-65A3C62BB9C6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{851477D4-6438-4214-BC36-65A3C62BB9C6}.Release|Any CPU.Build.0 = Release|Any CPU
{09166E74-90B7-4BD9-BAE5-6D951FFD6BE9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{09166E74-90B7-4BD9-BAE5-6D951FFD6BE9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{09166E74-90B7-4BD9-BAE5-6D951FFD6BE9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{09166E74-90B7-4BD9-BAE5-6D951FFD6BE9}.Release|Any CPU.Build.0 = Release|Any CPU
{C3092397-D487-4282-A055-06CBB353383A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C3092397-D487-4282-A055-06CBB353383A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C3092397-D487-4282-A055-06CBB353383A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C3092397-D487-4282-A055-06CBB353383A}.Release|Any CPU.Build.0 = Release|Any CPU
{300C1CA2-F25B-4261-AF15-B5FC189A0058}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{300C1CA2-F25B-4261-AF15-B5FC189A0058}.Debug|Any CPU.Build.0 = Debug|Any CPU
{300C1CA2-F25B-4261-AF15-B5FC189A0058}.Release|Any CPU.ActiveCfg = Release|Any CPU
{300C1CA2-F25B-4261-AF15-B5FC189A0058}.Release|Any CPU.Build.0 = Release|Any CPU
{B74CD01D-1DAF-41B6-9ED1-BBC6CD1BDBBF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B74CD01D-1DAF-41B6-9ED1-BBC6CD1BDBBF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B74CD01D-1DAF-41B6-9ED1-BBC6CD1BDBBF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B74CD01D-1DAF-41B6-9ED1-BBC6CD1BDBBF}.Release|Any CPU.Build.0 = Release|Any CPU
{032CE5F1-EA66-4BBD-AA38-A43B936BC3FC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{032CE5F1-EA66-4BBD-AA38-A43B936BC3FC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{032CE5F1-EA66-4BBD-AA38-A43B936BC3FC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{032CE5F1-EA66-4BBD-AA38-A43B936BC3FC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down Expand Up @@ -302,6 +364,17 @@ Global
{84C65BA8-CD93-4FB3-8581-9F9BE96D7600} = {2DB5BDD9-A93E-4928-B40C-CA47E5D02977}
{41155F3C-28B8-4589-8FCB-0B5FD10D6A9F} = {2DB5BDD9-A93E-4928-B40C-CA47E5D02977}
{2D3512F6-AA28-4D20-B9F7-F235C98493F6} = {2DB5BDD9-A93E-4928-B40C-CA47E5D02977}
{74A654A3-3C30-4CED-B021-978F40BBD029} = {88B1428A-EB13-437B-9B06-420DB5522C4B}
{1A319722-AFF1-444E-9E88-4A0C07DDB5BB} = {74A654A3-3C30-4CED-B021-978F40BBD029}
{33599FE2-C4D4-478B-B62C-CE8E6B87B2BA} = {74A654A3-3C30-4CED-B021-978F40BBD029}
{DBB6CDAC-B569-40ED-A70B-DC9D958F54DA} = {74A654A3-3C30-4CED-B021-978F40BBD029}
{DC472685-773F-4B04-8563-E237A5357EE2} = {74A654A3-3C30-4CED-B021-978F40BBD029}
{851477D4-6438-4214-BC36-65A3C62BB9C6} = {74A654A3-3C30-4CED-B021-978F40BBD029}
{09166E74-90B7-4BD9-BAE5-6D951FFD6BE9} = {74A654A3-3C30-4CED-B021-978F40BBD029}
{C3092397-D487-4282-A055-06CBB353383A} = {74A654A3-3C30-4CED-B021-978F40BBD029}
{300C1CA2-F25B-4261-AF15-B5FC189A0058} = {74A654A3-3C30-4CED-B021-978F40BBD029}
{B74CD01D-1DAF-41B6-9ED1-BBC6CD1BDBBF} = {74A654A3-3C30-4CED-B021-978F40BBD029}
{032CE5F1-EA66-4BBD-AA38-A43B936BC3FC} = {74A654A3-3C30-4CED-B021-978F40BBD029}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3F52D6BF-7492-4077-81D0-216BDE78C9EA}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>1.1.3</Version>
<Version>1.2.0</Version>
<Description>The open source microservices platform. Visit https://ServiceBricks.com to learn more.</Description>
<PackageId>ServiceBricks.Logging.AzureDataTables</PackageId>
<Title>ServiceBricks.Logging.AzureDataTables</Title>
<AssemblyTitle>ServiceBricks.Logging.AzureDataTables</AssemblyTitle>
<Authors>holomodular</Authors>
<Company>HoloModular LLC</Company>
<Product>ServiceBricks</Product>
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
<TargetFrameworks>net6.0;net7.0;net8.0;net9.0</TargetFrameworks>
<Nullable>disable</Nullable>
<Copyright>Copyright © 2024 HoloModular LLC. All Rights Reserved. Visit https://HoloModular.com to learn more.</Copyright>
<Copyright>Copyright © 2025 HoloModular LLC. All Rights Reserved. Visit https://HoloModular.com to learn more.</Copyright>
<PackageProjectUrl>https://ServiceBricks.com</PackageProjectUrl>
<PackageIcon>logo.png</PackageIcon>
<PackageTags>servicebricks;logging;azure;azuredatatables</PackageTags>
Expand All @@ -36,6 +36,6 @@
<ProjectReference Include="..\ServiceBricks.Logging\ServiceBricks.Logging.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="ServiceBricks.Core" Version="1.1.3" />
<PackageReference Include="ServiceBricks.Core" Version="1.2.0" />
</ItemGroup>
</Project>
16 changes: 14 additions & 2 deletions src/V1/ServiceBricks.Logging.Cosmos/Model/LoggingCosmosContext.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Configuration;
using ServiceBricks.Storage.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Diagnostics;

namespace ServiceBricks.Logging.Cosmos
{
Expand Down Expand Up @@ -58,15 +59,26 @@ protected override void OnModelCreating(ModelBuilder builder)
// AI: Create the model for each table
builder.Entity<LogMessage>().HasKey(p => p.Key);
builder.Entity<LogMessage>().HasPartitionKey(p => p.PartitionKey);
builder.Entity<LogMessage>().HasIndex(key => new { key.Application, key.Level, key.CreateDate });
builder.Entity<LogMessage>().ToContainer(LoggingCosmosConstants.GetContainerName(nameof(LogMessage)));

builder.Entity<WebRequestMessage>().HasKey(p => p.Key);
builder.Entity<WebRequestMessage>().HasPartitionKey(p => p.PartitionKey);
builder.Entity<WebRequestMessage>().HasIndex(key => new { key.Application, key.UserStorageKey, key.CreateDate });
builder.Entity<WebRequestMessage>().ToContainer(LoggingCosmosConstants.GetContainerName(nameof(WebRequestMessage)));
}

/// <summary>
/// OnConfiguring
/// </summary>
/// <param name="optionsBuilder"></param>
protected override void OnConfiguring(DbContextOptionsBuilder optionsBuilder)
{
#if NET9_0
optionsBuilder.ConfigureWarnings(w => w.Ignore(CosmosEventId.SyncNotSupported));
#endif

base.OnConfiguring(optionsBuilder);
}

/// <summary>
/// Create context.
/// </summary>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>1.1.3</Version>
<Version>1.2.0</Version>
<Description>The open source microservices platform. Visit https://ServiceBricks.com to learn more.</Description>
<PackageId>ServiceBricks.Logging.Cosmos</PackageId>
<Title>ServiceBricks.Logging.Cosmos</Title>
<AssemblyTitle>ServiceBricks.Logging.Cosmos</AssemblyTitle>
<Authors>holomodular</Authors>
<Company>HoloModular LLC</Company>
<Product>ServiceBricks</Product>
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
<TargetFrameworks>net6.0;net7.0;net8.0;net9.0</TargetFrameworks>
<Nullable>disable</Nullable>
<Copyright>Copyright © 2024 HoloModular LLC. All Rights Reserved. Visit https://HoloModular.com to learn more.</Copyright>
<Copyright>Copyright © 2025 HoloModular LLC. All Rights Reserved. Visit https://HoloModular.com to learn more.</Copyright>
<PackageProjectUrl>https://ServiceBricks.com</PackageProjectUrl>
<PackageIcon>logo.png</PackageIcon>
<PackageTags>servicebricks;logging;cosmos;cosmosdb</PackageTags>
Expand All @@ -36,7 +36,7 @@
<ProjectReference Include="..\ServiceBricks.Logging.EntityFrameworkCore\ServiceBricks.Logging.EntityFrameworkCore.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="ServiceBricks.Core" Version="1.1.3" />
<PackageReference Include="ServiceBricks.Core" Version="1.2.0" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>1.1.3</Version>
<Version>1.2.0</Version>
<Description>The open source microservices platform. Visit https://ServiceBricks.com to learn more.</Description>
<PackageId>ServiceBricks.Logging.EntityFrameworkCore</PackageId>
<Title>ServiceBricks.Logging.EntityFrameworkCore</Title>
<AssemblyTitle>ServiceBricks.Logging.EntityFrameworkCore</AssemblyTitle>
<Authors>holomodular</Authors>
<Company>HoloModular LLC</Company>
<Product>ServiceBricks</Product>
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
<TargetFrameworks>net6.0;net7.0;net8.0;net9.0</TargetFrameworks>
<Nullable>disable</Nullable>
<Copyright>Copyright © 2024 HoloModular LLC. All Rights Reserved. Visit https://HoloModular.com to learn more.</Copyright>
<Copyright>Copyright © 2025 HoloModular LLC. All Rights Reserved. Visit https://HoloModular.com to learn more.</Copyright>
<PackageProjectUrl>https://ServiceBricks.com</PackageProjectUrl>
<PackageIcon>logo.png</PackageIcon>
<PackageTags>servicebricks;logging;entityframeworkcore;efc</PackageTags>
Expand All @@ -36,7 +36,7 @@
<ProjectReference Include="..\ServiceBricks.Logging\ServiceBricks.Logging.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="ServiceBricks.Core" Version="1.1.3" />
<PackageReference Include="ServiceBricks.Core" Version="1.2.0" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>1.1.3</Version>
<Version>1.2.0</Version>
<Description>The open source microservices platform. Visit https://ServiceBricks.com to learn more.</Description>
<PackageId>ServiceBricks.Logging.InMemory</PackageId>
<Title>ServiceBricks.Logging.InMemory</Title>
<AssemblyTitle>ServiceBricks.Logging.InMemory</AssemblyTitle>
<Authors>holomodular</Authors>
<Company>HoloModular LLC</Company>
<Product>ServiceBricks</Product>
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
<TargetFrameworks>net6.0;net7.0;net8.0;net9.0</TargetFrameworks>
<Nullable>disable</Nullable>
<Copyright>Copyright © 2024 HoloModular LLC. All Rights Reserved. Visit https://HoloModular.com to learn more.</Copyright>
<Copyright>Copyright © 2025 HoloModular LLC. All Rights Reserved. Visit https://HoloModular.com to learn more.</Copyright>
<PackageProjectUrl>https://ServiceBricks.com</PackageProjectUrl>
<PackageIcon>logo.png</PackageIcon>
<PackageTags>servicebricks;logging;inmemory</PackageTags>
Expand All @@ -36,7 +36,7 @@
<ProjectReference Include="..\ServiceBricks.Logging.EntityFrameworkCore\ServiceBricks.Logging.EntityFrameworkCore.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="ServiceBricks.Core" Version="1.1.3" />
<PackageReference Include="ServiceBricks.Core" Version="1.2.0" />
</ItemGroup>


Expand Down
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>1.1.3</Version>
<Version>1.2.0</Version>
<Description>The open source microservices platform. Visit https://ServiceBricks.com to learn more.</Description>
<PackageId>ServiceBricks.Logging.Microservice</PackageId>
<Title>ServiceBricks.Logging.Microservice</Title>
<AssemblyTitle>ServiceBricks.Logging.Microservice</AssemblyTitle>
<Authors>holomodular</Authors>
<Company>HoloModular LLC</Company>
<Product>ServiceBricks</Product>
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
<TargetFrameworks>net6.0;net7.0;net8.0;net9.0</TargetFrameworks>
<Nullable>disable</Nullable>
<Copyright>Copyright © 2024 HoloModular LLC. All Rights Reserved. Visit https://HoloModular.com to learn more.</Copyright>
<Copyright>Copyright © 2025 HoloModular LLC. All Rights Reserved. Visit https://HoloModular.com to learn more.</Copyright>
<PackageProjectUrl>https://ServiceBricks.com</PackageProjectUrl>
<PackageIcon>logo.png</PackageIcon>
<PackageTags>servicebricks;logging;microservice</PackageTags>
Expand All @@ -34,7 +34,7 @@
</None>
</ItemGroup>
<ItemGroup>
<PackageReference Include="ServiceBricks.Core" Version="1.1.3" />
<PackageReference Include="ServiceBricks.Core" Version="1.2.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ServiceBricks.Logging\ServiceBricks.Logging.csproj" PrivateAssets="All">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>1.1.3</Version>
<Version>1.2.0</Version>
<Description>The open source microservices platform. Visit https://ServiceBricks.com to learn more.</Description>
<PackageId>ServiceBricks.Logging.MongoDb</PackageId>
<Title>ServiceBricks.Logging.MongoDb</Title>
<AssemblyTitle>ServiceBricks.Logging.MongoDb</AssemblyTitle>
<Authors>holomodular</Authors>
<Company>HoloModular LLC</Company>
<Product>ServiceBricks</Product>
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
<TargetFrameworks>net6.0;net7.0;net8.0;net9.0</TargetFrameworks>
<Nullable>disable</Nullable>
<Copyright>Copyright © 2024 HoloModular LLC. All Rights Reserved. Visit https://HoloModular.com to learn more.</Copyright>
<Copyright>Copyright © 2025 HoloModular LLC. All Rights Reserved. Visit https://HoloModular.com to learn more.</Copyright>
<PackageProjectUrl>https://ServiceBricks.com</PackageProjectUrl>
<PackageIcon>logo.png</PackageIcon>
<PackageTags>servicebricks;logging;mongo;mongodb</PackageTags>
Expand All @@ -36,6 +36,6 @@
<ProjectReference Include="..\ServiceBricks.Logging\ServiceBricks.Logging.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="ServiceBricks.Core" Version="1.1.3" />
<PackageReference Include="ServiceBricks.Core" Version="1.2.0" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>1.1.3</Version>
<Version>1.2.0</Version>
<Description>The open source microservices platform. Visit https://ServiceBricks.com to learn more.</Description>
<PackageId>ServiceBricks.Logging.Postgres</PackageId>
<Title>ServiceBricks.Logging.Postgres</Title>
<AssemblyTitle>ServiceBricks.Logging.Postgres</AssemblyTitle>
<Authors>holomodular</Authors>
<Company>HoloModular LLC</Company>
<Product>ServiceBricks</Product>
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
<TargetFrameworks>net6.0;net7.0;net8.0;net9.0</TargetFrameworks>
<Nullable>disable</Nullable>
<Copyright>Copyright © 2024 HoloModular LLC. All Rights Reserved. Visit https://HoloModular.com to learn more.</Copyright>
<Copyright>Copyright © 2025 HoloModular LLC. All Rights Reserved. Visit https://HoloModular.com to learn more.</Copyright>
<PackageProjectUrl>https://ServiceBricks.com</PackageProjectUrl>
<PackageIcon>logo.png</PackageIcon>
<PackageTags>servicebricks;logging;postgres;postgresql</PackageTags>
Expand All @@ -36,7 +36,7 @@
<ProjectReference Include="..\ServiceBricks.Logging.EntityFrameworkCore\ServiceBricks.Logging.EntityFrameworkCore.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="ServiceBricks.Core" Version="1.1.3" />
<PackageReference Include="ServiceBricks.Core" Version="1.2.0" />
</ItemGroup>

</Project>
Loading

0 comments on commit 6806a2b

Please sign in to comment.