Skip to content

Commit

Permalink
Update .csproj & changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mclift committed Oct 17, 2022
1 parent d59f3ae commit ceb5843
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ 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.12.0 - 2022.10.17
### Added
- Add explicit .NET 6.0 framework support [#479]
- Stateless.Tests -> .NET 6 [#484]
- Update Readme regarding state machine events [#488]
### Fixed
- Typo in summary comment of class UmlDotGraph [#471]
- Github workflows/dotnet pack: Fix project path casing and directory separators [#478]
- Hardcode the AssemblyName attribute in the .csproj to "Stateless" [#480]
### Security
- Bump Newtonsoft.Json from 10.0.3 to 13.0.1 in /example/JsonExample [#487]

## 5.11.0 - 2021.04.28
### Added
- Added CanFire overload to return unmet guard descriptions [#443]
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-2019</Copyright>
<NeutralLanguage>en-US</NeutralLanguage>
<VersionPrefix>5.11.0</VersionPrefix>
<VersionPrefix>5.12.0</VersionPrefix>
<Authors>Stateless Contributors</Authors>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
Expand Down

0 comments on commit ceb5843

Please sign in to comment.