Skip to content

Commit

Permalink
Update ServiceBricks to V1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Danny Logsdon committed May 5, 2024
1 parent 9662fe7 commit 08c4bea
Show file tree
Hide file tree
Showing 27 changed files with 49 additions and 43 deletions.
6 changes: 6 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# 1.0.5
- Update ServiceBricks to V1.0.5

# 1.0.4
- Full source code release

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

<PropertyGroup>
<Version>1.0.4</Version>
<Version>1.0.5</Version>
<Description>ServiceBricks is the cornerstone for building a microservices foundation. Visit http://ServiceBricks.com to learn more.</Description>
<AssemblyTitle>ServiceBricks.Notification.AzureDataTables</AssemblyTitle>
<Authors>holomodular</Authors>
Expand Down Expand Up @@ -43,6 +43,6 @@
<ProjectReference Include="..\ServiceBricks.Notification.Debug\ServiceBricks.Notification.Debug.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="ServiceBricks.Storage.AzureDataTables" Version="1.0.4" />
<PackageReference Include="ServiceBricks.Storage.AzureDataTables" Version="1.0.5" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>1.0.4</Version>
<Version>1.0.5</Version>
<Description>ServiceBricks is the cornerstone for building a microservices foundation. Visit http://ServiceBricks.com to learn more.</Description>
<AssemblyTitle>ServiceBricks.Notification.AzureDataTables</AssemblyTitle>
<Authors>holomodular</Authors>
Expand Down Expand Up @@ -29,7 +29,7 @@
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<PackageReference Include="ServiceBricks.Notification" Version="1.0.4" />
<PackageReference Include="ServiceBricks.Storage.AzureDataTables" Version="1.0.4" />
<PackageReference Include="ServiceBricks.Notification" Version="1.0.5" />
<PackageReference Include="ServiceBricks.Storage.AzureDataTables" Version="1.0.5" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>1.0.4</Version>
<Version>1.0.5</Version>
<Description>ServiceBricks is the cornerstone for building a microservices foundation. Visit http://ServiceBricks.com to learn more.</Description>
<AssemblyTitle>ServiceBricks.Notification.Cosmos</AssemblyTitle>
<Authors>holomodular</Authors>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>1.0.4</Version>
<Version>1.0.5</Version>
<Description>ServiceBricks is the cornerstone for building a microservices foundation. Visit http://ServiceBricks.com to learn more.</Description>
<AssemblyTitle>ServiceBricks.Notification.Cosmos</AssemblyTitle>
<Authors>holomodular</Authors>
Expand Down Expand Up @@ -42,6 +42,6 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="ServiceBricks.Notification.EntityFrameworkCore" Version="1.0.4" />
<PackageReference Include="ServiceBricks.Notification.EntityFrameworkCore" Version="1.0.5" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>1.0.4</Version>
<Version>1.0.5</Version>
<Description>ServiceBricks is the cornerstone for building a microservices foundation. Visit http://ServiceBricks.com to learn more.</Description>
<AssemblyTitle>ServiceBricks.Notification</AssemblyTitle>
<Authors>holomodular</Authors>
Expand Down Expand Up @@ -53,6 +53,6 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="ServiceBricks" Version="1.0.4" />
<PackageReference Include="ServiceBricks" Version="1.0.5" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>1.0.4</Version>
<Version>1.0.5</Version>
<Description>ServiceBricks is the cornerstone for building a microservices foundation. Visit http://ServiceBricks.com to learn more.</Description>
<AssemblyTitle>ServiceBricks.Notification.EntityFrameworkCore</AssemblyTitle>
<Authors>holomodular</Authors>
Expand Down Expand Up @@ -38,6 +38,6 @@
<ProjectReference Include="..\ServiceBricks.Notification.Debug\ServiceBricks.Notification.Debug.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="ServiceBricks.Storage.EntityFrameworkCore" Version="1.0.4" />
<PackageReference Include="ServiceBricks.Storage.EntityFrameworkCore" Version="1.0.5" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>1.0.4</Version>
<Version>1.0.5</Version>
<Description>ServiceBricks is the cornerstone for building a microservices foundation. Visit http://ServiceBricks.com to learn more.</Description>
<AssemblyTitle>ServiceBricks.Notification.EntityFrameworkCore</AssemblyTitle>
<Authors>holomodular</Authors>
Expand All @@ -28,9 +28,9 @@
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<PackageReference Include="ServiceBricks.Notification" Version="1.0.4" />
<PackageReference Include="ServiceBricks.Notification" Version="1.0.5" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="ServiceBricks.Storage.EntityFrameworkCore" Version="1.0.4" />
<PackageReference Include="ServiceBricks.Storage.EntityFrameworkCore" Version="1.0.5" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>1.0.4</Version>
<Version>1.0.5</Version>
<Description>ServiceBricks is the cornerstone for building a microservices foundation. Visit http://ServiceBricks.com to learn more.</Description>
<AssemblyTitle>ServiceBricks.Notification.InMemory</AssemblyTitle>
<Authors>holomodular</Authors>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>1.0.4</Version>
<Version>1.0.5</Version>
<Description>ServiceBricks is the cornerstone for building a microservices foundation. Visit http://ServiceBricks.com to learn more.</Description>
<AssemblyTitle>ServiceBricks.Notification.InMemory</AssemblyTitle>
<Authors>holomodular</Authors>
Expand All @@ -28,7 +28,7 @@
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<PackageReference Include="ServiceBricks.Notification.EntityFrameworkCore" Version="1.0.4" />
<PackageReference Include="ServiceBricks.Notification.EntityFrameworkCore" Version="1.0.5" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net6.0'">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>1.0.4</Version>
<Version>1.0.5</Version>
<Description>ServiceBricks is the cornerstone for building a microservices foundation. Visit http://ServiceBricks.com to learn more.</Description>
<AssemblyTitle>ServiceBricks.Notification.MongoDb</AssemblyTitle>
<Authors>holomodular</Authors>
Expand Down Expand Up @@ -39,6 +39,6 @@
<ProjectReference Include="..\ServiceBricks.Notification.Debug\ServiceBricks.Notification.Debug.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="ServiceBricks.Storage.MongoDb" Version="1.0.4" />
<PackageReference Include="ServiceBricks.Storage.MongoDb" Version="1.0.5" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>1.0.4</Version>
<Version>1.0.5</Version>
<Description>ServiceBricks is the cornerstone for building a microservices foundation. Visit http://ServiceBricks.com to learn more.</Description>
<AssemblyTitle>ServiceBricks.Notification.MongoDb</AssemblyTitle>
<Authors>holomodular</Authors>
Expand All @@ -28,9 +28,9 @@
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<PackageReference Include="ServiceBricks.Notification" Version="1.0.4" />
<PackageReference Include="ServiceBricks.Notification" Version="1.0.5" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="ServiceBricks.Storage.MongoDb" Version="1.0.4" />
<PackageReference Include="ServiceBricks.Storage.MongoDb" Version="1.0.5" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>1.0.4</Version>
<Version>1.0.5</Version>
<Description>ServiceBricks is the cornerstone for building a microservices foundation. Visit http://ServiceBricks.com to learn more.</Description>
<AssemblyTitle>ServiceBricks.Notification.Postgres</AssemblyTitle>
<Authors>holomodular</Authors>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>1.0.4</Version>
<Version>1.0.5</Version>
<Description>ServiceBricks is the cornerstone for building a microservices foundation. Visit http://ServiceBricks.com to learn more.</Description>
<AssemblyTitle>ServiceBricks.Notification.Postgres</AssemblyTitle>
<Authors>holomodular</Authors>
Expand All @@ -27,7 +27,7 @@
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<PackageReference Include="ServiceBricks.Notification.EntityFrameworkCore" Version="1.0.4" />
<PackageReference Include="ServiceBricks.Notification.EntityFrameworkCore" Version="1.0.5" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net6.0'">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>1.0.4</Version>
<Version>1.0.5</Version>
<Description>ServiceBricks is the cornerstone for building a microservices foundation. Visit http://ServiceBricks.com to learn more.</Description>
<AssemblyTitle>ServiceBricks.Notification.SendGrid</AssemblyTitle>
<Authors>holomodular</Authors>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>1.0.4</Version>
<Version>1.0.5</Version>
<Description>ServiceBricks is the cornerstone for building a microservices foundation. Visit http://ServiceBricks.com to learn more.</Description>
<AssemblyTitle>ServiceBricks.Notification.SendGrid</AssemblyTitle>
<Authors>holomodular</Authors>
Expand Down Expand Up @@ -29,7 +29,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="ServiceBricks.Notification" Version="1.0.4" />
<PackageReference Include="ServiceBricks.Notification" Version="1.0.5" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net6.0'">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>1.0.4</Version>
<Version>1.0.5</Version>
<Description>ServiceBricks is the cornerstone for building a microservices foundation. Visit http://ServiceBricks.com to learn more.</Description>
<AssemblyTitle>ServiceBricks.Notification.SqlServer</AssemblyTitle>
<Authors>holomodular</Authors>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>1.0.4</Version>
<Version>1.0.5</Version>
<Description>ServiceBricks is the cornerstone for building a microservices foundation. Visit http://ServiceBricks.com to learn more.</Description>
<AssemblyTitle>ServiceBricks.Notification.SqlServer</AssemblyTitle>
<Authors>holomodular</Authors>
Expand All @@ -27,7 +27,7 @@
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<PackageReference Include="ServiceBricks.Notification.EntityFrameworkCore" Version="1.0.4" />
<PackageReference Include="ServiceBricks.Notification.EntityFrameworkCore" Version="1.0.5" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net6.0'">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>1.0.4</Version>
<Version>1.0.5</Version>
<Description>ServiceBricks is the cornerstone for building a microservices foundation. Visit http://ServiceBricks.com to learn more.</Description>
<AssemblyTitle>ServiceBricks.Notification.Sqlite</AssemblyTitle>
<Authors>holomodular</Authors>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>1.0.4</Version>
<Version>1.0.5</Version>
<Description>ServiceBricks is the cornerstone for building a microservices foundation. Visit http://ServiceBricks.com to learn more.</Description>
<AssemblyTitle>ServiceBricks.Notification.Sqlite</AssemblyTitle>
<Authors>holomodular</Authors>
Expand Down Expand Up @@ -29,7 +29,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="ServiceBricks.Notification.EntityFrameworkCore" Version="1.0.4" />
<PackageReference Include="ServiceBricks.Notification.EntityFrameworkCore" Version="1.0.5" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net6.0'">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>1.0.4</Version>
<Version>1.0.5</Version>
<Description>ServiceBricks is the cornerstone for building a microservices foundation. Visit http://ServiceBricks.com to learn more.</Description>
<AssemblyTitle>ServiceBricks.Notification</AssemblyTitle>
<Authors>holomodular</Authors>
Expand All @@ -28,6 +28,6 @@
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<PackageReference Include="ServiceBricks" Version="1.0.4" />
<PackageReference Include="ServiceBricks" Version="1.0.5" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<ProjectReference Include="..\..\ServiceBricks.Notification.Debug\ServiceBricks.Notification.Debug.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="ServiceBricks.Xunit" Version="1.0.4" />
<PackageReference Include="ServiceBricks.Xunit" Version="1.0.5" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<ProjectReference Include="..\..\ServiceBricks.Notification.Debug\ServiceBricks.Notification.Debug.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="ServiceBricks.Xunit" Version="1.0.4" />
<PackageReference Include="ServiceBricks.Xunit" Version="1.0.5" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<ProjectReference Include="..\..\ServiceBricks.Notification.Debug\ServiceBricks.Notification.Debug.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="ServiceBricks.Xunit" Version="1.0.4" />
<PackageReference Include="ServiceBricks.Xunit" Version="1.0.5" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion src/V1/Tests/WebAppNet6/WebAppNet6.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="ServiceBricks.Logging.InMemory" Version="1.0.4" />
<PackageReference Include="ServiceBricks.Logging.InMemory" Version="1.0.5" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion src/V1/Tests/WebAppNet7/WebAppNet7.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
<ProjectReference Include="..\..\ServiceBricks.Notification.SqlServer.Debug\ServiceBricks.Notification.SqlServer.Debug.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="ServiceBricks.Logging.InMemory" Version="1.0.4" />
<PackageReference Include="ServiceBricks.Logging.InMemory" Version="1.0.5" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion src/V1/Tests/WebAppNet8/WebAppNet8.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="ServiceBricks.Logging.InMemory" Version="1.0.4" />
<PackageReference Include="ServiceBricks.Logging.InMemory" Version="1.0.5" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 08c4bea

Please sign in to comment.