rebrand
This commit is contained in:
parent
ae6abc104a
commit
5de53a3cba
256 changed files with 22 additions and 22 deletions
|
|
@ -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
Loading…
Add table
Add a link
Reference in a new issue