Skip to content

Commit

Permalink
Fix license
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhathcock committed Jul 11, 2022
1 parent 971a202 commit 1329e02
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/SparkPost/SparkPost.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@
<AssemblyVersion>2.0.0</AssemblyVersion>
<FileVersion>2.0.0</FileVersion>
<Authors>Darren Cauthon</Authors>
<PackageIconUrl>https://www.sparkpost.com/sites/default/files/attachments/SparkPost_Logo_2-Color_Gray-Orange_RGB.svg</PackageIconUrl>
<icon>https://www.sparkpost.com/sites/default/files/attachments/SparkPost_Logo_2-Color_Gray-Orange_RGB.svg</icon>
<PackageId>SparkPost</PackageId>
<license>https://github.com/darrencauthon/csharp-sparkpost/blob/master/LICENSE.md</license>
<PackageProjectUrl>https://github.com/SparkPost/csharp-sparkpost</PackageProjectUrl>
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
<PackageReleaseNotes>Added support to pass a user-agent.</PackageReleaseNotes>
<PackageTags>email</PackageTags>
<TargetFramework>netstandard2.0</TargetFramework>
Expand All @@ -23,4 +25,9 @@
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="MimeMapping" Version="1.0.1.37" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\LICENSE.md" Pack="true" PackagePath="">
<Link>LICENSE.md</Link>
</None>
</ItemGroup>
</Project>

0 comments on commit 1329e02

Please sign in to comment.