We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5a9126 commit cf85b11Copy full SHA for cf85b11
framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/CliUrls.cs
@@ -5,9 +5,9 @@ namespace Volo.Abp.Cli;
5
6
public static class CliUrls
7
{
8
- public static string WwwAbpIo = WwwAbpIoProduction;
9
- public static string AccountAbpIo = AccountAbpIoProduction;
10
- public static string NuGetRootPath = NuGetRootPathProduction;
+ public static string WwwAbpIo => WwwAbpIoProduction;
+ public static string AccountAbpIo => AccountAbpIoProduction;
+ public static string NuGetRootPath => NuGetRootPathProduction;
11
public static string LatestVersionCheckFullPath = "https://raw.githubusercontent.com/abpframework/abp/dev/latest-versions.json";
12
13
public static string WwwAbpIoProduction = "https://abp.io/";
0 commit comments