Skip to content

Commit

Permalink
Have DLLs stamped with version too (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtmk committed Jul 3, 2023
1 parent f5e4b7f commit fff576c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@

<PropertyGroup>
<!-- NuGet Packaging -->
<PackageVersion>$([System.IO.File]::ReadAllText("$(MSBuildThisFileDirectory)..\version.txt"))</PackageVersion>
<Version>$([System.IO.File]::ReadAllText("$(MSBuildThisFileDirectory)..\version.txt"))</Version>
<PackageVersion>$(Version)</PackageVersion>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Company>CNCF</Company>
<Authors>The NATS Authors</Authors>
Expand Down

0 comments on commit fff576c

Please sign in to comment.