Skip to content

Commit bdf624a

Browse files
committed
v0.3.1
1 parent 40db073 commit bdf624a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/NuExt.System.Data.SQLite.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ System.Data.SQLite.SQLiteDbConnection
1414
System.Data.SQLite.SQLiteDbContext
1515
System.Data.SQLite.SQLiteDbConverter
1616
System.Data.SQLite.SQLiteDbTransaction</Description>
17-
<Version>0.3.0</Version>
17+
<Version>0.3.1</Version>
1818
<RootNamespace />
1919
<GenerateDocumentationFile>True</GenerateDocumentationFile>
2020
<NoWarn>$(NoWarn);1591</NoWarn>
@@ -36,7 +36,7 @@ System.Data.SQLite.SQLiteDbTransaction</Description>
3636
</ItemGroup>
3737

3838
<ItemGroup Condition="'$(UseNuExtPackages)' == 'true'">
39-
<PackageReference Include="NuExt.System.Data" Version="0.3.0" />
39+
<PackageReference Include="NuExt.System.Data" Version="0.3.1" />
4040
</ItemGroup>
4141

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

tests/InMemoryTest.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
using NUnit.Framework;
21
using System.Data;
32
using System.Data.SQLite;
43
using System.Diagnostics;

0 commit comments

Comments
 (0)