File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## 5.14.0 - 2022.11.08
8
+ ### Added
9
+ - Enable Source Link & Deterministic Builds [ #501 ]
10
+ - Added optional ` RetainSynchronizationContext ` property [ #519 ]
11
+ - Update example apps to ` net6.0 ` [ #520 ]
12
+ - Bump solution Visual Studio version to 2022 [ #526 ]
13
+ - Remove obsolete TargetFrameworks [ #524 ]
14
+ ### Fixed
15
+ - ` StateMachineInfo.InitialState.Transitions ` throws if ` AddRelationships ` not called [ #514 ]
16
+ - Trigger information is missing for ` OnEntryFromAsync ` [ #511 ]
17
+ - Fixed typos & redundant parentheses [ #512 ] , [ #521 ] , [ #522 ]
18
+ - Change mechanism for losing the synchronization context [ #528 ]
19
+ - ` InvalidOperationException ` thrown from call to ` FireAsync ` [ #532 ]
20
+ - Added missing guard function parameter support from ` InternalTransitionAsyncIf ` [ #530 ]
21
+ - Using ` PermitIf ` on a state with substates leads to reentry [ #544 ]
22
+
7
23
## 5.13.0 - 2022.12.29
8
24
### Added
9
25
- Add method to get permitted triggers with parameter information [ #494 ]
Original file line number Diff line number Diff line change 8
8
<Description >Create state machines and lightweight state machine-based workflows directly in .NET code</Description >
9
9
<Copyright >Copyright © Stateless Contributors 2009-$([System.DateTime]::Now.ToString(yyyy))</Copyright >
10
10
<NeutralLanguage >en-US</NeutralLanguage >
11
- <VersionPrefix >5.13 .0</VersionPrefix >
11
+ <VersionPrefix >5.14 .0</VersionPrefix >
12
12
<Authors >Stateless Contributors</Authors >
13
13
<TreatWarningsAsErrors >true</TreatWarningsAsErrors >
14
14
<GenerateDocumentationFile >true</GenerateDocumentationFile >
You can’t perform that action at this time.
0 commit comments