Skip to content

Commit bc5e713

Browse files
committed
Use more information from the AssemblyInfo.
1 parent 6ff1e60 commit bc5e713

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed
Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
4-
<id>SQLite.CodeFirst</id>
4+
<id>$id$</id>
55
<version>$version$</version>
6-
<authors>Marc Sallin</authors>
7-
<owners>Marc Sallin</owners>
6+
<authors>$author$</authors>
7+
<owners>$author$</owners>
88
<licenseUrl>https://github.com/msallin/SQLiteCodeFirst/blob/master/LICENSE</licenseUrl>
99
<projectUrl>https://github.com/msallin/SQLiteCodeFirst</projectUrl>
1010
<requireLicenseAcceptance>false</requireLicenseAcceptance>
11-
<description>
12-
Creates a SQLite Database from Code, using Entity Framework CodeFirst.
13-
This Project ships several IDbInitializer which creates a new SQLite Database, based on your model/code.
14-
</description>
11+
<description>$description$</description>
1512
<summary>Creates a SQLite Database from Code, using Entity Framework CodeFirst.</summary>
1613
<releaseNotes />
1714
<copyright>Copyright (C) Marc Sallin</copyright>
@@ -26,6 +23,6 @@
2623
</frameworkAssemblies>
2724
</metadata>
2825
<files>
29-
<file src="bin\Release\SQLite.CodeFirst.dll" target="lib\net45\SQLite.CodeFirst.dll" />
26+
<file src="bin\$configuration$\$id$.dll" target="lib\net45\SQLite.CodeFirst.dll" />
3027
</files>
3128
</package>

0 commit comments

Comments
 (0)