Skip to content

Commit

Permalink
Remove package license url from csproj (#26)
Browse files Browse the repository at this point in the history
Co-authored-by: Piotr Gębalski <[email protected]>
  • Loading branch information
Piotrreek and Piotr Gębalski authored Aug 8, 2023
1 parent 5d1ad46 commit cc1c44c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Forte.Web.React/Forte.Web.React.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Nullable>enable</Nullable>
<LangVersion>latest</LangVersion>
<Packable>true</Packable>
<VersionPrefix>1.0.0.0</VersionPrefix>
<VersionPrefix>1.0.1.0</VersionPrefix>
</PropertyGroup>

<PropertyGroup>
Expand All @@ -15,7 +15,6 @@
<Authors>Forte_ Digital</Authors>
<PackageProjectUrl>https://github.com/fortedigital/Forte.Web.React</PackageProjectUrl>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageLicenseUrl>https://github.com/fortedigital/Forte.Web.React/blob/master/LICENSE</PackageLicenseUrl>
<SignAssembly>false</SignAssembly>
<RepositoryType>git</RepositoryType>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
Expand Down

0 comments on commit cc1c44c

Please sign in to comment.