Skip to content

Commit 7176add

Browse files
committed
v1.5.0
1 parent ded6619 commit 7176add

File tree

17 files changed

+20
-24
lines changed

17 files changed

+20
-24
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# v1.5.0 (07 December 2024)
2+
- [#791](https://github.com/zzzprojects/System.Linq.Dynamic.Core/pull/791) - Add Json support [feature] contributed by [StefH](https://github.com/StefH)
3+
- [#857](https://github.com/zzzprojects/System.Linq.Dynamic.Core/pull/857) - RestrictOrderByToPropertyOrField [feature] contributed by [StefH](https://github.com/StefH)
4+
- [#789](https://github.com/zzzprojects/System.Linq.Dynamic.Core/issues/789) - Add JSON support [feature]
5+
16
# v1.4.9 (16 November 2024)
27
- [#853](https://github.com/zzzprojects/System.Linq.Dynamic.Core/pull/853) - Add .NET 9 contributed by [StefH](https://github.com/StefH)
38

Generate-ReleaseNotes.bat

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

3-
SET version=v1.4.9
3+
SET version=v1.5.0
44

55
GitHubReleaseNotes --output CHANGELOG.md --exclude-labels invalid question documentation wontfix environment --language en --version %version% --token %GH_TOKEN%

NuGet.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ del /S *.nupkg
66

77
VS rebuild
88

9-
dotnet nuget push **\*.nupkg --source https://api.nuget.org/v3/index.json --api-key x
9+
dotnet nuget push **\*.nupkg --source https://api.nuget.org/v3/index.json --skip-duplicate --api-key x

src/EntityFramework.DynamicLinq/EntityFramework.DynamicLinq.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<PackageTags>system;linq;dynamic;entityframework;core;async</PackageTags>
1111
<ProjectGuid>{D3804228-91F4-4502-9595-39584E510000}</ProjectGuid>
1212
<TargetFrameworks>net45;net452;net46;netstandard2.1</TargetFrameworks>
13-
<Version>1.4.$(PatchVersion)</Version>
13+
<Version>1.5.$(PatchVersion)</Version>
1414
</PropertyGroup>
1515

1616
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">

src/Microsoft.EntityFrameworkCore.DynamicLinq.EFCore2/Microsoft.EntityFrameworkCore.DynamicLinq.EFCore2.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<PackageTags>system;linq;dynamic;entityframework;core;async</PackageTags>
1111
<ProjectGuid>{D3804228-91F4-4502-9595-39584E510001}</ProjectGuid>
1212
<TargetFrameworks>netstandard2.0</TargetFrameworks>
13-
<Version>2.4.$(PatchVersion)</Version>
13+
<Version>2.5.$(PatchVersion)</Version>
1414
</PropertyGroup>
1515

1616
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">

src/Microsoft.EntityFrameworkCore.DynamicLinq.EFCore3/Microsoft.EntityFrameworkCore.DynamicLinq.EFCore3.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<PackageTags>system;linq;dynamic;entityframework;core;async</PackageTags>
1111
<ProjectGuid>{7994FECC-965C-4A5D-8B0E-1A6EA769D4BE}</ProjectGuid>
1212
<TargetFrameworks>netstandard2.0</TargetFrameworks>
13-
<Version>3.4.$(PatchVersion)</Version>
13+
<Version>3.5.$(PatchVersion)</Version>
1414
</PropertyGroup>
1515

1616
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">

src/Microsoft.EntityFrameworkCore.DynamicLinq.EFCore5/Microsoft.EntityFrameworkCore.DynamicLinq.EFCore5.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<PackageTags>system;linq;dynamic;entityframework;core;async</PackageTags>
1111
<ProjectGuid>{D3804228-91F4-4502-9595-39584E519901}</ProjectGuid>
1212
<TargetFrameworks>netstandard2.1;net5.0</TargetFrameworks>
13-
<Version>5.4.$(PatchVersion)</Version>
13+
<Version>5.5.$(PatchVersion)</Version>
1414
</PropertyGroup>
1515

1616
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">

src/Microsoft.EntityFrameworkCore.DynamicLinq.EFCore6/Microsoft.EntityFrameworkCore.DynamicLinq.EFCore6.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<PackageTags>system;linq;dynamic;entityframework;core;async</PackageTags>
1111
<ProjectGuid>{D28F6393-B56B-40A2-AF67-E8D669F42546}</ProjectGuid>
1212
<TargetFrameworks>net6.0</TargetFrameworks>
13-
<Version>6.4.$(PatchVersion)</Version>
13+
<Version>6.5.$(PatchVersion)</Version>
1414
</PropertyGroup>
1515

1616
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">

src/Microsoft.EntityFrameworkCore.DynamicLinq.EFCore7/Microsoft.EntityFrameworkCore.DynamicLinq.EFCore7.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<PackageTags>system;linq;dynamic;entityframework;core;async</PackageTags>
1111
<ProjectGuid>{FB2F4C99-EC34-4D29-87E2-944B25D90ef7}</ProjectGuid>
1212
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
13-
<Version>7.4.$(PatchVersion)</Version>
13+
<Version>7.5.$(PatchVersion)</Version>
1414
</PropertyGroup>
1515

1616
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">

src/Microsoft.EntityFrameworkCore.DynamicLinq.EFCore8/Microsoft.EntityFrameworkCore.DynamicLinq.EFCore8.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<PackageTags>system;linq;dynamic;entityframework;core;async</PackageTags>
1111
<ProjectGuid>{9000129D-322D-4FE6-9C47-75464577C374}</ProjectGuid>
1212
<TargetFrameworks>net8.0</TargetFrameworks>
13-
<Version>8.4.$(PatchVersion)</Version>
13+
<Version>8.5.$(PatchVersion)</Version>
1414
</PropertyGroup>
1515

1616
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">

0 commit comments

Comments
 (0)