File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
66
7+ ## 5.12.0 - 2022.10.17
8+ ### Added
9+ - Add explicit .NET 6.0 framework support [ #479 ]
10+ - Stateless.Tests -> .NET 6 [ #484 ]
11+ - Update Readme regarding state machine events [ #488 ]
12+ ### Fixed
13+ - Typo in summary comment of class UmlDotGraph [ #471 ]
14+ - Github workflows/dotnet pack: Fix project path casing and directory separators [ #478 ]
15+ - Hardcode the AssemblyName attribute in the .csproj to "Stateless" [ #480 ]
16+ ### Security
17+ - Bump Newtonsoft.Json from 10.0.3 to 13.0.1 in /example/JsonExample [ #487 ]
18+
719## 5.11.0 - 2021.04.28
820### Added
921 - Added CanFire overload to return unmet guard descriptions [ #443 ]
Original file line number Diff line number Diff line change 88 <Description >Create state machines and lightweight state machine-based workflows directly in .NET code</Description >
99 <Copyright >Copyright © Stateless Contributors 2009-2019</Copyright >
1010 <NeutralLanguage >en-US</NeutralLanguage >
11- <VersionPrefix >5.11 .0</VersionPrefix >
11+ <VersionPrefix >5.12 .0</VersionPrefix >
1212 <Authors >Stateless Contributors</Authors >
1313 <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
1414 <GenerateDocumentationFile >true</GenerateDocumentationFile >
You can’t perform that action at this time.
0 commit comments