rebrand
This commit is contained in:
@ -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";
|
||||
}
|
||||
}
|
@ -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;
|
||||
}
|
||||
|
@ -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}
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
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
Reference in New Issue
Block a user