Skip to content

Commit

Permalink
Bump version to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SKProCH committed Mar 28, 2024
1 parent d3d5d61 commit f49ed17
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f49ed17

Please sign in to comment.