$ver = [regex]::Match((Get-Content BTCPayServer\BTCPayServer.csproj), '([^<]+)<').Groups[1].Value git tag -a "v$ver" -m "$ver" git push --tags