Skip to content

Commit

Permalink
Set version to '0.24-alpha'; Update to Bolero 0.24.38
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarmil committed Dec 8, 2024
1 parent d50b02e commit 3f98b71
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 deletions.
6 changes: 3 additions & 3 deletions paket.dependencies
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
source https://api.nuget.org/v3/index.json
source https://nuget.pkg.github.com/fsbolero/index.json
# source https://nuget.pkg.github.com/fsbolero/index.json
storage: none
framework: net6.0, net7.0
lowest_matching: true
strategy: min

# Project references
nuget FSharp.Core >= 6.0
nuget Bolero >= 0.23.52
nuget Bolero.Server >= 0.23.52
nuget Bolero >= 0.24.38
nuget Bolero.Server >= 0.24.38
nuget Microsoft.AspNetCore.Components.WebAssembly.Server >= 6.0
nuget Microsoft.AspNetCore.SignalR.Client >= 6.0
nuget HtmlAgilityPack >= 1.11.39
Expand Down
16 changes: 9 additions & 7 deletions paket.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,19 @@ LOWEST_MATCHING: TRUE
RESTRICTION: || (== net6.0) (== net7.0)
NUGET
remote: https://api.nuget.org/v3/index.json
Bolero (0.23.52)
Bolero (0.24.38)
Elmish (>= 4.0.1 < 5.0)
FSharp.Core (>= 6.0)
FSharp.SystemTextJson (>= 0.19.13)
Microsoft.AspNetCore.Components (>= 6.0 < 7.0) - restriction: == net6.0
Microsoft.AspNetCore.Components (>= 7.0 < 8.0) - restriction: || (&& (== net6.0) (>= net7.0)) (== net7.0)
Microsoft.AspNetCore.Components.WebAssembly (>= 6.0 < 7.0) - restriction: == net6.0
Microsoft.AspNetCore.Components.WebAssembly (>= 7.0 < 8.0) - restriction: || (&& (== net6.0) (>= net7.0)) (== net7.0)
Microsoft.Extensions.Http (>= 6.0)
Microsoft.JSInterop.WebAssembly (>= 6.0 < 7.0) - restriction: == net6.0
Microsoft.JSInterop.WebAssembly (>= 7.0 < 8.0) - restriction: || (&& (== net6.0) (>= net7.0)) (== net7.0)
Bolero.Server (0.23.52)
Bolero (0.23.52)
Bolero.Server (0.24.38)
Bolero (0.24.38)
FSharp.Core (>= 6.0)
FSharp.SystemTextJson (>= 0.19.13)
Elmish (4.0.1)
Expand Down Expand Up @@ -119,7 +121,7 @@ NUGET
Microsoft.JSInterop (7.0) - restriction: || (&& (== net6.0) (>= net7.0)) (== net7.0)
Microsoft.JSInterop.WebAssembly (7.0) - restriction: || (&& (== net6.0) (>= net7.0)) (== net7.0)
Microsoft.JSInterop (>= 7.0) - restriction: || (&& (== net6.0) (>= net7.0)) (== net7.0)
Nerdbank.GitVersioning (3.5.119) - copy_local: true
Nerdbank.GitVersioning (3.6.146) - copy_local: true
System.IO.Pipelines (7.0)
System.Runtime.CompilerServices.Unsafe (6.0) - restriction: || (== net6.0) (&& (== net7.0) (>= net462)) (&& (== net7.0) (< net6.0))
System.Text.Encodings.Web (7.0)
Expand All @@ -130,6 +132,6 @@ NUGET
System.Threading.Channels (6.0)
GITHUB
remote: fsbolero/bolero
.build/Utility.fs (93c20baf097d7928cb50559954e510889593e8a6)
src/Bolero.Templating.Provider/Parsing.fs (93c20baf097d7928cb50559954e510889593e8a6)
src/Bolero.Templating.Provider/Path.fs (93c20baf097d7928cb50559954e510889593e8a6)
.build/Utility.fs (5240aeb26334cdd6cc50fd97b4c2d7a086c7122b)
src/Bolero.Templating.Provider/Parsing.fs (5240aeb26334cdd6cc50fd97b4c2d7a086c7122b)
src/Bolero.Templating.Provider/Path.fs (5240aeb26334cdd6cc50fd97b4c2d7a086c7122b)
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "0.23-alpha",
"version": "0.24-alpha",
"gitCommitIdShortAutoMinimum": 7,
"nuGetPackageVersion": {
"semVer": 2.0
Expand Down

0 comments on commit 3f98b71

Please sign in to comment.