Skip to content

Commit

Permalink
Fix version number
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswalpen committed Dec 8, 2021
1 parent f8a15e7 commit 0187ffb
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 @@ -14,7 +14,7 @@ dotnet_csproj:
patch: true
file: '**\*.csproj'
version: '{version}'
package_version: $(base_version)-RC0{build}
package_version: $(base_version)-RC{build}
assembly_version: $(base_version)
file_version: '{version}'
informational_version: '{version}'
Expand Down

0 comments on commit 0187ffb

Please sign in to comment.