Skip to content

Commit

Permalink
Bump version (#266)
Browse files Browse the repository at this point in the history
* Bump the versions

* Also bump host version
  • Loading branch information
IEvangelist authored Dec 29, 2023
1 parent 03a7015 commit afc4742
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Aspire.Hosting" Version="8.0.0-preview.1.23557.2" />
<PackageReference Include="Aspire.Hosting" Version="8.0.0-preview.2.23619.3" />
<PackageReference Include="Aspire.Microsoft.Data.SqlClient"
Version="8.0.0-preview.1.23551.7" />
Version="8.0.0-preview.2.23619.3" />
<PackageReference Include="Aspire.Microsoft.EntityFrameworkCore.SqlServer"
Version="8.0.0-preview.1.23557.2" />
Version="8.0.0-preview.2.23619.3" />
</ItemGroup>

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

<ItemGroup>
<PackageReference Include="Aspire.Microsoft.EntityFrameworkCore.SqlServer"
Version="8.0.0-preview.1.23557.2" />
Version="8.0.0-preview.2.23619.3" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Aspire.Hosting" Version="8.0.0-preview.1.23557.2" />
<PackageReference Include="Aspire.Hosting" Version="8.0.0-preview.2.23619.3" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<PackageReference Include="Microsoft.Extensions.Http.Resilience"
Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.ServiceDiscovery"
Version="8.0.0-preview.1.23557.2" />
Version="8.0.0-preview.2.23619.3" />
<PackageReference Include="OpenTelemetry.Exporter.OpenTelemetryProtocol"
Version="1.7.0-alpha.1" />
<PackageReference Include="OpenTelemetry.Extensions.Hosting"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Aspire.Hosting" Version="8.0.0-preview.1.23557.2" />
<PackageReference Include="Aspire.Hosting" Version="8.0.0-preview.2.23619.3" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Aspire.Hosting" Version="8.0.0-preview.1.23557.2" />
<PackageReference Include="Aspire.Hosting.Azure" Version="8.0.0-preview.1.23557.2" />
<PackageReference Include="Aspire.Hosting" Version="8.0.0-preview.2.23619.3" />
<PackageReference Include="Aspire.Hosting.Azure" Version="8.0.0-preview.2.23619.3" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit afc4742

Please sign in to comment.