Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release commit for v2.10.1 #194

Merged
merged 1 commit into from
Apr 21, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
# Change Log
All notable changes to this project will be documented in this file.

## 2.10.1 (2021-04-21)
### AWSXRayRecorder.Core (2.10.1)
#### Fixed
- Bump System.Net.Http from 4.3.3 to 4.3.4 in /sdk/src/Core [PR#193](https://github.com/aws/aws-xray-sdk-dotnet/pull/193)

### AWSXRayRecorder.Handlers.AwsSdk (2.8.3)
- Bumped version to address AWSXRayRecorder.Core package change

### AWSXRayRecorder.Handlers.EntityFramework (1.1.1)
- Bumped version to address AWSXRayRecorder.Core package change

### AWSXRayRecorder.Handlers.AspNet (2.7.3)
- Bumped version to address AWSXRayRecorder.Core package change

### AWSXRayRecorder.Handlers.AspNetCore (2.7.3)
- Bumped version to address AWSXRayRecorder.Core package change

### AWSXRayRecorder.Handlers.SqlServer (2.7.3)
- Bumped version to address AWSXRayRecorder.Core package change

### AWSXRayRecorder.Handlers.System.Net (2.7.3)
- Bumped version to address AWSXRayRecorder.Core package change

## 2.10.0 (2021-03-02)
### AWSXRayRecorder.Core (2.10.0)
#### Fixed
Expand Down
26 changes: 13 additions & 13 deletions sdk/AWSXRayRecorder.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>AWSXRayRecorder</id>
<version>2.10.0</version>
<version>2.10.1</version>
<title>AWS X-Ray Recorder</title>
<authors>AWS Web Service</authors>
<licenseUrl>http://aws.amazon.com/apache2.0/</licenseUrl>
Expand All @@ -15,20 +15,20 @@
<tags>AWS Amazon cloud AWSXRay XRay</tags>
<dependencies>
<group targetFramework=".NETFramework4.5">
<dependency id="AWSXRayRecorder.Core" version="2.10.0" />
<dependency id="AWSXRayRecorder.Handlers.AspNet" version="2.7.2" />
<dependency id="AWSXRayRecorder.Handlers.AwsSdk" version="2.8.2" />
<dependency id="AWSXRayRecorder.Handlers.EntityFramework" version="1.1.0" />
<dependency id="AWSXRayRecorder.Handlers.SqlServer" version="2.7.2" />
<dependency id="AWSXRayRecorder.Handlers.System.Net" version="2.7.2" />
<dependency id="AWSXRayRecorder.Core" version="2.10.1" />
<dependency id="AWSXRayRecorder.Handlers.AspNet" version="2.7.3" />
<dependency id="AWSXRayRecorder.Handlers.AwsSdk" version="2.8.3" />
<dependency id="AWSXRayRecorder.Handlers.EntityFramework" version="1.1.1" />
<dependency id="AWSXRayRecorder.Handlers.SqlServer" version="2.7.3" />
<dependency id="AWSXRayRecorder.Handlers.System.Net" version="2.7.3" />
</group>
<group targetFramework=".NETStandard2.0">
<dependency id="AWSXRayRecorder.Core" version="2.10.0" />
<dependency id="AWSXRayRecorder.Handlers.AspNetCore" version="2.7.2" />
<dependency id="AWSXRayRecorder.Handlers.AwsSdk" version="2.8.2" />
<dependency id="AWSXRayRecorder.Handlers.EntityFramework" version="1.1.0" />
<dependency id="AWSXRayRecorder.Handlers.SqlServer" version="2.7.2" />
<dependency id="AWSXRayRecorder.Handlers.System.Net" version="2.7.2" />
<dependency id="AWSXRayRecorder.Core" version="2.10.1" />
<dependency id="AWSXRayRecorder.Handlers.AspNetCore" version="2.7.3" />
<dependency id="AWSXRayRecorder.Handlers.AwsSdk" version="2.8.3" />
<dependency id="AWSXRayRecorder.Handlers.EntityFramework" version="1.1.1" />
<dependency id="AWSXRayRecorder.Handlers.SqlServer" version="2.7.3" />
<dependency id="AWSXRayRecorder.Handlers.System.Net" version="2.7.3" />
</group>
</dependencies>
</metadata>
Expand Down
6 changes: 3 additions & 3 deletions sdk/src/Core/AWSXRayRecorder.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<Company>Amazon.com, Inc</Company>
<Product>Amazon Web Service X-Ray Recorder</Product>
<Copyright>Copyright 2017-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.</Copyright>
<AssemblyVersion>2.10.0.0</AssemblyVersion>
<FileVersion>2.10.0.0</FileVersion>
<Version>2.10.0</Version>
<AssemblyVersion>2.10.1.0</AssemblyVersion>
<FileVersion>2.10.1.0</FileVersion>
<Version>2.10.1</Version>
<RootNamespace>Amazon.XRay.Recorder.Core</RootNamespace>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>../../../buildtools/local-development.snk</AssemblyOriginatorKeyFile>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<Company>Amazon.com, Inc</Company>
<Product>Amazon Web Service X-Ray Recorder</Product>
<Copyright>Copyright 2017-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.</Copyright>
<AssemblyVersion>2.7.2.0</AssemblyVersion>
<FileVersion>2.7.2.0</FileVersion>
<Version>2.7.2</Version>
<AssemblyVersion>2.7.3.0</AssemblyVersion>
<FileVersion>2.7.3.0</FileVersion>
<Version>2.7.3</Version>
<RootNamespace>Amazon.XRay.Recorder.Handlers.AspNet</RootNamespace>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>../../../../buildtools/local-development.snk</AssemblyOriginatorKeyFile>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<Company>Amazon.com, Inc</Company>
<Product>Amazon Web Service X-Ray Recorder</Product>
<Copyright>Copyright 2017-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.</Copyright>
<AssemblyVersion>2.7.2.0</AssemblyVersion>
<FileVersion>2.7.2.0</FileVersion>
<Version>2.7.2</Version>
<AssemblyVersion>2.7.3.0</AssemblyVersion>
<FileVersion>2.7.3.0</FileVersion>
<Version>2.7.3</Version>
<SignAssembly>true</SignAssembly>
<RootNamespace>Amazon.XRay.Recorder.Handlers.AspNetCore</RootNamespace>
<AssemblyOriginatorKeyFile>../../../../buildtools/local-development.snk</AssemblyOriginatorKeyFile>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<Company>Amazon.com, Inc</Company>
<Product>Amazon Web Service X-Ray Recorder</Product>
<Copyright>Copyright 2017-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.</Copyright>
<AssemblyVersion>2.8.2.0</AssemblyVersion>
<FileVersion>2.8.2.0</FileVersion>
<Version>2.8.2</Version>
<AssemblyVersion>2.8.3.0</AssemblyVersion>
<FileVersion>2.8.3.0</FileVersion>
<Version>2.8.3</Version>
<RootNamespace>Amazon.XRay.Recorder.Handlers.AwsSdk</RootNamespace>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>../../../../buildtools/local-development.snk</AssemblyOriginatorKeyFile>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<Company>Amazon.com, Inc</Company>
<Product>Amazon Web Service X-Ray Recorder</Product>
<Copyright>Copyright 2017-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.</Copyright>
<AssemblyVersion>1.1.0.0</AssemblyVersion>
<FileVersion>1.1.0.0</FileVersion>
<Version>1.1.0</Version>
<AssemblyVersion>1.1.1.0</AssemblyVersion>
<FileVersion>1.1.1.0</FileVersion>
<Version>1.1.1</Version>
<AssemblyName>AWSXRayRecorder.Handlers.EntityFramework</AssemblyName>
<RootNamespace>Amazon.XRay.Recorder.Handlers.EntityFramework</RootNamespace>
<Authors>Amazon Web Services</Authors>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<Company>Amazon.com, Inc</Company>
<Product>Amazon Web Service X-Ray Recorder</Product>
<Copyright>Copyright 2017-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.</Copyright>
<AssemblyVersion>2.7.2.0</AssemblyVersion>
<FileVersion>2.7.2.0</FileVersion>
<Version>2.7.2</Version>
<AssemblyVersion>2.7.3.0</AssemblyVersion>
<FileVersion>2.7.3.0</FileVersion>
<Version>2.7.3</Version>
<RootNamespace>Amazon.XRay.Recorder.Handlers.SqlServer</RootNamespace>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>../../../../buildtools/local-development.snk</AssemblyOriginatorKeyFile>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<Company>Amazon.com, Inc</Company>
<Product>Amazon Web Service X-Ray Recorder</Product>
<Copyright>Copyright 2017-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.</Copyright>
<AssemblyVersion>2.7.2.0</AssemblyVersion>
<FileVersion>2.7.2.0</FileVersion>
<Version>2.7.2</Version>
<AssemblyVersion>2.7.3.0</AssemblyVersion>
<FileVersion>2.7.3.0</FileVersion>
<Version>2.7.3</Version>
<RootNamespace>Amazon.XRay.Recorder.Handlers.System.Net</RootNamespace>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>../../../../buildtools/local-development.snk</AssemblyOriginatorKeyFile>
Expand Down