Skip to content

Commit c642e39

Browse files
committed
Adjusted nuspec file
1 parent b9439cb commit c642e39

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

SQLite.CodeFirst/Properties/AssemblyInfo.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using System.Reflection;
2-
using System.Runtime.CompilerServices;
32
using System.Runtime.InteropServices;
43

54
// General Information about an assembly is controlled through the following

SQLite.CodeFirst/SQLite.CodeFirst.csproj.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>SQLite.CodeFirst</id>
5-
<version>0.9.0</version>
5+
<version>$version$</version>
66
<authors>Marc Sallin</authors>
77
<owners>Marc Sallin</owners>
88
<licenseUrl>https://github.com/msallin/SQLiteCodeFirst/blob/master/LICENSE</licenseUrl>

0 commit comments

Comments
 (0)