From 7a1f8b5c49418b39769dc5a79746a791dc32b6c4 Mon Sep 17 00:00:00 2001 From: gbakeman Date: Fri, 10 Feb 2023 17:48:44 -0500 Subject: [PATCH] Tweaks to assembly/package metadata Finalizing on AGauge.Classic as the assembly name, and making it official for the NuGet package. Intending to use Semver when being built from GitHub. --- AGauge/AGauge.csproj | 2 +- AGauge/AGauge.nuspec | 4 ++-- AGauge/Properties/AssemblyInfo.cs | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/AGauge/AGauge.csproj b/AGauge/AGauge.csproj index c9b2bf7..cbbfbb8 100644 --- a/AGauge/AGauge.csproj +++ b/AGauge/AGauge.csproj @@ -9,7 +9,7 @@ Library Properties System.Windows.Forms - AGauge + AGauge.Classic v4.7.2 512 diff --git a/AGauge/AGauge.nuspec b/AGauge/AGauge.nuspec index dcd32e5..70e7986 100644 --- a/AGauge/AGauge.nuspec +++ b/AGauge/AGauge.nuspec @@ -2,7 +2,7 @@ - AGaugeClassic + $id$ $version$ $description$ $author$ @@ -14,7 +14,7 @@ https://github.com/nutdotnet/AGauge https://github.com/nutdotnet/AGauge/releases $copyright$ - gauges + gauge, winforms, control $title$ \ No newline at end of file diff --git a/AGauge/Properties/AssemblyInfo.cs b/AGauge/Properties/AssemblyInfo.cs index b37c2ce..8ccb414 100644 --- a/AGauge/Properties/AssemblyInfo.cs +++ b/AGauge/Properties/AssemblyInfo.cs @@ -6,7 +6,7 @@ // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("AGauge Classic")] -[assembly: AssemblyDescription("Customizable WinForms gauge control")] +[assembly: AssemblyDescription("Customizable WinForms gauge control - maintained by the NUTDotNet organization. Originally by A. J. Bauer, with further work by Code Artist and others.")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("NUTDotNet Organization")] [assembly: AssemblyProduct("AGauge")]