We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44992b1 commit 11ecdb7Copy full SHA for 11ecdb7
src/SQLite.Net/SQLite.Net2.csproj
@@ -32,7 +32,7 @@
32
<Title>sqlite-net2 light ORM for SQLite</Title>
33
<Description>sqlite-net2 allows applications to manage data in SQLite databases using Entity Framework like queries, but much lighter</Description>
34
<Product>$(AssemblyName) ($(TargetFramework))</Product>
35
- <VersionSuffix>.9</VersionSuffix>
+ <VersionSuffix>.10</VersionSuffix>
36
<PackageVersion>$(Version)$(VersionSuffix)</PackageVersion>
37
<Authors>Benjamin Mayrargue</Authors>
38
<Owners>Benjamin Mayrargue</Owners>
0 commit comments