Skip to content

Commit

Permalink
Update fantomas to 6.1.0-alpha-003
Browse files Browse the repository at this point in the history
  • Loading branch information
kaashyapan committed Jun 10, 2023
1 parent 4edab34 commit 3e13da5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageVersion Include="Fantomas.Core" Version="6.1.0-alpha-003" />
<PackageVersion Include="Fantomas.Core" Version="[6.1.0-alpha-003]" />
<PackageVersion Include="FSharp.Core" Version="7.0.200" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.3.2" />
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="1.1.1" />
Expand Down
2 changes: 1 addition & 1 deletion docs/index.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Let's take a look at an AST example in Fantomas:
#r "../src/Fabulous.AST/bin/Release/netstandard2.1/publish/Fantomas.FCS.dll"
#r "../src/Fabulous.AST/bin/Release/netstandard2.1/publish/Fantomas.Core.dll"

open FSharp.Compiler.Text
open Fantomas.FCS.Text
open Fantomas.Core
open Fantomas.Core.SyntaxOak

Expand Down

0 comments on commit 3e13da5

Please sign in to comment.