Skip to content

Commit

Permalink
#11 Removed slash in PR
Browse files Browse the repository at this point in the history
  • Loading branch information
iBrotNano committed Mar 3, 2023
1 parent 0620179 commit 0468d1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
echo "Package version is $PACKAGE_VERSION"
echo "File version is $FILE_VERSION"
echo "Assembly version is $ASSEMBLY_VERSION"
sed -i -e "s/<PackageVersion>4.7.11<\/PackageVersion>/<PackageVersion>$PACKAGE_VERSION<\/PackageVersion>/g" Directory.Build.props
sed -i -e "s/<PackageVersion>4.7.11<\/PackageVersion>/<PackageVersion>${PACKAGE_VERSION/\//-}<\/PackageVersion>/g" Directory.Build.props
sed -i -e "s/<FileVersion>4.7.1.1<\/FileVersion>/<FileVersion>$FILE_VERSION<\/FileVersion>/g" Directory.Build.props
sed -i -e "s/<InformationalVersion>4.7.11<\/InformationalVersion>/<InformationalVersion>$PACKAGE_VERSION<\/InformationalVersion>/g" Directory.Build.props
sed -i -e "s/<AssemblyVersion>4.7.1.1<\/AssemblyVersion>/<AssemblyVersion>$ASSEMBLY_VERSION<\/AssemblyVersion>/g" Directory.Build.props
Expand Down

0 comments on commit 0468d1d

Please sign in to comment.