Skip to content

Commit 99b36ff

Browse files
committed
v0.6.0
1 parent 5439655 commit 99b36ff

File tree

3 files changed

+3
-40
lines changed

3 files changed

+3
-40
lines changed

NuExt.System.Data.SQLite.sln

Lines changed: 0 additions & 37 deletions
This file was deleted.

src/NuExt.System.Data.SQLite.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ System.Data.SQLite.SQLiteDbConnection
1717
System.Data.SQLite.SQLiteDbContext
1818
System.Data.SQLite.SQLiteDbConverter
1919
System.Data.SQLite.SQLiteDbTransaction</Description>
20-
<Version>0.5.2</Version>
20+
<Version>0.6.0</Version>
2121
<RootNamespace />
2222
<GenerateDocumentationFile>True</GenerateDocumentationFile>
2323
<NoWarn>$(NoWarn);1591;NETSDK1233</NoWarn>
@@ -31,7 +31,7 @@ System.Data.SQLite.SQLiteDbTransaction</Description>
3131
</ItemGroup>
3232

3333
<ItemGroup Condition="'$(UseNuExtPackages)' == 'true'">
34-
<PackageReference Include="NuExt.System.Data" Version="0.5.2" />
34+
<PackageReference Include="NuExt.System.Data" Version="0.6.0" />
3535
</ItemGroup>
3636

3737
<ItemGroup Condition="'$(UseNuExtPackages)' == 'false'">

tests/NuExt.System.Data.SQLite.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<PrivateAssets>all</PrivateAssets>
2121
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2222
</PackageReference>
23-
<PackageReference Include="NUnit3TestAdapter" Version="6.0.0" />
23+
<PackageReference Include="NUnit3TestAdapter" Version="6.1.0" />
2424
</ItemGroup>
2525

2626
<ItemGroup>

0 commit comments

Comments
 (0)