Skip to content

Commit

Permalink
Fix version patching
Browse files Browse the repository at this point in the history
  • Loading branch information
cinderblocks committed Dec 31, 2021
1 parent 37f940e commit 306d429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ cache:

dotnet_csproj:
patch: true
file: '**\*.csproj'
file: '**\*.csproj;**\*.props'
version: '{version}'
assembly_version: '{version}'
file_version: '{version}'
Expand Down

0 comments on commit 306d429

Please sign in to comment.