Skip to content

Commit

Permalink
Add release notes for 4.6.0-alpha-003.
Browse files Browse the repository at this point in the history
  • Loading branch information
nojaf committed Jan 8, 2022
1 parent e21e658 commit 5fb3ce3
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#### 4.6.0-alpha-003

* Fix Update record should indent from the curly brace instead of the identifier. [#1876](https://github.com/fsprojects/fantomas/issues/1876)

#### 4.6.0-alpha-002

* Fix Update style of lambda argument. [#1871](https://github.com/fsprojects/fantomas/issues/1871)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<GenerateProgramFile>false</GenerateProgramFile>
<Version>4.6.0-alpha-001</Version>
<Version>4.6.0-alpha-002</Version>
<Version>4.6.0-alpha-003</Version>
<NoWarn>FS0988</NoWarn>
<WarningsAsErrors>FS0025</WarningsAsErrors>
</PropertyGroup>
Expand Down
1 change: 1 addition & 0 deletions src/Fantomas.CoreGlobalTool/Fantomas.CoreGlobalTool.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<PackAsTool>True</PackAsTool>
<Version>4.6.0-alpha-001</Version>
<Version>4.6.0-alpha-002</Version>
<Version>4.6.0-alpha-003</Version>
<AssemblyName>fantomas-tool</AssemblyName>
<WarningsAsErrors>FS0025</WarningsAsErrors>
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
Expand Down
1 change: 1 addition & 0 deletions src/Fantomas.Extras/Fantomas.Extras.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
<Version>4.6.0-alpha-001</Version>
<Version>4.6.0-alpha-002</Version>
<Version>4.6.0-alpha-003</Version>
<Description>Utility package for Fantomas</Description>
<WarningsAsErrors>FS0025</WarningsAsErrors>
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
Expand Down
1 change: 1 addition & 0 deletions src/Fantomas.Tests/Fantomas.Tests.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<PropertyGroup>
<Version>4.6.0-alpha-001</Version>
<Version>4.6.0-alpha-002</Version>
<Version>4.6.0-alpha-003</Version>
<NoWarn>FS0988</NoWarn>
<TargetFramework>net5.0</TargetFramework>
<WarningsAsErrors>FS0025</WarningsAsErrors>
Expand Down
1 change: 1 addition & 0 deletions src/Fantomas/Fantomas.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
<Version>4.6.0-alpha-001</Version>
<Version>4.6.0-alpha-002</Version>
<Version>4.6.0-alpha-003</Version>
<Description>Source code formatter for F#</Description>
<WarningsAsErrors>FS0025</WarningsAsErrors>
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
Expand Down

0 comments on commit 5fb3ce3

Please sign in to comment.