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 Cosmos to remove index from modelbuilder
- Remove resources folder from webapp projects
  • Loading branch information
Danny Logsdon committed Jan 14, 2025
1 parent 353c522 commit 27be4dc
Show file tree
Hide file tree
Showing 149 changed files with 1,565 additions and 6,432 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 Cosmos to remove index from modelbuilder
- 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 ServiceBricksNotificationV1.sln
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,28 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServiceBricks.Notification.
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServiceBricks.Notification.Microservice", "src\V1\ServiceBricks.Notification.Microservice\ServiceBricks.Notification.Microservice.csproj", "{4E1C1D8D-3457-48FB-8A23-DA54EA209554}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Net9", "Net9", "{01F0F18F-FA1F-42FB-83F9-4338A1B88ABA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServiceBricks.Notification.AzureDataTables.XunitNet9", "..\ServiceBricks-Notification\src\V1\Tests\ServiceBricks.Notification.AzureDataTables.XunitNet9\ServiceBricks.Notification.AzureDataTables.XunitNet9.csproj", "{46F8A86B-0CD2-46B4-8F82-A042F66E86E5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServiceBricks.Notification.Client.XunitNet9", "..\ServiceBricks-Notification\src\V1\Tests\ServiceBricks.Notification.Client.XunitNet9\ServiceBricks.Notification.Client.XunitNet9.csproj", "{B90ED104-B3C1-4964-8D69-38FFBFF0741B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServiceBricks.Notification.Cosmos.XunitNet9", "..\ServiceBricks-Notification\src\V1\Tests\ServiceBricks.Notification.Cosmos.XunitNet9\ServiceBricks.Notification.Cosmos.XunitNet9.csproj", "{F0AFD895-FBB8-4C07-8671-728258E5251B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServiceBricks.Notification.InMemory.XunitNet9", "..\ServiceBricks-Notification\src\V1\Tests\ServiceBricks.Notification.InMemory.XunitNet9\ServiceBricks.Notification.InMemory.XunitNet9.csproj", "{47C69F48-C1F8-48AC-9460-38A815E7224B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServiceBricks.Notification.MongoDb.XunitNet9", "..\ServiceBricks-Notification\src\V1\Tests\ServiceBricks.Notification.MongoDb.XunitNet9\ServiceBricks.Notification.MongoDb.XunitNet9.csproj", "{F250A5AE-DB1D-422E-BDC5-D2D0A2F1E206}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServiceBricks.Notification.Postgres.XunitNet9", "..\ServiceBricks-Notification\src\V1\Tests\ServiceBricks.Notification.Postgres.XunitNet9\ServiceBricks.Notification.Postgres.XunitNet9.csproj", "{F8CF19C8-9529-42FF-B7A3-CFC1C90B6149}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServiceBricks.Notification.Sqlite.XunitNet9", "..\ServiceBricks-Notification\src\V1\Tests\ServiceBricks.Notification.Sqlite.XunitNet9\ServiceBricks.Notification.Sqlite.XunitNet9.csproj", "{F29BA2BE-C683-49F7-B290-B62B15422F23}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServiceBricks.Notification.SqlServer.XunitNet9", "..\ServiceBricks-Notification\src\V1\Tests\ServiceBricks.Notification.SqlServer.XunitNet9\ServiceBricks.Notification.SqlServer.XunitNet9.csproj", "{3D579EA3-9C70-4DE9-8E2A-427EF816D874}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServiceBricks.Notification.XunitNet9", "..\ServiceBricks-Notification\src\V1\Tests\ServiceBricks.Notification.XunitNet9\ServiceBricks.Notification.XunitNet9.csproj", "{9B4C5E83-C53F-4E99-8B5C-40A03CBF49E8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebAppNet9", "..\ServiceBricks-Notification\src\V1\Tests\WebAppNet9\WebAppNet9.csproj", "{C21A0125-2853-4271-9F84-E4AF9FB9D33D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -269,6 +291,46 @@ Global
{4E1C1D8D-3457-48FB-8A23-DA54EA209554}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4E1C1D8D-3457-48FB-8A23-DA54EA209554}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4E1C1D8D-3457-48FB-8A23-DA54EA209554}.Release|Any CPU.Build.0 = Release|Any CPU
{46F8A86B-0CD2-46B4-8F82-A042F66E86E5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{46F8A86B-0CD2-46B4-8F82-A042F66E86E5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{46F8A86B-0CD2-46B4-8F82-A042F66E86E5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{46F8A86B-0CD2-46B4-8F82-A042F66E86E5}.Release|Any CPU.Build.0 = Release|Any CPU
{B90ED104-B3C1-4964-8D69-38FFBFF0741B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B90ED104-B3C1-4964-8D69-38FFBFF0741B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B90ED104-B3C1-4964-8D69-38FFBFF0741B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B90ED104-B3C1-4964-8D69-38FFBFF0741B}.Release|Any CPU.Build.0 = Release|Any CPU
{F0AFD895-FBB8-4C07-8671-728258E5251B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F0AFD895-FBB8-4C07-8671-728258E5251B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F0AFD895-FBB8-4C07-8671-728258E5251B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F0AFD895-FBB8-4C07-8671-728258E5251B}.Release|Any CPU.Build.0 = Release|Any CPU
{47C69F48-C1F8-48AC-9460-38A815E7224B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{47C69F48-C1F8-48AC-9460-38A815E7224B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{47C69F48-C1F8-48AC-9460-38A815E7224B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{47C69F48-C1F8-48AC-9460-38A815E7224B}.Release|Any CPU.Build.0 = Release|Any CPU
{F250A5AE-DB1D-422E-BDC5-D2D0A2F1E206}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F250A5AE-DB1D-422E-BDC5-D2D0A2F1E206}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F250A5AE-DB1D-422E-BDC5-D2D0A2F1E206}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F250A5AE-DB1D-422E-BDC5-D2D0A2F1E206}.Release|Any CPU.Build.0 = Release|Any CPU
{F8CF19C8-9529-42FF-B7A3-CFC1C90B6149}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F8CF19C8-9529-42FF-B7A3-CFC1C90B6149}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F8CF19C8-9529-42FF-B7A3-CFC1C90B6149}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F8CF19C8-9529-42FF-B7A3-CFC1C90B6149}.Release|Any CPU.Build.0 = Release|Any CPU
{F29BA2BE-C683-49F7-B290-B62B15422F23}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F29BA2BE-C683-49F7-B290-B62B15422F23}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F29BA2BE-C683-49F7-B290-B62B15422F23}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F29BA2BE-C683-49F7-B290-B62B15422F23}.Release|Any CPU.Build.0 = Release|Any CPU
{3D579EA3-9C70-4DE9-8E2A-427EF816D874}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3D579EA3-9C70-4DE9-8E2A-427EF816D874}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3D579EA3-9C70-4DE9-8E2A-427EF816D874}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3D579EA3-9C70-4DE9-8E2A-427EF816D874}.Release|Any CPU.Build.0 = Release|Any CPU
{9B4C5E83-C53F-4E99-8B5C-40A03CBF49E8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9B4C5E83-C53F-4E99-8B5C-40A03CBF49E8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9B4C5E83-C53F-4E99-8B5C-40A03CBF49E8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9B4C5E83-C53F-4E99-8B5C-40A03CBF49E8}.Release|Any CPU.Build.0 = Release|Any CPU
{C21A0125-2853-4271-9F84-E4AF9FB9D33D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C21A0125-2853-4271-9F84-E4AF9FB9D33D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C21A0125-2853-4271-9F84-E4AF9FB9D33D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C21A0125-2853-4271-9F84-E4AF9FB9D33D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down Expand Up @@ -308,6 +370,17 @@ Global
{562C38D2-C0C1-4FDB-83F0-4D8217447CC3} = {9018E6FF-7C85-487E-92B5-BB404EF57705}
{F5ADC30A-3958-4E21-9214-F4F44341D0C9} = {9018E6FF-7C85-487E-92B5-BB404EF57705}
{9DE8C13A-1BC4-4288-B9DD-CA15D0D49E3F} = {9018E6FF-7C85-487E-92B5-BB404EF57705}
{01F0F18F-FA1F-42FB-83F9-4338A1B88ABA} = {8562DADF-4034-4854-AEFE-C306451F0D66}
{46F8A86B-0CD2-46B4-8F82-A042F66E86E5} = {01F0F18F-FA1F-42FB-83F9-4338A1B88ABA}
{B90ED104-B3C1-4964-8D69-38FFBFF0741B} = {01F0F18F-FA1F-42FB-83F9-4338A1B88ABA}
{F0AFD895-FBB8-4C07-8671-728258E5251B} = {01F0F18F-FA1F-42FB-83F9-4338A1B88ABA}
{47C69F48-C1F8-48AC-9460-38A815E7224B} = {01F0F18F-FA1F-42FB-83F9-4338A1B88ABA}
{F250A5AE-DB1D-422E-BDC5-D2D0A2F1E206} = {01F0F18F-FA1F-42FB-83F9-4338A1B88ABA}
{F8CF19C8-9529-42FF-B7A3-CFC1C90B6149} = {01F0F18F-FA1F-42FB-83F9-4338A1B88ABA}
{F29BA2BE-C683-49F7-B290-B62B15422F23} = {01F0F18F-FA1F-42FB-83F9-4338A1B88ABA}
{3D579EA3-9C70-4DE9-8E2A-427EF816D874} = {01F0F18F-FA1F-42FB-83F9-4338A1B88ABA}
{9B4C5E83-C53F-4E99-8B5C-40A03CBF49E8} = {01F0F18F-FA1F-42FB-83F9-4338A1B88ABA}
{C21A0125-2853-4271-9F84-E4AF9FB9D33D} = {01F0F18F-FA1F-42FB-83F9-4338A1B88ABA}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BED65CC7-B073-4BEF-88E6-6057B8E060FF}
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.Notification.AzureDataTables</PackageId>
<Title>ServiceBricks.Notification.AzureDataTables</Title>
<AssemblyTitle>ServiceBricks.Notification.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;notification;azure;azuredatatables</PackageTags>
Expand All @@ -36,6 +36,6 @@
<ProjectReference Include="..\ServiceBricks.Notification\ServiceBricks.Notification.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,4 +1,5 @@
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Diagnostics;

