Skip to content

Commit

Permalink
Remove PackageLicenseUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
jerviscui committed Mar 29, 2024
1 parent 7a3a136 commit 0db6412
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/RetryCore/RetryCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<LangVersion>latest</LangVersion>

<Version>0.3.2</Version>
<Version>0.3.3</Version>
<PackageId>$(AssemblyName)</PackageId>
<Description>A library for retrying operations.</Description>
<Authors>jerviscui</Authors>
Expand All @@ -17,14 +17,13 @@
<Copyright>Copyright 2023 $(Authors)</Copyright>
<PackageIcon></PackageIcon>
<PackageProjectUrl>https://github.com/jerviscui/Retry</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/jerviscui/Retry/blob/main/LICENSE</PackageLicenseUrl>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
<PackageReadmeFile>README.md</PackageReadmeFile>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/jerviscui/Retry</RepositoryUrl>
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
<IsPackable>True</IsPackable>

<IsPackable>True</IsPackable>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 0db6412

Please sign in to comment.