Skip to content

Commit

Permalink
update Project properties
Browse files Browse the repository at this point in the history
  • Loading branch information
drittich committed Nov 2, 2024
1 parent bedd932 commit 0501891
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions StateMachine/StateMachine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Nullable>enable</Nullable>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PackageId>drittich.$(AssemblyName)</PackageId>
<Version>1.0.3</Version>
<Version>1.1.0</Version>
<Title>A simple convention-based finite state machine that lets you pass event data through to your transition actions.</Title>
<Authors>drittich</Authors>
<Company>drittich</Company>
Expand All @@ -16,7 +16,7 @@
<RepositoryUrl>https://github.com/drittich/state-machine</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>statemachine,state-machine,fsm</PackageTags>
<PackageReleaseNotes>Switched to async GetNext method</PackageReleaseNotes>
<PackageReleaseNotes>More robust, more tests</PackageReleaseNotes>
<AnalysisLevel>none</AnalysisLevel>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
Expand Down

0 comments on commit 0501891

Please sign in to comment.