From f49ed177d10bc0a940ce6a184048b7f1ce069706 Mon Sep 17 00:00:00 2001 From: SKProCH Date: Thu, 28 Mar 2024 23:56:35 +0300 Subject: [PATCH] Bump version to 1.5.0 --- .github/workflows/build.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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: