We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9439cb commit c642e39Copy full SHA for c642e39
SQLite.CodeFirst/Properties/AssemblyInfo.cs
@@ -1,5 +1,4 @@
1
using System.Reflection;
2
-using System.Runtime.CompilerServices;
3
using System.Runtime.InteropServices;
4
5
// General Information about an assembly is controlled through the following
SQLite.CodeFirst/SQLite.CodeFirst.csproj.nuspec
@@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>SQLite.CodeFirst</id>
- <version>0.9.0</version>
+ <version>$version$</version>
6
<authors>Marc Sallin</authors>
7
<owners>Marc Sallin</owners>
8
<licenseUrl>https://github.com/msallin/SQLiteCodeFirst/blob/master/LICENSE</licenseUrl>
0 commit comments