Skip to content

Commit ceef0fd

Browse files
committed
1.0.23.0
1 parent 4120007 commit ceef0fd

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 1.0.23.0 (26 March 2020)
2+
- [#357](https://github.com/StefH/System.Linq.Dynamic.Core/pull/357) - Prioritize property or field over the type / Fix find for static property or field contributed by [konzen](https://github.com/konzen)
3+
- [#360](https://github.com/StefH/System.Linq.Dynamic.Core/pull/360) - Support for Blazor webassembly [feature] contributed by [julienGrd](https://github.com/julienGrd)
4+
- [#355](https://github.com/StefH/System.Linq.Dynamic.Core/issues/355) - Parser issue - NullReferenceException [bug]
5+
- [#358](https://github.com/StefH/System.Linq.Dynamic.Core/issues/358) - [Blazor webassembly] library not working with linker disabled [feature]
6+
17
# 1.0.22.0 (18 March 2020)
28
- [#352](https://github.com/StefH/System.Linq.Dynamic.Core/pull/352) - Nested Cosmos Db compatibility contributed by [countincognito](https://github.com/countincognito)
39
- [#354](https://github.com/StefH/System.Linq.Dynamic.Core/pull/354) - Fix correctly type cast of nulls (and other constants) contributed by [rockResolve](https://github.com/rockResolve)

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
</PropertyGroup>
55

66
<PropertyGroup>
7-
<VersionPrefix>1.0.22</VersionPrefix>
7+
<VersionPrefix>1.0.23</VersionPrefix>
88
</PropertyGroup>
99

1010
<Choose>

GitHubReleaseNotes.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
https://github.com/StefH/GitHubReleaseNotes
22

3-
GitHubReleaseNotes.exe . --output CHANGELOG.md --skip-empty-releases --exclude-labels invalid question --language en --version 1.0.22.0
3+
GitHubReleaseNotes.exe . --output CHANGELOG.md --skip-empty-releases --exclude-labels invalid question --language en --version 1.0.23.0

0 commit comments

Comments
 (0)