Skip to content

Commit 25397ce

Browse files
committed
v0.3.3
1 parent ce002b0 commit 25397ce

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Directory.Build.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<ItemGroup>
3-
<CsFiles Include="**\*.*.cs" Exclude="**\*.xaml.cs;**\*.axaml.cs" />
3+
<CsFiles Include="**\*.*.cs" />
44
</ItemGroup>
55
<ItemGroup>
66
<Compile Update="@(CsFiles)">

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.2</Version>
17+
<Version>0.3.3</Version>
1818
<RootNamespace />
1919
<GenerateDocumentationFile>True</GenerateDocumentationFile>
2020
<NoWarn>$(NoWarn);1591</NoWarn>
@@ -32,7 +32,7 @@ System.Data.SQLite.SQLiteDbTransaction</Description>
3232
</ItemGroup>
3333

3434
<ItemGroup Condition="'$(UseNuExtPackages)' == 'true'">
35-
<PackageReference Include="NuExt.System.Data" Version="0.3.2" />
35+
<PackageReference Include="NuExt.System.Data" Version="0.3.3" />
3636
</ItemGroup>
3737

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
<PrivateAssets>all</PrivateAssets>
1414
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1515
</PackageReference>
16-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
16+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
1717
<PackageReference Include="NUnit" Version="4.3.2" />
1818
<PackageReference Include="NUnit.Analyzers" Version="4.6.0">
1919
<PrivateAssets>all</PrivateAssets>
2020
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2121
</PackageReference>
22-
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
22+
<PackageReference Include="NUnit3TestAdapter" Version="5.0.0" />
2323
</ItemGroup>
2424

2525
<ItemGroup>

0 commit comments

Comments
 (0)