Skip to content

Commit

Permalink
bump up to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pacjman committed Jul 14, 2024
1 parent 7685ddb commit 7a49f94
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Cerberix.HealthCheck" Version="1.1.0" />
<PackageReference Include="Cerberix.HealthCheck" Version="1.2.0" />
<PackageReference Include="MySql.Data" Version="8.0.13" />
<!-- Ensure the LICENSE is included in the package -->
<None Include="../../LICENSE" Pack="true" PackagePath="/"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Cerberix.HealthCheck" Version="1.1.0" />
<PackageReference Include="Cerberix.HealthCheck" Version="1.2.0" />
<PackageReference Include="StackExchange.Redis" Version="2.0.519" />
<!-- Ensure the LICENSE is included in the package -->
<None Include="../../LICENSE" Pack="true" PackagePath="/"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Cerberix.HealthCheck" Version="1.1.0" />
<PackageReference Include="Cerberix.HealthCheck" Version="1.2.0" />
<PackageReference Include="System.Data.SqlClient" Version="4.8.6" />
<!-- Ensure the LICENSE is included in the package -->
<None Include="../../LICENSE" Pack="true" PackagePath="/"/>
Expand Down

0 comments on commit 7a49f94

Please sign in to comment.