Skip to content

Commit 7badc86

Browse files
authored
Release 2.1.11 (#45)
1 parent 8b34165 commit 7badc86

2 files changed

Lines changed: 12 additions & 6 deletions

File tree

Backtrace/Backtrace.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
77
<PackageTags>Backtrace Error Diagnostic Tools Debug Bug Bugs StackTrace</PackageTags>
88
<tags>Backtrace Error Diagnostic Tools Debug Bug Bugs StackTrace</tags>
9-
<PackageVersion>2.1.10</PackageVersion>
9+
<PackageVersion>2.1.11</PackageVersion>
1010
<Product>Backtrace</Product>
1111
<PackageLicenseFile>LICENSE</PackageLicenseFile>
1212
<projectUrl>https://github.com/backtrace-labs/backtrace-csharp</projectUrl>
@@ -18,14 +18,14 @@
1818
<Summary>Backtrace's integration with C# app allows customers to catch and report handled and unhandled C# exceptions to their Backtrace instance, instantly offering the ability to prioritize and debug errors.</Summary>
1919
<RepositoryUrl>https://github.com/backtrace-labs/backtrace-csharp</RepositoryUrl>
2020
<NeutralLanguage>en</NeutralLanguage>
21-
<Version>2.1.10</Version>
21+
<Version>2.1.11</Version>
2222
<PackageLanguage>en-US</PackageLanguage>
2323
<Copyright>Backtrace I/O</Copyright>
2424
<Authors>Backtrace I/O</Authors>
2525
<Owners>Backtrace I/O</Owners>
2626
<Company>Backtrace I/O</Company>
27-
<AssemblyVersion>2.1.10.0</AssemblyVersion>
28-
<FileVersion>2.1.10.0</FileVersion>
27+
<AssemblyVersion>2.1.11.0</AssemblyVersion>
28+
<FileVersion>2.1.11.0</FileVersion>
2929
<PackageReadmeFile>README.md</PackageReadmeFile>
3030
</PropertyGroup>
3131

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,24 @@
11
# Backtrace C# Release Notes
22

3+
## Version 2.1.11 - 26.09.2024
4+
5+
Bugfix:
6+
- Fixed an Exception due to unsupported `process.TotalProcessorTime` usage (#44).
7+
38
## Version 2.1.10 - 02.07.2024
49

510
Improvements:
11+
612
- Updated dependencies to the latest verison.
713
- On uncaught exception, store a report in the database rather sending it to API. If the database is not available, try sending a report to the server (#36).
814
- Added `application.session`, `application.version`, `backtrace.agent` and `backtrace.version` attributes.
915
- Read `application.version` and `version` attributes only when the assembly is available.
1016
- Added support for the `error.type` attribute (#42).
1117
- Fixed the problem when the `guid` attribute value was set incorrectly (#43).
1218

19+
Maintenance:
1320

14-
Maintenance:
15-
- Removed codeql-analysis action
21+
- Removed codeql-analysis action
1622
- Moved testing and building to Github action (#37, #40)
1723
- Added a CICD pipeline for releasing a new version of libraries
1824

0 commit comments

Comments
 (0)