diff --git a/DbTools.nuspec b/DbTools.nuspec new file mode 100644 index 0000000..8291ac9 --- /dev/null +++ b/DbTools.nuspec @@ -0,0 +1,17 @@ + + + + DbTools + 1.0.0.0 + DbTools + Russ Kollmansberger + false + MIT + + http://project_url_here_or_delete_this_line/ + A small library to sync two database structures and apply migrations. + Summary of changes made in this release of the package. + $copyright$ + Tag1 Tag2 + + \ No newline at end of file diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 3158626..0a3bbe5 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -6,7 +6,7 @@ using System.Runtime.InteropServices; // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("DbTools")] -[assembly: AssemblyDescription("")] +[assembly: AssemblyDescription("A small library to sync two database structures and apply migrations.")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("DbTools")]