Skip to content

Commit

Permalink
Fix Release Action - *.nupkg version not being updated (#36)
Browse files Browse the repository at this point in the history
* move version props import

* update build props
  • Loading branch information
Heathermcx authored May 27, 2024
1 parent d15aa50 commit 0afdbe7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Directory.Build.props

This file was deleted.

2 changes: 2 additions & 0 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@
<ImplicitUsings>enable</ImplicitUsings>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
</PropertyGroup>

<Import Project="..\build\Version.props" />
</Project>

0 comments on commit 0afdbe7

Please sign in to comment.