Skip to content

Commit

Permalink
Release v1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Danny Logsdon committed May 26, 2024
1 parent 515c8f5 commit 550efc1
Show file tree
Hide file tree
Showing 23 changed files with 49 additions and 26 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/holomodular/ServiceBricks</RepositoryUrl>
<IsPackable>False</IsPackable>
</PropertyGroup>

<ItemGroup>
Expand All @@ -43,6 +44,6 @@
<ProjectReference Include="..\ServiceBricks.Notification.Debug\ServiceBricks.Notification.Debug.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="ServiceBricks.Storage.AzureDataTables" Version="1.0.7" />
<PackageReference Include="ServiceBricks.Storage.AzureDataTables" Version="1.0.9" />
</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.7</Version>
<Version>1.0.9</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 All @@ -19,6 +19,7 @@
<PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/holomodular/ServiceBricks</RepositoryUrl>
<IsPackable>False</IsPackable>
</PropertyGroup>

<ItemGroup>
Expand All @@ -29,7 +30,7 @@
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<PackageReference Include="ServiceBricks.Notification" Version="1.0.7" />
<PackageReference Include="ServiceBricks.Storage.AzureDataTables" Version="1.0.7" />
<PackageReference Include="ServiceBricks.Notification" Version="1.0.9" />
<PackageReference Include="ServiceBricks.Storage.AzureDataTables" Version="1.0.9" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/holomodular/ServiceBricks</RepositoryUrl>
<IsPackable>False</IsPackable>
</PropertyGroup>

<ItemGroup>
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.7</Version>
<Version>1.0.9</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 All @@ -19,6 +19,7 @@
<PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/holomodular/ServiceBricks</RepositoryUrl>
<IsPackable>False</IsPackable>
</PropertyGroup>
<ItemGroup>
<None Include="docs\readme.md" Pack="True" PackagePath="\" />
Expand All @@ -42,6 +43,6 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="ServiceBricks.Notification.EntityFrameworkCore" Version="1.0.7" />
<PackageReference Include="ServiceBricks.Notification.EntityFrameworkCore" Version="1.0.9" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/holomodular/ServiceBricks</RepositoryUrl>
<IsPackable>False</IsPackable>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/holomodular/ServiceBricks</RepositoryUrl>
<IsPackable>False</IsPackable>
</PropertyGroup>

<ItemGroup>
Expand All @@ -38,6 +39,6 @@
<ProjectReference Include="..\ServiceBricks.Notification.Debug\ServiceBricks.Notification.Debug.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="ServiceBricks.Storage.EntityFrameworkCore" Version="1.0.7" />
<PackageReference Include="ServiceBricks.Storage.EntityFrameworkCore" Version="1.0.9" />
</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.7</Version>
<Version>1.0.9</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 @@ -19,6 +19,7 @@
<PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/holomodular/ServiceBricks</RepositoryUrl>
<IsPackable>False</IsPackable>
</PropertyGroup>
<ItemGroup>
<None Include="docs\readme.md" Pack="True" PackagePath="\" />
Expand All @@ -28,9 +29,9 @@
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<PackageReference Include="ServiceBricks.Notification" Version="1.0.7" />
<PackageReference Include="ServiceBricks.Notification" Version="1.0.9" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="ServiceBricks.Storage.EntityFrameworkCore" Version="1.0.7" />
<PackageReference Include="ServiceBricks.Storage.EntityFrameworkCore" Version="1.0.9" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/holomodular/ServiceBricks</RepositoryUrl>
<IsPackable>False</IsPackable>
</PropertyGroup>

<ItemGroup>
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.7</Version>
<Version>1.0.9</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 @@ -19,6 +19,7 @@
<PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/holomodular/ServiceBricks</RepositoryUrl>
<IsPackable>False</IsPackable>
</PropertyGroup>
<ItemGroup>
<None Include="docs\readme.md" Pack="True" PackagePath="\" />
Expand All @@ -28,7 +29,7 @@
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<PackageReference Include="ServiceBricks.Notification.EntityFrameworkCore" Version="1.0.7" />
<PackageReference Include="ServiceBricks.Notification.EntityFrameworkCore" Version="1.0.9" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net6.0'">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/holomodular/ServiceBricks</RepositoryUrl>
<IsPackable>False</IsPackable>
</PropertyGroup>

