From 2cee16f59cad05937d612b9897aaafcd4ec1a0eb Mon Sep 17 00:00:00 2001 From: Aaron Stannard Date: Tue, 19 Nov 2019 08:46:34 -0600 Subject: [PATCH] V0.1.2 release notes (#31) * added v0.1.2 release notes * fixed windows release --- RELEASE_NOTES.md | 14 +++----------- build-system/windows-release.yaml | 1 + src/common.props | 5 +++-- 3 files changed, 7 insertions(+), 13 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 8c0c1d8..64fbd4d 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,11 +1,3 @@ -#### 0.1.1 November 12 2018 #### -Made the Petabridge.Tracing.ApplicationInsights strong-named using [Public Signing](https://github.com/dotnet/corefx/blob/master/Documentation/project-docs/public-signing.md#public-signing) - -#### 0.1.0 September 21 2018 #### -Initial release of Petabridge.Tracing.ApplicationInsights. - -We built this driver in order to provide a layer of [OpenTracing](http://opentracing.io/) compatibility on top of [Microsoft's Application Insights](https://azure.microsoft.com/en-us/services/application-insights/) telemetry and analytics service. - -This driver follows [the Application Insights to OpenTracing conventions](https://docs.microsoft.com/en-us/azure/application-insights/application-insights-correlation#open-tracing-and-application-insights) outlined by the Application Insights team. - -`Petabridge.Tracing.ApplicationInsights` is professionally maintained and tested by [Petabridge](http://petabridge.com/) and is used inside some of our commercial products, such as [Phobos: Enterprise Akka.NET DevOps](https://phobos.petabridge.com/). \ No newline at end of file +#### 0.1.2 November 18 2019 #### +* [Resolved: case insensitive HTTP headers](https://github.com/petabridge/Petabridge.Tracing.ApplicationInsights/issues/22) +* Updated all underlying dependencies. \ No newline at end of file diff --git a/build-system/windows-release.yaml b/build-system/windows-release.yaml index bd7e146..8d5a55d 100644 --- a/build-system/windows-release.yaml +++ b/build-system/windows-release.yaml @@ -9,6 +9,7 @@ trigger: branches: include: - refs/tags/* + pr: none variables: diff --git a/src/common.props b/src/common.props index d36784b..ba56a27 100644 --- a/src/common.props +++ b/src/common.props @@ -2,8 +2,9 @@ Copyright © 2015-2018 Petabridge Petabridge - 0.1.1 - Made the Petabridge.Tracing.ApplicationInsights strong-named using [Public Signing](https://github.com/dotnet/corefx/blob/master/Documentation/project-docs/public-signing.md#public-signing) + 0.1.2 + [Resolved: case insensitive HTTP headers](https://github.com/petabridge/Petabridge.Tracing.ApplicationInsights/issues/22) +Updated all underlying dependencies. https://petabridge.com/images/logo.png