Skip to content

Commit 5aaa5fa

Browse files
committed
Added readme to nuspec and in package
1 parent 9e0c180 commit 5aaa5fa

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

DbcParserLib/DbcParserLib.csproj

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<OutputType>Library</OutputType>
@@ -14,6 +14,10 @@
1414
<PackageReleaseNotes></PackageReleaseNotes>
1515
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1616
<Version>1.7.0</Version>
17-
</PropertyGroup>
17+
<PackageReleaseNotes>README.md</PackageReleaseNotes>
18+
</PropertyGroup>
1819

20+
<ItemGroup>
21+
<None Include="..\README.md" Pack="true" PackagePath="\"/>
22+
</ItemGroup>
1923
</Project>

0 commit comments

Comments
 (0)