namespace ServiceBricks.Notification.Cosmos
{
Expand All @@ -21,7 +22,7 @@ public NotificationCosmosContext(DbContextOptions<NotificationCosmosContext> opt
/// <summary>
/// NotifyMessages.
/// </summary>
public virtual DbSet<NotifyMessage> NotifyMessages { get; set; }
public virtual DbSet<NotifyMessage> NotifyMessage { get; set; }

/// <summary>
/// OnModelCreating.
Expand All @@ -34,10 +35,22 @@ protected override void OnModelCreating(ModelBuilder builder)
// AI: Create the model for each table
builder.Entity<NotifyMessage>().HasKey(key => key.Key);
builder.Entity<NotifyMessage>().HasPartitionKey(key => key.PartitionKey);
builder.Entity<NotifyMessage>().HasIndex(key => new { key.IsComplete, key.IsProcessing, key.IsError, key.FutureProcessDate, key.ProcessDate, key.CreateDate });
builder.Entity<NotifyMessage>().ToContainer(NotificationCosmosConstants.GetContainerName(nameof(NotifyMessage)));
}

/// <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.Notification.Cosmos</PackageId>
<Title>ServiceBricks.Notification.Cosmos</Title>
<AssemblyTitle>ServiceBricks.Notification.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;notification;cosmos;cosmosdb</PackageTags>
Expand All @@ -36,7 +36,7 @@
<ProjectReference Include="..\ServiceBricks.Notification.EntityFrameworkCore\ServiceBricks.Notification.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.Notification.EntityFrameworkCore</PackageId>
<Title>ServiceBricks.Notification.EntityFrameworkCore</Title>
<AssemblyTitle>ServiceBricks.Notification.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;notification;entityframeworkcore;efc</PackageTags>
Expand All @@ -36,6 +36,6 @@
<ProjectReference Include="..\ServiceBricks.Notification\ServiceBricks.Notification.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.Notification.InMemory</PackageId>
<Title>ServiceBricks.Notification.InMemory</Title>
<AssemblyTitle>ServiceBricks.Notification.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;inmemory</PackageTags>
Expand All @@ -36,7 +36,7 @@
<ProjectReference Include="..\ServiceBricks.Notification.EntityFrameworkCore\ServiceBricks.Notification.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.Notification.Microservice</PackageId>
<Title>ServiceBricks.Notification.Microservice</Title>
<AssemblyTitle>ServiceBricks.Notification.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;notification;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" />
<PackageReference Include="SendGrid" Version="9.29.3" />
</ItemGroup>
<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.Notification.MongoDb</PackageId>
<Title>ServiceBricks.Notification.MongoDb</Title>
<AssemblyTitle>ServiceBricks.Notification.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;notification;mongo;mongodb</PackageTags>
Expand All @@ -36,6 +36,6 @@
<ProjectReference Include="..\ServiceBricks.Notification\ServiceBricks.Notification.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 27be4dc

Please sign in to comment.