Skip to content

Commit

Permalink
Merge pull request #17 from kubagdynia/develop
Browse files Browse the repository at this point in the history
Bump System.Text.Json to new version
  • Loading branch information
kubagdynia authored Jul 15, 2024
2 parents 85098b0 + d386301 commit a06dedf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<ItemGroup>
<PackageReference Include="Dapper" Version="2.1.35" />
<PackageReference Include="FluentAssertions" Version="6.12.0" />
<PackageReference Include="Microsoft.Data.SQLite" Version="8.0.6" />
<PackageReference Include="Microsoft.Data.SQLite" Version="8.0.7" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
<PackageReference Include="nunit" Version="3.14.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@
<Title>Dapper.CustomTypeHandlers</Title>
<Description>Dapper custom type handlers to serialize/deserialize objects to Xml and Json.</Description>
<PackageTags>dapper orm xml json database sql customhandlers</PackageTags>
<PackageReleaseNotes>Bump Dapper and System.Text.Json to new version</PackageReleaseNotes>
<PackageReleaseNotes>Bump System.Text.Json to new version</PackageReleaseNotes>
<RepositoryUrl>https://github.com/kubagdynia/Dapper.CustomTypeHandlers</RepositoryUrl>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageProjectUrl>https://github.com/kubagdynia/Dapper.CustomTypeHandlers</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Copyright>2024</Copyright>
<Version>2.2.0</Version>
<Version>2.2.1</Version>
<Authors>Jakub Kurłowicz</Authors>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Dapper" Version="2.1.35" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.1" />
<PackageReference Include="System.Text.Json" Version="8.0.3" />
<PackageReference Include="System.Text.Json" Version="8.0.4" />
</ItemGroup>

</Project>

0 comments on commit a06dedf

Please sign in to comment.