Skip to content

Commit

Permalink
v0.9.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanMarr committed Apr 17, 2022
1 parent a397ae4 commit 45efba7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/FSharp.SystemCommandLine/FSharp.SystemCommandLine.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Version>0.8.0-beta</Version>
<Version>0.9.0-beta</Version>
<Description>F# computation expressions for working with the System.CommandLine API.</Description>
<Authors>Jordan Marr</Authors>
<PackageTags>F# fsharp System.CommandLine</PackageTags>
Expand All @@ -20,4 +20,8 @@
<PackageReference Include="System.CommandLine" Version="2.0.0-beta3.22114.1" />
</ItemGroup>

<ItemGroup>
<PackageReference Update="FSharp.Core" Version="6.0.0" />
</ItemGroup>

</Project>

0 comments on commit 45efba7

Please sign in to comment.