microsoft / ApplicationInsights-dotnet-server

Microsoft Application Insights for .NET Web Applications
https://azure.microsoft.com/services/application-insights/
133 stars 67 forks source link

Upgrade base version to 2.10 stable #1199

Closed lmolkova closed 5 years ago

lmolkova commented 5 years ago

Also fixes upgradeVersion script: it changes 2.9.0-beta4 to 2.10.0 everywhere including Version attribute on assembly:

In the <Reference Include="Microsoft.ApplicationInsights, Version=2.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> version has to be Version=2.10.0.0, not Version=2.10.0, while package version in packages.config is 2.10.0.

It was leading to build errors and I'm not sure if msbuild became pickier or something else has changed