Skip to content

Commit

Permalink
Fix package version
Browse files Browse the repository at this point in the history
  • Loading branch information
dorssel committed Nov 22, 2024
1 parent 8980161 commit bc1a9eb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@ SPDX-License-Identifier: MIT
</PropertyGroup>
</Target>

<Target Name="SetPackageVersion" AfterTargets="GetVersion">
<PropertyGroup>
<PackageVersion>$(GitVersion_MajorMinorPatch)</PackageVersion>
</PropertyGroup>
</Target>

<!-- "self-reference" bootstrapping -->
<PropertyGroup>
<GitVersionAssemblyFile>$(MSBuildThisFileDirectory)GitVersion.MsBuild\bin\Bootstrap\netstandard2.0\Dorssel.GitVersion.MsBuild.dll</GitVersionAssemblyFile>
Expand Down

0 comments on commit bc1a9eb

Please sign in to comment.