Skip to content

Commit 13211fa

Browse files
committed
version 2.2.9
1 parent 1e3e484 commit 13211fa

6 files changed

Lines changed: 4 additions & 1 deletion

File tree

ReleaseNotes.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 2.2.9
2+
fix: fixed error with instantiated generic method on types (which is impossible in normal conditions, but fine for Unity AOT runtime).
3+
14
# 2.2.8
25
- made AotCompilation.IsAotRuntime is mutable, this will allow to signal for AOT runtime and suppress further checks.
36

src/GameDevWare.Dynamic.Expressions/GameDevWare.Dynamic.Expressions.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFrameworks>net35;net45;netstandard1.3;netcoreapp2.0</TargetFrameworks>
55
<Authors>Denis Zykov</Authors>
6-
<Version>2.2.8</Version>
6+
<Version>2.2.9</Version>
77
<PackageId>GameDevWare.Dynamic.Expressions</PackageId>
88
<Product>GameDevWare.Dynamic.Expressions</Product>
99
<Description>C# expression parsing and execution library.

0 commit comments

Comments
 (0)