File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ System.Data.SQLite.SQLiteDbConnection
1414System.Data.SQLite.SQLiteDbContext
1515System.Data.SQLite.SQLiteDbConverter
1616System.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'" >
Original file line number Diff line number Diff line change 1- using NUnit . Framework ;
21using System . Data ;
32using System . Data . SQLite ;
43using System . Diagnostics ;
You can’t perform that action at this time.
0 commit comments