From 027efe8b8fe3d2303f9ad80359069cb262e3648f Mon Sep 17 00:00:00 2001 From: Xin Chen Date: Fri, 17 Mar 2023 09:44:33 -0700 Subject: [PATCH] [#241] File version is not updated with releases. --- Microsoft.Azure.Amqp/Microsoft.Azure.Amqp.csproj | 7 +------ Microsoft.Azure.Amqp/Properties/AssemblyInfo.cs | 3 ++- Microsoft.Azure.Amqp/Properties/Version.cs | 3 ++- 3 files changed, 5 insertions(+), 8 deletions(-) diff --git a/Microsoft.Azure.Amqp/Microsoft.Azure.Amqp.csproj b/Microsoft.Azure.Amqp/Microsoft.Azure.Amqp.csproj index 12e0b1f6..0da1b2ec 100644 --- a/Microsoft.Azure.Amqp/Microsoft.Azure.Amqp.csproj +++ b/Microsoft.Azure.Amqp/Microsoft.Azure.Amqp.csproj @@ -2,7 +2,6 @@ Microsoft.Azure.Amqp Class Library - 2.2.0 microsoft net45;netstandard1.3;netstandard2.0 CS1734,CS1591 @@ -16,11 +15,7 @@ MIT $(PackageTargetFallback);dnxcore50 1.6.0 - false - false - false - false - false + false Debug;Release;Signed true diff --git a/Microsoft.Azure.Amqp/Properties/AssemblyInfo.cs b/Microsoft.Azure.Amqp/Properties/AssemblyInfo.cs index e6f57865..63284f52 100644 --- a/Microsoft.Azure.Amqp/Properties/AssemblyInfo.cs +++ b/Microsoft.Azure.Amqp/Properties/AssemblyInfo.cs @@ -6,8 +6,9 @@ // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("Microsoft.Azure.Amqp")] -[assembly: AssemblyDescription("")] +[assembly: AssemblyDescription("AMQP 1.0 .Net Library")] [assembly: AssemblyConfiguration("")] +[assembly: AssemblyProduct("AMQP 1.0 .Net Library")] [assembly: DefaultDllImportSearchPathsAttribute(DllImportSearchPath.SafeDirectories)] // Setting ComVisible to false makes the types in this assembly not visible diff --git a/Microsoft.Azure.Amqp/Properties/Version.cs b/Microsoft.Azure.Amqp/Properties/Version.cs index eb36ff0e..5f5f6547 100644 --- a/Microsoft.Azure.Amqp/Properties/Version.cs +++ b/Microsoft.Azure.Amqp/Properties/Version.cs @@ -3,4 +3,5 @@ using System.Runtime.InteropServices; [assembly: AssemblyVersion("2.4.0.0")] -[assembly: AssemblyInformationalVersion("2.6.1")] +[assembly: AssemblyFileVersion("2.6.2.0")] +[assembly: AssemblyInformationalVersion("2.6.2")]