<ItemGroup>
Expand All @@ -39,6 +40,6 @@
<ProjectReference Include="..\ServiceBricks.Notification.Debug\ServiceBricks.Notification.Debug.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="ServiceBricks.Storage.MongoDb" Version="1.0.7" />
<PackageReference Include="ServiceBricks.Storage.MongoDb" Version="1.0.9" />
</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.7</Version>
<Version>1.0.9</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 @@ -19,6 +19,7 @@
<PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/holomodular/ServiceBricks</RepositoryUrl>
<IsPackable>False</IsPackable>
</PropertyGroup>
<ItemGroup>
<None Include="docs\readme.md" Pack="True" PackagePath="\" />
Expand All @@ -28,9 +29,9 @@
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<PackageReference Include="ServiceBricks.Notification" Version="1.0.7" />
<PackageReference Include="ServiceBricks.Notification" Version="1.0.9" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="ServiceBricks.Storage.MongoDb" Version="1.0.7" />
<PackageReference Include="ServiceBricks.Storage.MongoDb" Version="1.0.9" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/holomodular/ServiceBricks</RepositoryUrl>
<IsPackable>False</IsPackable>
</PropertyGroup>
<ItemGroup>
<Compile Include="..\ServiceBricks.Notification.Postgres\Extensions\ApplicationBuilderExtensions.cs" Link="ApplicationBuilderExtensions.cs" />
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.7</Version>
<Version>1.0.9</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 @@ -18,6 +18,7 @@
<PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/holomodular/ServiceBricks</RepositoryUrl>
<IsPackable>False</IsPackable>
</PropertyGroup>
<ItemGroup>
<None Include="docs\readme.md" Pack="True" PackagePath="\" />
Expand All @@ -27,7 +28,7 @@
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<PackageReference Include="ServiceBricks.Notification.EntityFrameworkCore" Version="1.0.7" />
<PackageReference Include="ServiceBricks.Notification.EntityFrameworkCore" Version="1.0.9" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net6.0'">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/holomodular/ServiceBricks</RepositoryUrl>
<IsPackable>False</IsPackable>
</PropertyGroup>

<ItemGroup>
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.7</Version>
<Version>1.0.9</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 All @@ -19,6 +19,7 @@
<PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/holomodular/ServiceBricks</RepositoryUrl>
<IsPackable>False</IsPackable>
</PropertyGroup>
<ItemGroup>
<None Include="docs\readme.md" Pack="True" PackagePath="\" />
Expand All @@ -29,7 +30,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="ServiceBricks.Notification" Version="1.0.7" />
<PackageReference Include="ServiceBricks.Notification" Version="1.0.9" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net6.0'">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/holomodular/ServiceBricks</RepositoryUrl>
<IsPackable>False</IsPackable>
</PropertyGroup>
<ItemGroup>
<Compile Include="..\ServiceBricks.Notification.SqlServer\Extensions\ApplicationBuilderExtensions.cs" Link="ApplicationBuilderExtensions.cs" />
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.7</Version>
<Version>1.0.9</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 @@ -18,6 +18,7 @@
<PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/holomodular/ServiceBricks</RepositoryUrl>
<IsPackable>False</IsPackable>
</PropertyGroup>
<ItemGroup>
<None Include="docs\readme.md" Pack="True" PackagePath="\" />
Expand All @@ -27,7 +28,7 @@
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<PackageReference Include="ServiceBricks.Notification.EntityFrameworkCore" Version="1.0.7" />
<PackageReference Include="ServiceBricks.Notification.EntityFrameworkCore" Version="1.0.9" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net6.0'">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/holomodular/ServiceBricks</RepositoryUrl>
<IsPackable>False</IsPackable>
</PropertyGroup>

<ItemGroup>
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.7</Version>
<Version>1.0.9</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 All @@ -19,6 +19,7 @@
<PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/holomodular/ServiceBricks</RepositoryUrl>
<IsPackable>False</IsPackable>
</PropertyGroup>
<ItemGroup>
<None Include="docs\readme.md" Pack="True" PackagePath="\" />
Expand All @@ -29,7 +30,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="ServiceBricks.Notification.EntityFrameworkCore" Version="1.0.7" />
<PackageReference Include="ServiceBricks.Notification.EntityFrameworkCore" Version="1.0.9" />
</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.7</Version>
<Version>1.0.9</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 @@ -19,6 +19,7 @@
<PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/holomodular/ServiceBricks</RepositoryUrl>
<IsPackable>False</IsPackable>
</PropertyGroup>
<ItemGroup>
<None Include="docs\readme.md" Pack="True" PackagePath="\" />
Expand All @@ -28,6 +29,6 @@
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<PackageReference Include="ServiceBricks" Version="1.0.7" />
<PackageReference Include="ServiceBricks" Version="1.0.9" />
</ItemGroup>
</Project>
1 change: 1 addition & 0 deletions src/V1/Tests/WebAppNet6/WebAppNet6.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<TargetFramework>net6.0</TargetFramework>
<Nullable>disable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<IsPackable>False</IsPackable>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions src/V1/Tests/WebAppNet7/WebAppNet7.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<TargetFramework>net7.0</TargetFramework>
<Nullable>disable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<IsPackable>False</IsPackable>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions src/V1/Tests/WebAppNet8/WebAppNet8.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<TargetFramework>net8.0</TargetFramework>
<Nullable>disable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<IsPackable>False</IsPackable>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 550efc1

Please sign in to comment.