Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"rollForward": false
},
"fable": {
"version": "5.0.0-rc.7",
"version": "5.0.0",
"commands": [
"fable"
],
Expand Down
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ release: pack

# Run EasyBuild.ShipIt for release management
shipit *args:
dotnet shipit --pre-release rc {{args}}
dotnet shipit {{args}}

# Format code with Fantomas
format:
Expand Down
6 changes: 3 additions & 3 deletions paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ storage: none
framework: netstandard2.0, netstandard2.1, net6.0, net8.0, net9.0, net10.0

nuget FSharp.Core >= 5.0.0 lowest_matching: true
nuget Fable.Core >= 5.0.0-rc.1 lowest_matching: true
nuget Fable.Core >= 5.0.0 lowest_matching: true

group Test
source https://api.nuget.org/v3/index.json
storage: none
framework: net9.0

nuget FSharp.Core
nuget Fable.Core >= 5.0.0-rc.1 lowest_matching: true
nuget Fable.Core >= 5.0.0 lowest_matching: true
nuget Microsoft.NET.Test.Sdk ~> 16
nuget xunit ~> 2
nuget xunit.runner.visualstudio ~> 2
Expand All @@ -24,7 +24,7 @@ group Examples
framework: net10.0

nuget FSharp.Core
nuget Fable.Core >= 5.0.0-rc.1 lowest_matching: true
nuget Fable.Core >= 5.0.0 lowest_matching: true
nuget Feliz.ViewEngine
nuget Zanaptak.TypedCssClasses
nuget FSharp.Control.AsyncRx
Expand Down
6 changes: 3 additions & 3 deletions paket.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ STORAGE: NONE
RESTRICTION: || (== net10.0) (== net6.0) (== net8.0) (== net9.0) (== netstandard2.0) (== netstandard2.1)
NUGET
remote: https://api.nuget.org/v3/index.json
Fable.Core (5.0.0-rc.1)
Fable.Core (5.0)
FSharp.Core (>= 4.7.2)
FSharp.Core (5.0)

Expand All @@ -11,7 +11,7 @@ STORAGE: NONE
RESTRICTION: == net10.0
NUGET
remote: https://api.nuget.org/v3/index.json
Fable.Core (5.0.0-rc.1)
Fable.Core (5.0)
FSharp.Core (>= 4.7.2)
Feliz.ViewEngine (1.0.3)
FSharp.Core (>= 4.7)
Expand All @@ -26,7 +26,7 @@ STORAGE: NONE
RESTRICTION: == net9.0
NUGET
remote: https://api.nuget.org/v3/index.json
Fable.Core (5.0.0-rc.1)
Fable.Core (5.0)
FSharp.Core (>= 4.7.2)
FSharp.Core (11.0.100)
Microsoft.CodeCoverage (18.4)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ requires-python = ">= 3.12, < 4"
readme = "README.md"
license = "MIT"
dependencies = [
"fable-library==5.0.0rc7",
"fable-library==5.0.0",
]

[project.urls]
Expand Down
Loading
Loading