diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9301df1..4d3ff3a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,9 +3,11 @@ name: CI Build env: DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true DOTNET_CLI_TELEMETRY_OPTOUT: true - BUILD_VERSION: 1.4.1 + BUILD_VERSION: 1.5.0 PACKAGE_RELEASE_NOTES: | - Fixes CodeHighlightThemeNameProperty resolving + Updates the tfm and packages + Disable IsEditable when IsDynamicCodeSupported false + Add exception handlers to TextMate loading # NOTE: Instead of , use %2c on: