Skip to content

Commit eac0b2b

Browse files
committed
upgrade to SQLitePCLRaw 2.0.6
1 parent c5f5c9e commit eac0b2b

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

SQLite.Net.Tests/SQLite.Net2.Tests.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="nunit" Version="3.13.1" />
11-
<PackageReference Include="NUnit3TestAdapter" Version="3.17.0">
10+
<PackageReference Include="nunit" Version="3.13.2" />
11+
<PackageReference Include="NUnit3TestAdapter" Version="4.0.0">
1212
<PrivateAssets>all</PrivateAssets>
1313
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1414
</PackageReference>
15-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.1" />
16-
<PackageReference Include="SQLitePCLRaw.bundle_e_sqlite3" Version="2.0.4" />
15+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.11.0" />
16+
<PackageReference Include="SQLitePCLRaw.bundle_e_sqlite3" Version="2.0.6" />
1717
</ItemGroup>
1818

1919
<ItemGroup>

examples/Stocks/Stocks.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
</ItemGroup>
8181
<ItemGroup>
8282
<PackageReference Include="SQLitePCLRaw.bundle_e_sqlcipher">
83-
<Version>2.0.4</Version>
83+
<Version>2.0.6</Version>
8484
</PackageReference>
8585
</ItemGroup>
8686
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />

nuget/pack.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ if ($IsMacOS) {
66
$msbuild = & $vswhere -latest -products * -requires Microsoft.Component.MSBuild -property installationPath
77
$msbuild = join-path $msbuild 'MSBuild\Current\Bin\MSBuild.exe'
88
}
9-
$version="2.0.4"
9+
$version="2.0.6"
1010
$versionSuffix=""
1111

1212
#####################

src/SQLite.Net/SQLite.Net2.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77

88
<DebugType>portable</DebugType>
99
<AssemblyProduct>SQLite.Net2</AssemblyProduct>
10-
<AssemblyCopyright>Copyright ©2020 Benjamin Mayrargue</AssemblyCopyright>
10+
<AssemblyCopyright>Copyright ©2021 Benjamin Mayrargue</AssemblyCopyright>
1111
<LangVersion>Latest</LangVersion>
1212
</PropertyGroup>
1313

1414
<!-- nuget configurable properties -->
1515
<PropertyGroup>
16-
<Version>2.0.3</Version>
16+
<Version>2.0.6</Version>
1717
<VersionSuffix></VersionSuffix>
1818
<DefineConstants>$(DefineConstants);</DefineConstants>
1919
<NugetPackageId></NugetPackageId>
@@ -46,7 +46,7 @@
4646
</PropertyGroup>
4747

4848
<ItemGroup>
49-
<PackageReference Include="SQLitePCLRaw.core" Version="2.0.4" />
49+
<PackageReference Include="SQLitePCLRaw.core" Version="2.0.6" />
5050
<None Include="..\..\LICENSE.md" Pack="true" PackagePath="" />
5151
</ItemGroup>
5252

0 commit comments

Comments
 (0)