Skip to content

Instantly share code, notes, and snippets.

@tiesont
Last active August 29, 2015 14:27
Show Gist options
  • Save tiesont/8929a952be112f9cc7e3 to your computer and use it in GitHub Desktop.
Save tiesont/8929a952be112f9cc7e3 to your computer and use it in GitHub Desktop.
NuSpec file for the Mehdime.Entity package
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>Mehdime.Entity</id>
<version>1.0.0</version>
<title>Mehdime.Entity</title>
<authors>Mehdi El Gueddari,Tieson Trowbridge (NuGet package only)</authors>
<licenseUrl>https://github.com/mehdime/DbContextScope/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/mehdime/DbContextScope</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>DbContextScope was created out of the need for a better way to manage DbContext instances in Entity Framework-based applications.</description>
<summary>A simple and flexible way to manage your Entity Framework DbContext instances.</summary>
<tags>DbContext DbContextScope Entity Framework EntityFramework</tags>
<dependencies>
<group targetFramework=".NETFramework4.5">
<dependency id="EntityFramework" version="6.0.0" />
</group>
</dependencies>
</metadata>
<files>
<file src="lib\Mehdime.Entity.dll" target="lib\Mehdime.Entity.dll" />
</files>
</package>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment