Skip to content

Commit

Permalink
Change MSFT.EXT version to range [3.0.0,) version (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arkatufus authored Mar 6, 2023
1 parent db6fe0f commit d3e431b
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 12 deletions.
Binary file removed docs/images/icon.png
Binary file not shown.
Binary file added docs/images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<PropertyGroup>
<TargetFrameworks>$(NetCoreLibVersion);$(NetLibVersion)</TargetFrameworks>
<PackageTags>$(AkkaPackageTags);hosting;asp.net;asp</PackageTags>
<PackageReadmeFile>WEB.README.md</PackageReadmeFile>
</PropertyGroup>

<ItemGroup>
Expand All @@ -11,5 +12,8 @@
<ItemGroup>
<ProjectReference Include="..\Akka.HealthCheck.Hosting\Akka.HealthCheck.Hosting.csproj" />
</ItemGroup>


<ItemGroup>
<None Include="WEB.README.md" Pack="true" PackagePath="\" />
</ItemGroup>
</Project>
File renamed without changes.
23 changes: 13 additions & 10 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@
<PropertyGroup>
<Copyright>Copyright © 2015-2023 Petabridge®</Copyright>
<Authors>Petabridge</Authors>
<VersionPrefix>0.3</VersionPrefix>
<PackageReleaseNotes>Bumped Akka version**
Bumped Akka version to 1.4.1</PackageReleaseNotes>
<PackageIconUrl>https://petabridge.com/images/logo.png</PackageIconUrl>
<VersionPrefix>1.5.0</VersionPrefix>
<PackageReleaseNotes>Version 1.5.0 integrates Akka.Management and Akka.NET v1.5.0 RTM.
[Bump Akka version to 1.5.0](https://github.com/akkadotnet/akka.net/releases/tag/1.4.47)
[Bump Akka.Hosting from 1.0.1 to 1.5.0](https://github.com/petabridge/akkadotnet-healthcheck/pull/199)
[Bump Microsoft.Extensions.Hosting to 7.0.1](https://github.com/petabridge/akkadotnet-healthcheck/pull/197)</PackageReleaseNotes>
<PackageIcon>logo.png</PackageIcon>
<PackageProjectUrl>https://github.com/petabridge/akkadotnet-healthcheck</PackageProjectUrl>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<NoWarn>$(NoWarn);CS1591</NoWarn>
Expand All @@ -26,15 +28,15 @@ Bumped Akka version to 1.4.1</PackageReleaseNotes>
<AkkaVersion>1.5.0</AkkaVersion>
<AkkaHostingVersion>1.5.0</AkkaHostingVersion>
<FluentAssertionVersion>6.10.0</FluentAssertionVersion>
<NetCoreTestVersion>netcoreapp3.1</NetCoreTestVersion>
<NetTestVersion>net6.0</NetTestVersion>
<NetStandardLibVersion>netstandard2.0</NetStandardLibVersion>
<NetLibVersion>net6.0</NetLibVersion>
<NetCoreLibVersion>netcoreapp3.1</NetCoreLibVersion>
<NetCoreTestVersion>netcoreapp3.1</NetCoreTestVersion>
<NetTestVersion>net6.0</NetTestVersion>
<NetStandardLibVersion>netstandard2.0</NetStandardLibVersion>
<NetLibVersion>net6.0</NetLibVersion>
<NetCoreLibVersion>netcoreapp3.1</NetCoreLibVersion>
<PbmVersion>1.2.1</PbmVersion>
<BootstrapDockerVersion>0.5.3</BootstrapDockerVersion>
<KubernetesClientVersion>4.0.26</KubernetesClientVersion>
<MicrosoftExtensionsVersion>7.0.0</MicrosoftExtensionsVersion>
<MicrosoftExtensionsVersion>[3.0.0,)</MicrosoftExtensionsVersion>
</PropertyGroup>
<!-- SourceLink support for all Akka.NET projects -->
<ItemGroup>
Expand All @@ -50,5 +52,6 @@ Bumped Akka version to 1.4.1</PackageReleaseNotes>
</PropertyGroup>
<ItemGroup>
<None Include="../../README.md" Pack="true" PackagePath="\" />
<None Include="../../docs/images/logo.png" Pack="true" PackagePath="\" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion src/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PackageVersion Include="Akka.Persistence" Version="$(AkkaVersion)" />
<PackageVersion Include="Akka.Persistence.Hosting" Version="$(AkkaHostingVersion)" />
<PackageVersion Include="akka.persistence.sqlite" Version="$(AkkaVersion)" />
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="7.0.0" />
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="$(MicrosoftExtensionsVersion)" />
</ItemGroup>
<!-- Test dependencies -->
<ItemGroup>
Expand Down

0 comments on commit d3e431b

Please sign in to comment.