File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Dapper.CustomTypeHandlers
Dapper.CustomTypeHandlers.Tests
Dapper.CustomTypeHandlers Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 77 <ItemGroup >
88 <PackageReference Include =" Dapper" Version =" 2.1.35" />
99 <PackageReference Include =" FluentAssertions" Version =" 6.12.1" />
10- <PackageReference Include =" Microsoft.Data.SQLite" Version =" 8.0.8 " />
11- <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 8.0.0 " />
10+ <PackageReference Include =" Microsoft.Data.SQLite" Version =" 8.0.10 " />
11+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 8.0.1 " />
1212 <PackageReference Include =" nunit" Version =" 4.2.2" />
1313 <PackageReference Include =" NUnit3TestAdapter" Version =" 4.6.0" />
1414 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.11.1" />
Original file line number Diff line number Diff line change 1111 <PackageIcon >DapperCustomTypeHandlers.png</PackageIcon >
1212 <PackageLicenseExpression >MIT</PackageLicenseExpression >
1313 <Copyright >Copyright (c) Jakub Kurłowicz 2023-2024</Copyright >
14- <Version >2.3.0 </Version >
14+ <Version >2.3.1 </Version >
1515 <Authors >Jakub Kurłowicz</Authors >
16- <PackageReleaseNotes >Including the symbols in the NuGet package .</PackageReleaseNotes >
16+ <PackageReleaseNotes >Fixed the security issue in System.Text.Json .</PackageReleaseNotes >
1717 <PackageReadmeFile >README.md</PackageReadmeFile >
1818 <GenerateDocumentationFile >true</GenerateDocumentationFile >
1919 <EnablePackageValidation >true</EnablePackageValidation >
2323
2424 <ItemGroup >
2525 <PackageReference Include =" Dapper" Version =" 2.1.35" />
26- <PackageReference Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 8.0.1 " />
27- <PackageReference Include =" System.Text.Json" Version =" 8.0.4 " />
26+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 8.0.2 " />
27+ <PackageReference Include =" System.Text.Json" Version =" 8.0.5 " />
2828 </ItemGroup >
2929
3030 <ItemGroup >
You can’t perform that action at this time.
0 commit comments