get prerelease from restoration by default

This commit is contained in:
2025-07-07 15:52:03 +01:00
parent b97f3d3575
commit 6d0ec6d8a8
2 changed files with 1 additions and 6 deletions

View File

@ -18,7 +18,7 @@ namespace isnd.Controllers
string q=null,
int skip=0,
int take=25,
bool prerelease=false,
bool prerelease=true,
string semVerLevel = "2.0.0",
string packageType = "Dependency")
{

View File

@ -18,11 +18,6 @@
"SenderName": "<from-name>",
"SenderEmail": "<from-email>"
},
"Unleash":
{
"ClientApiKey": "lame-unleash-client-api-key",
"ApiUrl": "http://localhost:4242/api/"
},
"Logging": {
"LogLevel": {
"Default": "Warning"