Skip to content

Commit

Permalink
Update to version 1.9 and bundle the readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
natemcmaster committed Sep 25, 2021
1 parent 155b21e commit 52dc30d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/natemcmaster/dotnet-serve</PackageProjectUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<RepositoryUrl>https://github.com/natemcmaster/dotnet-serve</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<IsPackable>false</IsPackable>
Expand All @@ -24,7 +25,7 @@

<PropertyGroup>
<BuildNumber Condition=" '$(BuildNumber)' == '' ">$([MSBuild]::ValueOrDefault($(GITHUB_RUN_NUMBER), 0))</BuildNumber>
<VersionPrefix>1.8.$(BuildNumber)</VersionPrefix>
<VersionPrefix>1.9.$(BuildNumber)</VersionPrefix>
<SourceRevisionId Condition="'$(SourceRevisionId)' == ''">$(GITHUB_SHA)</SourceRevisionId>
<PackageDescription>$(Description)</PackageDescription>
<PackageDescription Condition="'$(SourceRevisionId)' != ''">$(PackageDescription)
Expand Down
3 changes: 3 additions & 0 deletions src/dotnet-serve/dotnet-serve.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,8 @@
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="3.1.0" />
<PackageReference Include="DotNetConfig" Version="1.0.6" />
<PackageReference Include="Portable.BouncyCastle" Version="1.8.10" />

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

</Project>

0 comments on commit 52dc30d

Please sign in to comment.