Skip to content

Commit 63e99d2

Browse files
committed
Fixed gitversion
1 parent aea90eb commit 63e99d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Scripts/delist-nuget.ps1

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
$apiKey = "key" # Replace with your actual API key
1+
$apiKey = "" # Replace with your actual API key
22
# Unlist all packages matching "2.0.0-v2-develop.*"
33
# PowerShell script to unlist NuGet packages using dotnet CLI
44
$packageId = "terminal.gui" # Ensure this is the correct package name (case-sensitive)
5-
$packagePattern = "^2\.0\.0-v2-develop\..*$" # Regex pattern for filtering versions
5+
$packagePattern = "^2\.0\.0-develop\..*$" # Regex pattern for filtering versions
66
$nugetSource = "https://api.nuget.org/v3/index.json"
77

88
# Fetch package versions from NuGet API

0 commit comments

Comments
 (0)