Skip to content

Commit

Permalink
[#241] File version is not updated with releases.
Browse files Browse the repository at this point in the history
  • Loading branch information
xinchen10 committed Mar 17, 2023
1 parent 2b200aa commit 027efe8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
7 changes: 1 addition & 6 deletions Microsoft.Azure.Amqp/Microsoft.Azure.Amqp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

<PropertyGroup>
<Description>Microsoft.Azure.Amqp Class Library</Description>
<VersionPrefix>2.2.0</VersionPrefix>
<Authors>microsoft</Authors>
<TargetFrameworks>net45;netstandard1.3;netstandard2.0</TargetFrameworks>
<NoWarn>CS1734,CS1591</NoWarn>
Expand All @@ -16,11 +15,7 @@
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageTargetFallback Condition=" '$(TargetFramework)' == 'netstandard1.3' ">$(PackageTargetFallback);dnxcore50</PackageTargetFallback>
<NetStandardImplicitPackageVersion Condition=" '$(TargetFramework)' == 'netstandard1.3' ">1.6.0</NetStandardImplicitPackageVersion>
<GenerateAssemblyTitleAttribute>false</GenerateAssemblyTitleAttribute>
<GenerateAssemblyDescriptionAttribute>false</GenerateAssemblyDescriptionAttribute>
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
<GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute>
<GenerateAssemblyInformationalVersionAttribute>false</GenerateAssemblyInformationalVersionAttribute>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<Configurations>Debug;Release;Signed</Configurations>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>
Expand Down
3 changes: 2 additions & 1 deletion Microsoft.Azure.Amqp/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion Microsoft.Azure.Amqp/Properties/Version.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]

0 comments on commit 027efe8

Please sign in to comment.