Skip to content

Commit

Permalink
feat: update csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
bluetianx committed Dec 2, 2024
1 parent 116748b commit 33f4d35
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/BirdMessenger/BirdMessenger.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@
<Authors>BruceTian</Authors>
<PackageTags>tus;resumable file uploads</PackageTags>
<PackageProjectUrl>https://github.com/bluetianx/BirdMessenger</PackageProjectUrl>
<RepositoryUrl>https://github.com/bluetianx/BirdMessenger</RepositoryUrl>
<Description>DotNET client implementation of the Tus protocol for resumable file uploads</Description>
<PackageIcon>logo.png</PackageIcon>
<PackageIconUrl>https://github.com/bluetianx/BirdMessenger/blob/master/docs/img/logo.png</PackageIconUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<TargetFrameworks>net5.0;net6.0;net7.0;net8.0;netstandard2.0</TargetFrameworks>
</PropertyGroup>
Expand Down

0 comments on commit 33f4d35

Please sign in to comment.