forked from migrating-ravens/RavenMigrations
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRavenMigrations.nuspec
27 lines (27 loc) · 1.53 KB
/
RavenMigrations.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"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>RavenMigrations</id>
<version>1.0.1</version>
<title>Raven Migrations</title>
<authors>Khalid Abuhakmeh</authors>
<owners>khalidabuhakmeh</owners>
<licenseUrl>https://github.com/khalidabuhakmeh/RavenMigrations</licenseUrl>
<projectUrl>https://github.com/khalidabuhakmeh/RavenMigrations</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Raven Migrations is a migration framework for RavenDB to help with common tasks you might have to do over time to your database. The framework API is heavily influenced by Fluent Migrator</description>
<summary>Raven Migrations is a migration framework for RavenDB to help with common tasks you might have to do over time to your database. The framework API is heavily influenced by Fluent Migrator</summary>
<releaseNotes>- Added order by last modified
- Switch to 24 hour format</releaseNotes>
<copyright>Khalid Abuhakmeh 2013</copyright>
<tags>ravendb, migrations</tags>
<dependencies>
<group targetFramework=".NETFramework4.5">
<dependency id="RavenDB.Client" version="2.5.2700" />
</group>
</dependencies>
</metadata>
<files>
<file src="RavenMigrations\bin\Release\RavenMigrations.dll" target="lib\net45\RavenMigrations.dll" />
</files>
</package>