Skip to content

Commit

Permalink
Added readme to nuspec and in package
Browse files Browse the repository at this point in the history
  • Loading branch information
angalbiati committed Sep 6, 2024
1 parent 9e0c180 commit 5aaa5fa
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions DbcParserLib/DbcParserLib.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Library</OutputType>
Expand All @@ -14,6 +14,10 @@
<PackageReleaseNotes></PackageReleaseNotes>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>1.7.0</Version>
</PropertyGroup>
<PackageReleaseNotes>README.md</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
<None Include="..\README.md" Pack="true" PackagePath="\"/>
</ItemGroup>
</Project>

0 comments on commit 5aaa5fa

Please sign in to comment.