Skip to content

Commit 160eadf

Browse files
author
Daniele Corsini
committed
Fix license
1 parent 0116ae8 commit 160eadf

3 files changed

Lines changed: 679 additions & 4 deletions

File tree

src/Corsinvest.ProxmoxVE.Api.Extension/Corsinvest.ProxmoxVE.Api.Extension.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@
1111
<AssemblyTitle>Corsinvest for Proxmox VE Api Client Extension</AssemblyTitle>
1212
<Description>Corsinvest for Proxmox VE Api Client Extension</Description>
1313

14-
<License>https://raw.githubusercontent.com/Corsinvest/cv4pve-api-dotnet/master/LICENSE</License>
14+
<PackageLicenseExpression>GPL-3.0-or-later</PackageLicenseExpression>
1515
<PackageProjectUrl>https://github.com/Corsinvest/cv4pve-api-dotnet</PackageProjectUrl>
1616
<PackageTags>ProxmoxVE;Api,Client;Rest;Corsinvest;</PackageTags>
17-
<PackageIconUrl>http://www.corsinvest.com/wp-content/uploads/2017/11/EVE-logo.png</PackageIconUrl>
17+
<PackageIconUrl>https://www.corsinvest.it/wp-content/uploads/2016/08/Corsinvest.ico</PackageIconUrl>
18+
<PackageReleaseNotes></PackageReleaseNotes>
1819
</PropertyGroup>
1920

2021
<ItemGroup>

src/Corsinvest.ProxmoxVE.Api/Corsinvest.ProxmoxVE.Api.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
<AssemblyTitle>Corsinvest for Proxmox VE Api Client</AssemblyTitle>
1212
<Description>Corsinvest for Proxmox VE Api Client</Description>
1313

14-
<License>https://raw.githubusercontent.com/Corsinvest/cv4pve-api-dotnet/master/LICENSE</License>
14+
<PackageLicenseExpression>GPL-3.0-or-later</PackageLicenseExpression>
1515
<PackageProjectUrl>https://github.com/Corsinvest/cv4pve-api-dotnet</PackageProjectUrl>
1616
<PackageTags>ProxmoxVE;Api,Client;Rest;Corsinvest;</PackageTags>
17-
<PackageIconUrl>http://www.corsinvest.com/logo.png</PackageIconUrl>
17+
<PackageIconUrl>https://www.corsinvest.it/wp-content/uploads/2016/08/Corsinvest.ico</PackageIconUrl>
1818
<PackageReleaseNotes></PackageReleaseNotes>
1919
</PropertyGroup>
2020

0 commit comments

Comments
 (0)