Skip to content

Commit d0c771c

Browse files
committed
Update TinyHelpers to version 3.3.9
Updated the `TinyHelpers` package dependency from version 3.3.8 to 3.3.9 in both `TinyHelpers.Dapper.csproj` and `TinyHelpers.EntityFrameworkCore.csproj`. This update may include bug fixes, improvements, or new features provided by the `TinyHelpers` library. #286
1 parent f811d63 commit d0c771c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/TinyHelpers.Dapper/TinyHelpers.Dapper.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
<ItemGroup>
2424
<PackageReference Include="Dapper" Version="2.1.66" />
25-
<PackageReference Include="TinyHelpers" Version="3.3.8" />
25+
<PackageReference Include="TinyHelpers" Version="3.3.9" />
2626
</ItemGroup>
2727

2828
<ItemGroup>

src/TinyHelpers.EntityFrameworkCore/TinyHelpers.EntityFrameworkCore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
</PropertyGroup>
2222

2323
<ItemGroup>
24-
<PackageReference Include="TinyHelpers" Version="3.3.8" />
24+
<PackageReference Include="TinyHelpers" Version="3.3.9" />
2525
</ItemGroup>
2626

2727
<ItemGroup Condition="'$(TargetFramework)' == 'net8.0'">

0 commit comments

Comments
 (0)