Skip to content

Commit 3757050

Browse files
author
Liudmila Molkova
authored
Nuget properties compliance (#65)
* Nuget package and properties complience * remove beta1 from version build - this is not the right place to set it
1 parent fd98bec commit 3757050

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Microsoft.AspNet.TelemetryCorrelation/Microsoft.AspNet.TelemetryCorrelation.csproj

+3-2
Original file line numberDiff line numberDiff line change
@@ -42,16 +42,17 @@
4242
<!--https://docs.microsoft.com/en-us/nuget/schema/msbuild-targets-->
4343
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
4444
<IncludeSymbols>True</IncludeSymbols>
45+
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
4546
<!--PackageOutputPath>Defined in Directory.Build.props</PackageOutputPath-->
4647
<PackageId>Microsoft.AspNet.TelemetryCorrelation</PackageId>
4748
<!--PackageVersion is defined in from VersionPrefix and VersionSuffix -->
4849
<!--PackageVersion></PackageVersion-->
49-
<Authors>Microsoft,aspnet</Authors>
50+
<Authors>Microsoft</Authors>
5051
<Title>Microsoft Asp.Net telemetry correlation</Title>
5152
<Description>A module that instruments incoming request with System.Diagnostics.Activity and notifies listeners with DiagnosticsSource.</Description>
5253
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
5354
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
54-
<PackageLicenseUrl>http://www.microsoft.com/web/webpi/eula/net_library_eula_ENU.htm</PackageLicenseUrl>
55+
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
5556
<PackageProjectUrl>http://www.asp.net/</PackageProjectUrl>
5657
<PackageIconUrl>http://go.microsoft.com/fwlink/?LinkID=288859</PackageIconUrl>
5758
<PackageTags>Diagnostics DiagnosticSource Correlation Activity ASP.NET</PackageTags>

tools/Common.props

-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
<VersionMajor>1</VersionMajor>
2828
<VersionMinor>0</VersionMinor>
2929
<VersionRelease>6</VersionRelease>
30-
<VersionBuild>beta1</VersionBuild>
3130

3231
<VersionBuild Condition="'$(VersionBuild)' == '' OR '$(VersionBuild)' == '0'">$([MSBuild]::Add(1, $([MSBuild]::Subtract($([System.DateTime]::Now.Year), $(VersionStartYear)))))$([System.DateTime]::Now.ToString("MMdd"))</VersionBuild>
3332
<VersionRevision Condition="'$(VersionRevision)' == ''">0</VersionRevision>

0 commit comments

Comments
 (0)