This commit is contained in:
Paul Schneider
2021-06-27 01:53:00 +01:00
parent ae6abc104a
commit 5de53a3cba
256 changed files with 22 additions and 22 deletions

View File

@ -2,6 +2,6 @@ namespace nuget_cli
{
internal static class Constants
{
internal const string ClientVersion = "nuget-cli v1.0";
internal const string ClientVersion = "applec v1.0";
}
}

View File

@ -107,9 +107,9 @@ namespace nuget_cli
catch (OptionException e)
{
// output some error message
Console.Write("nuget-cli: ");
Console.Write("applec: ");
Console.WriteLine(e.Message);
Console.WriteLine("Try `nuget-cli --help' for more information.");
Console.WriteLine("Try `applec --help' for more information.");
return 2;
}

View File

@ -36,8 +36,8 @@ namespace nuget_host.Controllers
}
const string defaultSemVer = "2.0.0";
// dotnet add . package -s http://localhost:5000/packages nuget-cli
// packages/FindPackagesById()?id='nuget-cli'&semVerLevel=2.0.0
// dotnet add . package -s http://localhost:5000/packages applec
// packages/FindPackagesById()?id='applec'&semVerLevel=2.0.0
// Search
// GET {@id}?q={QUERY}&skip={SKIP}&take={TAKE}&prerelease={PRERELEASE}&semVerLevel={SEMVERLEVEL}&packageType={PACKAGETYPE}

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 19 KiB

Some files were not shown because too many files have changed in this diff Show More