From 499267d693054adbd94eb6fae067b3a48bc1e7b4 Mon Sep 17 00:00:00 2001
From: kdysput <konrad.dysput@gmail.com>
Date: Wed, 3 Jul 2024 12:39:32 +0200
Subject: [PATCH] Use up to date nuget properties

---
 Backtrace/Backtrace.csproj | 14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

diff --git a/Backtrace/Backtrace.csproj b/Backtrace/Backtrace.csproj
index 72d6bde..9db0be4 100644
--- a/Backtrace/Backtrace.csproj
+++ b/Backtrace/Backtrace.csproj
@@ -6,18 +6,20 @@
     <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>
@@ -25,8 +27,14 @@
     <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>