File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments