|
4 | 4 | <TargetFrameworks>netstandard2.0;net45;net35</TargetFrameworks> |
5 | 5 | <PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> |
6 | 6 | <PackageTags>Backtrace Error Diagnostic Tools Debug Bug Bugs StackTrace</PackageTags> |
7 | | - <PackageVersion>2.1.2</PackageVersion> |
| 7 | + <PackageVersion>2.1.3</PackageVersion> |
8 | 8 | <Product>Backtrace</Product> |
9 | 9 | <PackageLicenseUrl>https://github.com/backtrace-labs/backtrace-csharp/blob/master/LICENSE</PackageLicenseUrl> |
10 | 10 | <PackageProjectUrl>https://github.com/backtrace-labs/backtrace-csharp</PackageProjectUrl> |
11 | 11 | <PackageIconUrl>http://backtrace.io/images/icon.png</PackageIconUrl> |
12 | 12 | <Description>Backtrace's integration with C# applications allows customers to capture and report handled and unhandled C# exceptions to their Backtrace instance, instantly offering the ability to prioritize and debug software errors.</Description> |
| 13 | + <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> |
13 | 14 | <RepositoryUrl>https://github.com/backtrace-labs/backtrace-csharp</RepositoryUrl> |
14 | 15 | <NeutralLanguage>en</NeutralLanguage> |
15 | | - <Version>2.1.2</Version> |
| 16 | + <Version>2.1.3</Version> |
| 17 | + <PackageLanguage>en-US</PackageLanguage> |
16 | 18 | <Copyright>Backtrace I/O</Copyright> |
17 | 19 | <Authors>Backtrace I/O</Authors> |
18 | 20 | <Company>Backtrace I/O</Company> |
19 | | - <AssemblyVersion>2.1.2.0</AssemblyVersion> |
20 | | - <FileVersion>2.1.2.0</FileVersion> |
| 21 | + <AssemblyVersion>2.1.3.0</AssemblyVersion> |
| 22 | + <FileVersion>2.1.3.0</FileVersion> |
21 | 23 | </PropertyGroup> |
22 | 24 |
|
23 | 25 | <ItemGroup> |
|
0 commit comments