Skip to content

Commit

Permalink
Fix PackageDescription
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
natemcmaster committed Aug 29, 2019
1 parent 25ea418 commit af3d8b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
<PackageVersion>$(VersionPrefix)</PackageVersion>
<PackageVersion Condition="'$(IncludePreReleaseLabelInPackageVersion)' == 'true'">$(PackageVersion)-$(VersionSuffix)</PackageVersion>
<InformationalVersion Condition="'$(SourceRevisionId)' != ''">$(PackageVersion)+$(SourceRevisionId)</InformationalVersion>
<PackageDescription>$(Description)</PackageDescription>
<PackageDescription Condition="'$(SourceRevisionId)' != ''">$(PackageDescription)

This package was build from source code at $(RepositoryUrl)/tree/$(SourceRevisionId)
Expand Down

0 comments on commit af3d8b9

Please sign in to comment.