Skip to content

Commit cb06fd6

Browse files
dbrattliclaude
andauthored
fix: bump Fable.Core to 5.0.0-rc.2 and ShipIt to 2.0.2 (#243)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 5f72472 commit cb06fd6

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.config/dotnet-tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"rollForward": false
2525
},
2626
"easybuild.shipit": {
27-
"version": "2.0.0",
27+
"version": "2.0.2",
2828
"commands": [
2929
"shipit"
3030
],

paket.dependencies

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ storage: none
55
framework: netstandard2.0, netstandard2.1, net6.0, net8.0, net9.0, net10.0
66

77
nuget FSharp.Core >= 5.0.0 lowest_matching: true
8-
nuget Fable.Core 5.0.0-rc.1
8+
nuget Fable.Core 5.0.0-rc.2
99

1010
group Test
1111
source https://api.nuget.org/v3/index.json
1212
storage: none
1313
framework: net9.0
1414

1515
nuget FSharp.Core
16-
nuget Fable.Core 5.0.0-rc.1
16+
nuget Fable.Core 5.0.0-rc.2
1717
nuget Microsoft.NET.Test.Sdk ~> 16
1818
nuget xunit ~> 2
1919
nuget xunit.runner.visualstudio ~> 2
@@ -24,7 +24,7 @@ group Examples
2424
framework: net10.0
2525

2626
nuget FSharp.Core
27-
nuget Fable.Core 5.0.0-rc.1
27+
nuget Fable.Core 5.0.0-rc.2
2828
nuget Feliz.ViewEngine
2929
nuget Zanaptak.TypedCssClasses
3030
nuget FSharp.Control.AsyncRx

paket.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ STORAGE: NONE
22
RESTRICTION: || (== net10.0) (== net6.0) (== net8.0) (== net9.0) (== netstandard2.0) (== netstandard2.1)
33
NUGET
44
remote: https://api.nuget.org/v3/index.json
5-
Fable.Core (5.0.0-rc.1)
5+
Fable.Core (5.0.0-rc.2)
66
FSharp.Core (>= 4.7.2)
77
FSharp.Core (5.0)
88

@@ -11,7 +11,7 @@ STORAGE: NONE
1111
RESTRICTION: == net10.0
1212
NUGET
1313
remote: https://api.nuget.org/v3/index.json
14-
Fable.Core (5.0.0-rc.1)
14+
Fable.Core (5.0.0-rc.2)
1515
FSharp.Core (>= 4.7.2)
1616
Feliz.ViewEngine (1.0.3)
1717
FSharp.Core (>= 4.7)
@@ -26,7 +26,7 @@ STORAGE: NONE
2626
RESTRICTION: == net9.0
2727
NUGET
2828
remote: https://api.nuget.org/v3/index.json
29-
Fable.Core (5.0.0-rc.1)
29+
Fable.Core (5.0.0-rc.2)
3030
FSharp.Core (>= 4.7.2)
3131
FSharp.Core (11.0.100)
3232
Microsoft.CodeCoverage (18.3)

0 commit comments

Comments
 (0)