We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb72eb9 commit c5bff00Copy full SHA for c5bff00
scripts/generate-nuget-index.py
@@ -24,7 +24,7 @@ def irm(url, method="GET", headers={}):
24
NUGET_SOURCE = "https://api.nuget.org/v3/index.json"
25
26
# Earlier versions than this go into "legacy.json"
27
-CURRENT_VERSION = Version("3.10")
+CURRENT_VERSION = Version("3.11")
28
29
SKIP_OLD_PRERELEASE = True
30
0 commit comments