Skip to content

Commit c5dcac4

Browse files
committed
Fixed all includes for add license in nuget package
1 parent 836af5f commit c5dcac4

File tree

3 files changed

+15
-9
lines changed

3 files changed

+15
-9
lines changed

DotnetNativeBase.sln

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ EndProject
88
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2D567AF0-62E8-42C3-8B92-72B00F24DFFC}"
99
ProjectSection(SolutionItems) = preProject
1010
.editorconfig = .editorconfig
11-
LICENSE.txt = LICENSE.txt
1211
README.md = README.md
1312
EndProjectSection
1413
EndProject

DotnetNativeBase/DotnetNativeBase.csproj

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,25 @@
1111
<PackageProjectUrl>https://github.com/DotnetNative/DotnetNativeBase</PackageProjectUrl>
1212
<RepositoryUrl>https://github.com/DotnetNative/DotnetNativeBase</RepositoryUrl>
1313
<PackageTags>naot korn dnb native</PackageTags>
14-
<Version>1.0.1</Version>
15-
<Platforms>AnyCPU;x64</Platforms>
14+
<Version>1.0.2</Version>
15+
<Platforms>x64</Platforms>
1616
<PackageReadmeFile>PACK.md</PackageReadmeFile>
17+
<IncludeContentInPack>true</IncludeContentInPack>
18+
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
1719
</PropertyGroup>
18-
19-
<ItemGroup>
20-
<None Remove="LICENSE.txt" />
21-
<None Remove="README.md" />
22-
</ItemGroup>
23-
20+
2421
<ItemGroup>
2522
<Using Include="System.Runtime.InteropServices" />
23+
<None Include="LICENSE.txt">
24+
<Pack>true</Pack>
25+
<PackagePath></PackagePath>
26+
<Visible>True</Visible>
27+
</None>
28+
<None Include="PACK.md">
29+
<Pack>true</Pack>
30+
<PackagePath></PackagePath>
31+
<Visible>True</Visible>
32+
</None>
2633
</ItemGroup>
2734

2835
</Project>
File renamed without changes.

0 commit comments

Comments
 (0)