File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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" />
Original file line number Diff line number Diff 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# ####################
Original file line number Diff line number Diff line change 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 >
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
You can’t perform that action at this time.
0 commit comments