forked from ritterim/fluentmigrator-generator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFluentMigrator.Generator.nuspec
25 lines (25 loc) · 1.11 KB
/
FluentMigrator.Generator.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0"?>
<package>
<metadata>
<id>FluentMigrator.Generator</id>
<version>1.0.5</version>
<authors>Ritter Insurance Marketing, LLC</authors>
<projectUrl>https://github.com/ritterim/fluentmigrator-generator</projectUrl>
<licenseUrl>https://raw.githubusercontent.com/ritterim/fluentmigrator-generator/master/LICENSE</licenseUrl>
<releaseNotes>https://github.com/ritterim/fluentmigrator-generator/releases</releaseNotes>
<description>Adds a command to the package manager console to generate migrations for FluentMigrator.</description>
<copyright>Copyright 2018 Ritter Insurance Marketing, LLC</copyright>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<developmentDependency>true</developmentDependency>
<language>en-US</language>
<tags>fluentmigrator migrations</tags>
<dependencies>
<dependency id="FluentMigrator" version="[1,4)" />
</dependencies>
</metadata>
<files>
<file src="FluentMigrator.psm1" target="tools" />
<file src="FluentMigrator.psd1" target="tools" />
<file src="init.ps1" target="tools" />
</files>
</package>