Skip to content

Commit f0a2bd6

Browse files
committed
did not match pushed releases
1 parent 72ad187 commit f0a2bd6

File tree

2 files changed

+52
-2
lines changed

2 files changed

+52
-2
lines changed

CHANGELOG.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,56 @@ All notable changes to this project will be documented in this file.
88

99
All notable changes to this project will be documented in this file.
1010

11+
## [6.0.13]
12+
13+
## New Feature
14+
* use the result of the previous rule in the next rules expression by @asulwer in https://github.com/asulwer/RulesEngine/pull/136
15+
16+
## What's Changed
17+
* Bump Microsoft.EntityFrameworkCore and 3 others by @dependabot[bot] in https://github.com/asulwer/RulesEngine/pull/129
18+
* solves issue https://github.com/asulwer/RulesEngine/issues/130 and all past topics on it by @asulwer in https://github.com/asulwer/RulesEngine/pull/131
19+
* Fix AmbiguousMatchException by @SJ-narbutas in https://github.com/asulwer/RulesEngine/pull/132
20+
* Bump dotnet-reportgenerator-globaltool and xunit.runner.visualstudio by @dependabot[bot] in https://github.com/asulwer/RulesEngine/pull/134
21+
* Bump dotnet-reportgenerator-globaltool and System.Linq.Dynamic.Core by @dependabot[bot] in https://github.com/asulwer/RulesEngine/pull/135
22+
23+
## New Contributors
24+
* @SJ-narbutas made their first contribution in https://github.com/asulwer/RulesEngine/pull/132
25+
26+
**Full Changelog**: https://github.com/asulwer/RulesEngine/compare/v6.0.12...v6.0.13
27+
28+
## [6.0.12]
29+
30+
## What's Changed
31+
* Bump xunit.runner.visualstudio from 3.1.0 to 3.1.1 by @dependabot in https://github.com/asulwer/RulesEngine/pull/125
32+
* Bump BenchmarkDotNet and 5 others by @dependabot in https://github.com/asulwer/RulesEngine/pull/126
33+
* Bump BenchmarkDotNet from 0.15.1 to 0.15.2 by @dependabot in https://github.com/asulwer/RulesEngine/pull/127
34+
* Fixed [Issue 128](https://github.com/asulwer/RulesEngine/issues/128)
35+
36+
**Full Changelog**: https://github.com/asulwer/RulesEngine/compare/v6.0.11...v6.0.12
37+
38+
## [6.0.11]
39+
40+
## What's Changed
41+
* Update xunit.runner.visualstudio to 3.1.0 by @dependabot in https://github.com/asulwer/RulesEngine/pull/122
42+
* Update System.Linq.Dynamic.Core to 1.6.3 by @dependabot in https://github.com/asulwer/RulesEngine/pull/123
43+
* updated nuget packages by @asulwer in https://github.com/asulwer/RulesEngine/pull/124
44+
45+
46+
**Full Changelog**: https://github.com/asulwer/RulesEngine/compare/v6.0.10...v6.0.11
47+
48+
## [6.0.10]
49+
50+
## What's Changed
51+
* Bump dotnet-reportgenerator-globaltool from 5.4.4 to 5.4.5 by @dependabot in #114
52+
* Bump FastExpressionCompiler from 5.0.2 to 5.0.3 by @dependabot in #115
53+
* Bump FastExpressionCompiler from 5.0.3 to 5.1.1 by @dependabot in #117
54+
* Bump Microsoft.EntityFrameworkCore from 9.0.3 to 9.0.4 by @dependabot in #118
55+
* Bump System.Text.Json from 9.0.3 to 9.0.4 by @dependabot in #119
56+
* Fix duplication of inputs during EvaluateRule execution by @RenanCarlosPereira in #120
57+
* Bump System.Linq.Dynamic.Core from 1.6.0.2 to 1.6.2 by @dependabot in #121
58+
59+
**Full Changelog**: https://github.com/asulwer/RulesEngine/compare/v6.0.9...v6.0.10
60+
1161
## [6.0.9]
1262

1363
## What's Changed

src/RulesEngine/RulesEngine.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
55
<LangVersion>12.0</LangVersion>
66
<Nullable>disable</Nullable>
7-
<Version>6.0.13</Version>
7+
<Version>6.0.14</Version>
88
<PackageId>RulesEngineEx</PackageId>
99
<PackageLicenseFile>LICENSE</PackageLicenseFile>
1010
<PackageProjectUrl>https://github.com/asulwer/RulesEngine</PackageProjectUrl>
@@ -44,4 +44,4 @@
4444
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
4545
</ItemGroup>
4646

47-
</Project>
47+
</Project>

0 commit comments

Comments
 (0)