Skip to content

Commit bf958b0

Browse files
committed
Added nuspec file.
1 parent 6f331c6 commit bf958b0

File tree

3 files changed

+23
-5
lines changed

3 files changed

+23
-5
lines changed

SQLite.CodeFirst.sln

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{01B97A
1414
.nuget\NuGet.targets = .nuget\NuGet.targets
1515
EndProjectSection
1616
EndProject
17-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "CI", "CI", "{1388F02A-ACBA-4042-A9FB-53046C0E80FD}"
18-
ProjectSection(SolutionItems) = preProject
19-
.travis.yml = .travis.yml
20-
EndProjectSection
21-
EndProject
2217
Global
2318
GlobalSection(SolutionConfigurationPlatforms) = preSolution
2419
Debug|Any CPU = Debug|Any CPU

SQLite.CodeFirst/SQLite.CodeFirst.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
</ItemGroup>
7676
<ItemGroup>
7777
<None Include="packages.config" />
78+
<None Include="SQLite.CodeFirst.csproj.nuspec" />
7879
</ItemGroup>
7980
<ItemGroup />
8081
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<?xml version="1.0"?>
2+
<package >
3+
<metadata>
4+
<id>SQLite.CodeFirst</id>
5+
<version>0.9.0</version>
6+
<authors>Marc Sallin</authors>
7+
<owners>Marc</owners>
8+
<licenseUrl>https://github.com/msallin/SQLiteCodeFirst/blob/CI_Test/LICENSE</licenseUrl>
9+
<projectUrl>https://github.com/msallin/SQLiteCodeFirst</projectUrl>
10+
<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>
15+
<releaseNotes>Summary of changes made in this release of the package.</releaseNotes>
16+
<copyright>Copyright 2015</copyright>
17+
<tags>SQLite EntityFramework EF CodeFirst</tags>
18+
<dependencies>
19+
<package id="EntityFramework" version="6)" />
20+
</dependencies>
21+
</metadata>
22+
</package>

0 commit comments

Comments
 (0)