Skip to content

Commit a1a3bad

Browse files
authored
Merge pull request dotnet-state-machine#490 from dotnet-state-machine/release-5.12.0
Release 5.12.0
2 parents d59f3ae + ceb5843 commit a1a3bad

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ 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.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]

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-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>

0 commit comments

Comments
 (0)