Skip to content

Commit 30ca032

Browse files
committed
1.0.24.0
1 parent 6d00742 commit 30ca032

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.24.0 (16 April 2020)
2+
- [#367](https://github.com/StefH/System.Linq.Dynamic.Core/pull/367) - Azure Pipelines: fix Build (coverlet), use new vmImage and update NuGet dependencies for UnitTests [bug] contributed by [StefH](https://github.com/StefH)
3+
- [#368](https://github.com/StefH/System.Linq.Dynamic.Core/pull/368) - Support MethodCalls in NullPropagation function : np(...) [feature] contributed by [StefH](https://github.com/StefH)
4+
- [#370](https://github.com/StefH/System.Linq.Dynamic.Core/pull/370) - Add ValidatedNotNullAttribute (for SonarQube) [refactor] contributed by [StefH](https://github.com/StefH)
5+
- [#366](https://github.com/StefH/System.Linq.Dynamic.Core/issues/366) - Null propagation cannot be used for primitive type lists (string) [feature]
6+
17
# 1.0.23.0 (26 March 2020)
28
- [#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)
39
- [#360](https://github.com/StefH/System.Linq.Dynamic.Core/pull/360) - Support for Blazor webassembly [feature] contributed by [julienGrd](https://github.com/julienGrd)

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.23</VersionPrefix>
7+
<VersionPrefix>1.0.24</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.23.0
3+
GitHubReleaseNotes.exe . --output CHANGELOG.md --skip-empty-releases --exclude-labels invalid question --language en --version 1.0.24.0

0 commit comments

Comments
 (0)