Skip to content

Commit

Permalink
version and readme changes (#118)
Browse files Browse the repository at this point in the history
* corrected issue with readme files
* updated JK.Common
  • Loading branch information
jeremyknight-me authored Nov 14, 2024
1 parent deef18b commit d5a1699
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/JK.Common.Data.Sql/JK.Common.Data.Sql.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</ItemGroup>

<ItemGroup>
<None Include="README.md" />
<None Include="README.md" Pack="true" PackagePath="\" />
</ItemGroup>

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

<ItemGroup>
<None Include="README.md" />
<None Include="README.md" Pack="true" PackagePath="\" />
</ItemGroup>

</Project>
4 changes: 4 additions & 0 deletions src/JK.Common.FluentValidation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ Unless otherwise noted, all changes made by [@jeremyknight-me](https://github.co

- Added support for .NET 9.

### Changed

- Upgraded JK.Common to 6.0.0

### Removed

- Removed support for .NET Standard 2.0, .NET 6, and .NET 7
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<ItemGroup>
<PackageReference Include="FluentValidation" Version="11.10.0" />
<PackageReference Include="JK.Common" Version="5.2.0" />
<PackageReference Include="JK.Common" Version="6.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit d5a1699

Please sign in to comment.