Skip to content

Commit

Permalink
Use up to date nuget properties
Browse files Browse the repository at this point in the history
  • Loading branch information
konraddysput committed Jul 3, 2024
1 parent ca33db4 commit 499267d
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions Backtrace/Backtrace.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,35 @@
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageTags>Backtrace Error Diagnostic Tools Debug Bug Bugs StackTrace</PackageTags>
<tags>Backtrace Error Diagnostic Tools Debug Bug Bugs StackTrace</tags>
<PackageVersion>2.1.10-alpha</PackageVersion>
<PackageVersion>2.1.10-alpha1</PackageVersion>
<Product>Backtrace</Product>
<PackageLicenseUrl>https://github.com/backtrace-labs/backtrace-csharp/blob/master/LICENSE</PackageLicenseUrl>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<projectUrl>https://github.com/backtrace-labs/backtrace-csharp</projectUrl>
<PackageIconUrl>http://backtrace.io/images/icon.png</PackageIconUrl>
<PackageIcon>http://backtrace.io/images/icon.png</PackageIcon>
<language>en-US</language>
<iconUrl>http://backtrace.io/images/icon.png</iconUrl>
<Icon>http://backtrace.io/images/icon.png</Icon>
<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>
<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>
<RepositoryUrl>https://github.com/backtrace-labs/backtrace-csharp</RepositoryUrl>
<NeutralLanguage>en</NeutralLanguage>
<Version>2.1.10-alpha</Version>
<Version>2.1.10-alpha1</Version>
<PackageLanguage>en-US</PackageLanguage>
<Copyright>Backtrace I/O</Copyright>
<Authors>Backtrace I/O</Authors>
<Owners>Backtrace I/O</Owners>
<Company>Backtrace I/O</Company>
<AssemblyVersion>2.1.10.0</AssemblyVersion>
<FileVersion>2.1.10.0</FileVersion>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<ItemGroup>
<None Include="..\README.md" Pack="true" PackagePath="\" />
<None Include="..\LICENSE" Pack="true" PackagePath="\" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>
Expand Down

0 comments on commit 499267d

Please sign in to comment.