Skip to content

Commit 3f98b71

Browse files
committed
Set version to '0.24-alpha'; Update to Bolero 0.24.38
1 parent d50b02e commit 3f98b71

File tree

3 files changed

+13
-11
lines changed

3 files changed

+13
-11
lines changed

paket.dependencies

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
source https://api.nuget.org/v3/index.json
2-
source https://nuget.pkg.github.com/fsbolero/index.json
2+
# source https://nuget.pkg.github.com/fsbolero/index.json
33
storage: none
44
framework: net6.0, net7.0
55
lowest_matching: true
66
strategy: min
77

88
# Project references
99
nuget FSharp.Core >= 6.0
10-
nuget Bolero >= 0.23.52
11-
nuget Bolero.Server >= 0.23.52
10+
nuget Bolero >= 0.24.38
11+
nuget Bolero.Server >= 0.24.38
1212
nuget Microsoft.AspNetCore.Components.WebAssembly.Server >= 6.0
1313
nuget Microsoft.AspNetCore.SignalR.Client >= 6.0
1414
nuget HtmlAgilityPack >= 1.11.39

paket.lock

+9-7
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,19 @@ LOWEST_MATCHING: TRUE
44
RESTRICTION: || (== net6.0) (== net7.0)
55
NUGET
66
remote: https://api.nuget.org/v3/index.json
7-
Bolero (0.23.52)
7+
Bolero (0.24.38)
88
Elmish (>= 4.0.1 < 5.0)
99
FSharp.Core (>= 6.0)
1010
FSharp.SystemTextJson (>= 0.19.13)
11+
Microsoft.AspNetCore.Components (>= 6.0 < 7.0) - restriction: == net6.0
12+
Microsoft.AspNetCore.Components (>= 7.0 < 8.0) - restriction: || (&& (== net6.0) (>= net7.0)) (== net7.0)
1113
Microsoft.AspNetCore.Components.WebAssembly (>= 6.0 < 7.0) - restriction: == net6.0
1214
Microsoft.AspNetCore.Components.WebAssembly (>= 7.0 < 8.0) - restriction: || (&& (== net6.0) (>= net7.0)) (== net7.0)
1315
Microsoft.Extensions.Http (>= 6.0)
1416
Microsoft.JSInterop.WebAssembly (>= 6.0 < 7.0) - restriction: == net6.0
1517
Microsoft.JSInterop.WebAssembly (>= 7.0 < 8.0) - restriction: || (&& (== net6.0) (>= net7.0)) (== net7.0)
16-
Bolero.Server (0.23.52)
17-
Bolero (0.23.52)
18+
Bolero.Server (0.24.38)
19+
Bolero (0.24.38)
1820
FSharp.Core (>= 6.0)
1921
FSharp.SystemTextJson (>= 0.19.13)
2022
Elmish (4.0.1)
@@ -119,7 +121,7 @@ NUGET
119121
Microsoft.JSInterop (7.0) - restriction: || (&& (== net6.0) (>= net7.0)) (== net7.0)
120122
Microsoft.JSInterop.WebAssembly (7.0) - restriction: || (&& (== net6.0) (>= net7.0)) (== net7.0)
121123
Microsoft.JSInterop (>= 7.0) - restriction: || (&& (== net6.0) (>= net7.0)) (== net7.0)
122-
Nerdbank.GitVersioning (3.5.119) - copy_local: true
124+
Nerdbank.GitVersioning (3.6.146) - copy_local: true
123125
System.IO.Pipelines (7.0)
124126
System.Runtime.CompilerServices.Unsafe (6.0) - restriction: || (== net6.0) (&& (== net7.0) (>= net462)) (&& (== net7.0) (< net6.0))
125127
System.Text.Encodings.Web (7.0)
@@ -130,6 +132,6 @@ NUGET
130132
System.Threading.Channels (6.0)
131133
GITHUB
132134
remote: fsbolero/bolero
133-
.build/Utility.fs (93c20baf097d7928cb50559954e510889593e8a6)
134-
src/Bolero.Templating.Provider/Parsing.fs (93c20baf097d7928cb50559954e510889593e8a6)
135-
src/Bolero.Templating.Provider/Path.fs (93c20baf097d7928cb50559954e510889593e8a6)
135+
.build/Utility.fs (5240aeb26334cdd6cc50fd97b4c2d7a086c7122b)
136+
src/Bolero.Templating.Provider/Parsing.fs (5240aeb26334cdd6cc50fd97b4c2d7a086c7122b)
137+
src/Bolero.Templating.Provider/Path.fs (5240aeb26334cdd6cc50fd97b4c2d7a086c7122b)

version.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
3-
"version": "0.23-alpha",
3+
"version": "0.24-alpha",
44
"gitCommitIdShortAutoMinimum": 7,
55
"nuGetPackageVersion": {
66
"semVer": 2.0

0 commit comments

Comments
 (0)