Skip to content

Commit 996bb50

Browse files
committed
Release 5.14.0
1 parent 99e49a8 commit 996bb50

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

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+
723
## 5.13.0 - 2022.12.29
824
### Added
925
- Add method to get permitted triggers with parameter information [#494]

src/Stateless/Stateless.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<Description>Create state machines and lightweight state machine-based workflows directly in .NET code</Description>
99
<Copyright>Copyright © Stateless Contributors 2009-$([System.DateTime]::Now.ToString(yyyy))</Copyright>
1010
<NeutralLanguage>en-US</NeutralLanguage>
11-
<VersionPrefix>5.13.0</VersionPrefix>
11+
<VersionPrefix>5.14.0</VersionPrefix>
1212
<Authors>Stateless Contributors</Authors>
1313
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
1414
<GenerateDocumentationFile>true</GenerateDocumentationFile>

0 commit comments

Comments
 (0)