Skip to content

Commit 96cf73b

Browse files
committed
Version 2.7 introduces an ever so slight [BREAKING CHANGE] in that identifiers comprised of unicode characters no longer need to be prefixed with _ and other invalid characters are now removed instead of being replaced with _
1 parent 7b1d877 commit 96cf73b

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# GodotSharp.SourceGenerators
22

33
C# Source Generators for use with the Godot Game Engine
4+
45
- NB: On GitHub, items marked as [NEW] are only available in pre-release
6+
- NB: Version 2.7 introduces an ever so slight [BREAKING CHANGE] in that identifiers comprised of unicode characters no longer need to be prefixed with `_` and other invalid characters are now removed instead of being replaced with `_`.
7+
58
* `SceneTree` class attribute:
69
* Provides strongly typed access to the scene hierarchy (via `_` operator)
710
* Generates direct access to uniquely named nodes via class properties

SourceGenerators/SourceGenerators.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
<PropertyGroup>
1616
<Description>
1717
C# Source Generators for use with the Godot Game Engine
18+
19+
- NB: Version 2.7 introduces an ever so slight [BREAKING CHANGE] in that identifiers comprised of unicode characters no longer need to be prefixed with `_` and other invalid characters are now removed instead of being replaced with `_`.
20+
1821
* `SceneTree` class attribute:
1922
-- Provides strongly typed access to the scene hierarchy (via `_` operator)
2023
-- Generates direct access to uniquely named nodes via class properties

0 commit comments

Comments
 (0)