Skip to content

Commit f49ed17

Browse files
committed
Bump version to 1.5.0
1 parent d3d5d61 commit f49ed17

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ name: CI Build
33
env:
44
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
55
DOTNET_CLI_TELEMETRY_OPTOUT: true
6-
BUILD_VERSION: 1.4.1
6+
BUILD_VERSION: 1.5.0
77
PACKAGE_RELEASE_NOTES: |
8-
Fixes CodeHighlightThemeNameProperty resolving
8+
Updates the tfm and packages
9+
Disable IsEditable when IsDynamicCodeSupported false
10+
Add exception handlers to TextMate loading
911
# NOTE: Instead of , use %2c
1012

1113
on:

0 commit comments

Comments
 (0)