Skip to content

Commit

Permalink
link the Readme to the nuget package
Browse files Browse the repository at this point in the history
  • Loading branch information
dbeylkhanov committed Mar 4, 2024
1 parent 38d9af6 commit eb89c7e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/StateTransition/StateTransition.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,16 @@
<Company>Ozon Tech</Company>
<Description>StateTransition is a simple, but very handy .NET library for configuring of the state machine.</Description>
<RepositoryUrl>https://github.com/ozontech/state-transition</RepositoryUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageProjectUrl>https://github.com/ozontech/state-transition</PackageProjectUrl>
</PropertyGroup>

<ItemGroup>
<None Remove="StateTransition.csproj.DotSettings" />
</ItemGroup>

<ItemGroup>
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
</ItemGroup>

</Project>

0 comments on commit eb89c7e

Please sign in to comment.