Skip to content

Commit

Permalink
Release v1.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Danny Logsdon committed Jul 29, 2024
1 parent 00f21e1 commit fa97167
Show file tree
Hide file tree
Showing 49 changed files with 185 additions and 167 deletions.
18 changes: 18 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# 1.0.11
- Update all package references to latest version

# 1.0.10
- Bug fixes

# 1.0.9
- Automated release testing

# 1.0.8
- Automated release testing

# 1.0.7
- Bug fixes for appsettings, ApiClient, cleanup webapps, update nuget packages

# 1.0.6
- Bug fixes for example projects

# 1.0.5
- Update ServiceBricks to V1.0.5

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="ServiceBricks.Storage.AzureDataTables" Version="1.0.10" />
<PackageReference Include="ServiceBricks.Storage.AzureDataTables" Version="1.0.11" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ServiceBricks.Logging.Debug\ServiceBricks.Logging.Debug.csproj" />
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.10</Version>
<Version>1.0.11</Version>
<Description>ServiceBricks is the cornerstone for building a microservices foundation. Visit http://ServiceBricks.com to learn more.</Description>
<AssemblyTitle>ServiceBricks.Logging.AzureDataTables</AssemblyTitle>
<Authors>holomodular</Authors>
Expand Down Expand Up @@ -29,7 +29,7 @@
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<PackageReference Include="ServiceBricks.Logging" Version="1.0.10" />
<PackageReference Include="ServiceBricks.Storage.AzureDataTables" Version="1.0.10" />
<PackageReference Include="ServiceBricks.Logging" Version="1.0.11" />
<PackageReference Include="ServiceBricks.Storage.AzureDataTables" Version="1.0.11" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net6.0'">
<PackageReference Include="Microsoft.EntityFrameworkCore.Cosmos" Version="7.0.19" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Cosmos" Version="7.0.20" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net7.0'">
<PackageReference Include="Microsoft.EntityFrameworkCore.Cosmos" Version="7.0.19" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Cosmos" Version="7.0.20" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net8.0'">
<PackageReference Include="Microsoft.EntityFrameworkCore.Cosmos" Version="8.0.5" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Cosmos" Version="8.0.7" />
</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.10</Version>
<Version>1.0.11</Version>
<Description>ServiceBricks is the cornerstone for building a microservices foundation. Visit http://ServiceBricks.com to learn more.</Description>
<AssemblyTitle>ServiceBricks.Logging.Cosmos</AssemblyTitle>
<Authors>holomodular</Authors>
Expand Down Expand Up @@ -29,18 +29,18 @@
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<PackageReference Include="ServiceBricks.Logging.EntityFrameworkCore" Version="1.0.10" />
<PackageReference Include="ServiceBricks.Logging.EntityFrameworkCore" Version="1.0.11" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net6.0'">
<PackageReference Include="Microsoft.EntityFrameworkCore.Cosmos" Version="7.0.19" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Cosmos" Version="7.0.20" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net7.0'">
<PackageReference Include="Microsoft.EntityFrameworkCore.Cosmos" Version="7.0.19" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Cosmos" Version="7.0.20" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net8.0'">
<PackageReference Include="Microsoft.EntityFrameworkCore.Cosmos" Version="8.0.5" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Cosmos" Version="8.0.7" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="ServiceBricks" Version="1.0.7" />
<PackageReference Include="ServiceBricks" Version="1.0.11" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<ProjectReference Include="..\ServiceBricks.Logging.Debug\ServiceBricks.Logging.Debug.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="ServiceBricks.Storage.EntityFrameworkCore" Version="1.0.10" />
<PackageReference Include="ServiceBricks.Storage.EntityFrameworkCore" Version="1.0.11" />
</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.10</Version>
<Version>1.0.11</Version>
<Description>ServiceBricks is the cornerstone for building a microservices foundation. Visit http://ServiceBricks.com to learn more.</Description>
<AssemblyTitle>ServiceBricks.Logging.EntityFrameworkCore</AssemblyTitle>
<Authors>holomodular</Authors>
Expand Down Expand Up @@ -29,10 +29,10 @@
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<PackageReference Include="ServiceBricks.Storage.EntityFrameworkCore" Version="1.0.10" />
<PackageReference Include="ServiceBricks.Storage.EntityFrameworkCore" Version="1.0.11" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="ServiceBricks.Logging" Version="1.0.10" />
<PackageReference Include="ServiceBricks.Logging" Version="1.0.11" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net6.0'">
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="7.0.19" />
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="7.0.20" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net7.0'">
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="7.0.19" />
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="7.0.20" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net8.0'">
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.5" />
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.7" />
</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.10</Version>
<Version>1.0.11</Version>
<Description>ServiceBricks is the cornerstone for building a microservices foundation. Visit http://ServiceBricks.com to learn more.</Description>
<AssemblyTitle>ServiceBricks.Logging.InMemory</AssemblyTitle>
<Authors>holomodular</Authors>
Expand Down Expand Up @@ -29,19 +29,19 @@
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<PackageReference Include="ServiceBricks.Logging.EntityFrameworkCore" Version="1.0.10" />
<PackageReference Include="ServiceBricks.Logging.EntityFrameworkCore" Version="1.0.11" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net6.0'">
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="7.0.19" />
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="7.0.20" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net7.0'">
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="7.0.19" />
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="7.0.20" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net8.0'">
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.5" />
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.7" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="ServiceBricks.Storage.MongoDb" Version="1.0.10" />
<PackageReference Include="ServiceBricks.Storage.MongoDb" Version="1.0.11" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ServiceBricks.Logging.Debug\ServiceBricks.Logging.Debug.csproj" />
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.10</Version>
<Version>1.0.11</Version>
<Description>ServiceBricks is the cornerstone for building a microservices foundation. Visit http://ServiceBricks.com to learn more.</Description>
<AssemblyTitle>ServiceBricks.Logging.MongoDb</AssemblyTitle>
<Authors>holomodular</Authors>
Expand Down Expand Up @@ -29,7 +29,7 @@
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<PackageReference Include="ServiceBricks.Storage.MongoDb" Version="1.0.10" />
<PackageReference Include="ServiceBricks.Logging" Version="1.0.10" />
<PackageReference Include="ServiceBricks.Storage.MongoDb" Version="1.0.11" />
<PackageReference Include="ServiceBricks.Logging" Version="1.0.11" />
</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.10</Version>
<Version>1.0.11</Version>
<Description>ServiceBricks is the cornerstone for building a microservices foundation. Visit http://ServiceBricks.com to learn more.</Description>
<AssemblyTitle>ServiceBricks.Logging.Postgres</AssemblyTitle>
<Authors>holomodular</Authors>
Expand Down Expand Up @@ -31,7 +31,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="ServiceBricks.Logging.EntityFrameworkCore" Version="1.0.10" />
<PackageReference Include="ServiceBricks.Logging.EntityFrameworkCore" Version="1.0.11" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net6.0'">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net6.0'">
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.19" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.20" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net7.0'">
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.19" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.20" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net8.0'">
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.5" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.7" />
</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.10</Version>
<Version>1.0.11</Version>
<Description>ServiceBricks is the cornerstone for building a microservices foundation. Visit http://ServiceBricks.com to learn more.</Description>
<AssemblyTitle>ServiceBricks.Logging.SqlServer</AssemblyTitle>
<Authors>holomodular</Authors>
Expand Down Expand Up @@ -30,19 +30,19 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="ServiceBricks.Logging.EntityFrameworkCore" Version="1.0.10" />
<PackageReference Include="ServiceBricks.Logging.EntityFrameworkCore" Version="1.0.11" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net6.0'">
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.19" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.20" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net7.0'">
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.19" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.20" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net8.0'">
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.5" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.7" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net6.0'">
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.19" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.20" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net7.0'">
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.19" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.20" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net8.0'">
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.5" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.7" />
</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.10</Version>
<Version>1.0.11</Version>
<Description>ServiceBricks is the cornerstone for building a microservices foundation. Visit http://ServiceBricks.com to learn more.</Description>
<AssemblyTitle>ServiceBricks.Logging.Sqlite</AssemblyTitle>
<Authors>holomodular</Authors>
Expand Down Expand Up @@ -30,19 +30,19 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="ServiceBricks.Logging.EntityFrameworkCore" Version="1.0.10" />
<PackageReference Include="ServiceBricks.Logging.EntityFrameworkCore" Version="1.0.11" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net6.0'">
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.19" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.20" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net7.0'">
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.19" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.20" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net8.0'">
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.5" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.7" />
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions src/V1/ServiceBricks.Logging/ServiceBricks.Logging.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>1.0.10</Version>
<Version>1.0.11</Version>
<Description>ServiceBricks is the cornerstone for building a microservices foundation. Visit http://ServiceBricks.com to learn more.</Description>
<AssemblyTitle>ServiceBricks.Logging</AssemblyTitle>
<Authors>holomodular</Authors>
Expand Down Expand Up @@ -29,7 +29,7 @@
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<PackageReference Include="ServiceBricks" Version="1.0.10" />
<PackageReference Include="ServiceBricks" Version="1.0.11" />
</ItemGroup>


Expand Down
2 changes: 1 addition & 1 deletion src/V1/Tests/MigrationsHost/MigrationsHost.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.5">
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.7">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net6.0'">
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="6.0.30" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="xunit" Version="2.8.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.0">
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="6.0.32" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="xunit" Version="2.9.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net7.0'">
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="7.0.19" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="xunit" Version="2.8.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.0">
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="7.0.20" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="xunit" Version="2.9.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down
Loading

0 comments on commit fa97167

Please sign in to comment.