Skip to content

Commit

Permalink
Release 5.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mclift committed Nov 8, 2023
1 parent 99e49a8 commit 996bb50
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## 5.14.0 - 2022.11.08

This comment was marked as resolved.

Copy link
@theKBro

theKBro Nov 9, 2023

copy paste error in year?

This comment has been minimized.

Copy link
@mclift

mclift Nov 9, 2023

Author Member

Thank you!

### Added
- Enable Source Link & Deterministic Builds [#501]
- Added optional `RetainSynchronizationContext` property [#519]
- Update example apps to `net6.0` [#520]
- Bump solution Visual Studio version to 2022 [#526]
- Remove obsolete TargetFrameworks [#524]
### Fixed
- `StateMachineInfo.InitialState.Transitions` throws if `AddRelationships` not called [#514]
- Trigger information is missing for `OnEntryFromAsync` [#511]
- Fixed typos & redundant parentheses [#512], [#521], [#522]
- Change mechanism for losing the synchronization context [#528]
- `InvalidOperationException` thrown from call to `FireAsync` [#532]
- Added missing guard function parameter support from `InternalTransitionAsyncIf` [#530]
- Using `PermitIf` on a state with substates leads to reentry [#544]

## 5.13.0 - 2022.12.29
### Added
- Add method to get permitted triggers with parameter information [#494]
Expand Down
2 changes: 1 addition & 1 deletion src/Stateless/Stateless.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<Description>Create state machines and lightweight state machine-based workflows directly in .NET code</Description>
<Copyright>Copyright © Stateless Contributors 2009-$([System.DateTime]::Now.ToString(yyyy))</Copyright>
<NeutralLanguage>en-US</NeutralLanguage>
<VersionPrefix>5.13.0</VersionPrefix>
<VersionPrefix>5.14.0</VersionPrefix>
<Authors>Stateless Contributors</Authors>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
Expand Down

0 comments on commit 996bb50

Please sign in to comment.