Skip to content

Commit

Permalink
minor alterations
Browse files Browse the repository at this point in the history
  • Loading branch information
asulwer committed Jun 25, 2024
1 parent bb20069 commit b07dd3e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
5 changes: 1 addition & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

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

## [Future]
- WorkflowName and RuleName will be changed to Name
- seems redundant to say Workflow.WorkflowName or Rule.RuleName

## [6.0.2]
- CancellationToken was not completely implemented
- Release builds are strongly signed
Expand All @@ -31,6 +27,7 @@ All notable changes to this project will be documented in this file.
- only targeting netstandard2.1
- Methods with CancellationToken added for all RulesEngine Execute... methods
- RulesEngine Execute... Methods using params marked obsolete in favor of CancellationToken supported methods
- original project is no longer being maintained

## [5.0.4]
- Refactoring code, big time
Expand Down
8 changes: 8 additions & 0 deletions ROADMAP.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Roadmap for RulesEngineEx, formerlly known as [RulesEngine}(https://github.com/microsoft/RulesEngine).

- WorkflowName and RuleName will be changed to Name
- seems redundant to say Workflow.WorkflowName or Rule.RuleName
- [X]Add CancellationToken Token for Async [[/microsoft/RulesEngine/issues/609](https://github.com/microsoft/RulesEngine/issues/609)]
- [X]Refactor Code and add comments for readability
- [X]Fix Issues from the original project
- Go From Moq to NSubstitute

0 comments on commit b07dd3e

Please sign in to comment.