Skip to content

Commit c5bff00

Browse files
authored
Update NuGet index to split at 3.11 instead of 3.10 (#58)
1 parent cb72eb9 commit c5bff00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/generate-nuget-index.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def irm(url, method="GET", headers={}):
2424
NUGET_SOURCE = "https://api.nuget.org/v3/index.json"
2525

2626
# Earlier versions than this go into "legacy.json"
27-
CURRENT_VERSION = Version("3.10")
27+
CURRENT_VERSION = Version("3.11")
2828

2929
SKIP_OLD_PRERELEASE = True
3030

0 commit comments

Comments
 (0)