From c13cfc320bc85ae6bfde9ac7c121ce3ef07d8a77 Mon Sep 17 00:00:00 2001 From: Russ Kollmansberger Date: Sat, 6 Sep 2025 08:27:05 -0500 Subject: [PATCH] Added to local NuGet repo --- DbTools.nuspec | 17 +++++++++++++++++ Properties/AssemblyInfo.cs | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 DbTools.nuspec 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")]