Added to local NuGet repo
This commit is contained in:
17
DbTools.nuspec
Normal file
17
DbTools.nuspec
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<package >
|
||||||
|
<metadata>
|
||||||
|
<id>DbTools</id>
|
||||||
|
<version>1.0.0.0</version>
|
||||||
|
<title>DbTools</title>
|
||||||
|
<authors>Russ Kollmansberger</authors>
|
||||||
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||||
|
<license type="expression">MIT</license>
|
||||||
|
<!-- <icon>icon.png</icon> -->
|
||||||
|
<projectUrl>http://project_url_here_or_delete_this_line/</projectUrl>
|
||||||
|
<description>A small library to sync two database structures and apply migrations.</description>
|
||||||
|
<releaseNotes>Summary of changes made in this release of the package.</releaseNotes>
|
||||||
|
<copyright>$copyright$</copyright>
|
||||||
|
<tags>Tag1 Tag2</tags>
|
||||||
|
</metadata>
|
||||||
|
</package>
|
||||||
@@ -6,7 +6,7 @@ using System.Runtime.InteropServices;
|
|||||||
// set of attributes. Change these attribute values to modify the information
|
// set of attributes. Change these attribute values to modify the information
|
||||||
// associated with an assembly.
|
// associated with an assembly.
|
||||||
[assembly: AssemblyTitle("DbTools")]
|
[assembly: AssemblyTitle("DbTools")]
|
||||||
[assembly: AssemblyDescription("")]
|
[assembly: AssemblyDescription("A small library to sync two database structures and apply migrations.")]
|
||||||
[assembly: AssemblyConfiguration("")]
|
[assembly: AssemblyConfiguration("")]
|
||||||
[assembly: AssemblyCompany("")]
|
[assembly: AssemblyCompany("")]
|
||||||
[assembly: AssemblyProduct("DbTools")]
|
[assembly: AssemblyProduct("DbTools")]
|
||||||
|
|||||||
Reference in New Issue
Block a user