-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathflyway.nuspec
27 lines (27 loc) · 1.49 KB
/
flyway.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
26
27
<?xml version="1.0" encoding="utf-8"?>
<!-- Do not remove this test for UTF-8: if “Ω” doesn’t appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. -->
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>flyway</id>
<version>6.0.8</version>
<title>Flyway</title>
<summary>Flyway is database-independent library for tracking, managing and applying database changes</summary>
<description>Flyway is database-independent library for tracking, managing and applying database changes</description>
<projectUrl>https://flywaydb.org/</projectUrl>
<projectSourceUrl>https://github.com/flyway/flyway</projectSourceUrl>
<docsUrl>https://flywaydb.org/documentation/</docsUrl>
<bugTrackerUrl>https://github.com/flyway/flyway/issues</bugTrackerUrl>
<copyright>2010-2018 Boxfuse GmbH</copyright>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://flywaydb.org/assets/logo/flyway-logo-tm-sm.png</iconUrl>
<authors>Flyway Team</authors>
<owners>belidzs</owners>
<tags>flyway database migration cli</tags>
<packageSourceUrl>https://github.com/belidzs/chocolatey-flyway</packageSourceUrl>
<releaseNotes>https://flywaydb.org/documentation/releaseNotes</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
</files>
</package>