Skip to content

Commit d783def

Browse files
committed
Nuget License configuration
1 parent b14ba78 commit d783def

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

-31.3 KB
Binary file not shown.

Devlord.Utilities.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ EndProject
1010
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{33918F2B-0111-483C-B796-328D8AB07E35}"
1111
ProjectSection(SolutionItems) = preProject
1212
appveyor.yml = appveyor.yml
13-
LICENSE = LICENSE
13+
LICENSE.txt = LICENSE.txt
1414
README.md = README.md
1515
images\devlord-105.png = images\devlord-105.png
1616
.github\workflows\dotnet.yml = .github\workflows\dotnet.yml
File renamed without changes.

src/Devlord.Utilities.Mail/Devlord.Utilities.Mail.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<Authors>devlord</Authors>
1010
<PackageProjectUrl>https://github.com/lorddev/utilities</PackageProjectUrl>
1111
<Copyright>Copyright © 2026 Aaron Lord</Copyright>
12-
<PackageLicense>LICENSE</PackageLicense>
12+
<PackageLicenseExpression>GPL-3.0-only</PackageLicenseExpression>
1313
<PackageIcon>devlord-105.png</PackageIcon>
1414
<RepositoryUrl>https://github.com/lorddev/utilities</RepositoryUrl>
1515
<RepositoryType>Git</RepositoryType>
@@ -20,7 +20,7 @@
2020
</PropertyGroup>
2121

2222
<ItemGroup>
23-
<None Include="..\..\LICENSE" Pack="true" PackagePath="" />
23+
<None Include="..\..\LICENSE.txt" Pack="true" PackagePath="" />
2424
<None Include="README.md" Pack="true" PackagePath="\" />
2525
<None Include="..\..\images\devlord-105.png" Pack="true" PackagePath="" />
2626
</ItemGroup>

src/Devlord.Utilities.MapsApi/Devlord.Utilities.MapsApi.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<Authors>devlord</Authors>
1010
<PackageProjectUrl>https://github.com/lorddev/utilities</PackageProjectUrl>
1111
<Copyright>Copyright © 2026 Aaron Lord</Copyright>
12-
<PackageLicense>LICENSE</PackageLicense>
12+
<PackageLicenseExpression>GPL-3.0-only</PackageLicenseExpression>
1313
<PackageIcon>devlord-105.png</PackageIcon>
1414
<RepositoryUrl>https://github.com/lorddev/utilities</RepositoryUrl>
1515
<RepositoryType>Git</RepositoryType>
@@ -20,7 +20,7 @@
2020
</PropertyGroup>
2121

2222
<ItemGroup>
23-
<None Include="..\..\LICENSE" Pack="true" PackagePath="" />
23+
<None Include="..\..\LICENSE.txt" Pack="true" PackagePath="" />
2424
<None Include="README.md" Pack="true" PackagePath="\" />
2525
<None Include="..\..\images\devlord-105.png" Pack="true" PackagePath="" />
2626
</ItemGroup>

src/Devlord.Utilities/Devlord.Utilities.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<Authors>devlord</Authors>
1111
<PackageProjectUrl>https://github.com/lorddev/utilities</PackageProjectUrl>
1212
<Copyright>Copyright © 2026 Aaron Lord</Copyright>
13-
<PackageLicense>LICENSE</PackageLicense>
13+
<PackageLicenseExpression>GPL-3.0-only</PackageLicenseExpression>
1414
<PackageIcon>devlord-105.png</PackageIcon>
1515
<RepositoryUrl>https://github.com/lorddev/utilities</RepositoryUrl>
1616
<RepositoryType>Git</RepositoryType>
@@ -36,7 +36,7 @@
3636
</Compile>
3737
</ItemGroup>
3838
<ItemGroup>
39-
<None Include="..\..\LICENSE" Pack="true" PackagePath="" />
39+
<None Include="..\..\LICENSE.txt" Pack="true" PackagePath="" />
4040
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
4141
<None Include="..\..\images\devlord-105.png" Pack="true" PackagePath="" />
4242
</ItemGroup>

0 commit comments

Comments
 (0)