8 lines
148 B
C#
8 lines
148 B
C#
|
|
namespace isn.abst
|
||
|
|
{
|
||
|
|
public static class Constants
|
||
|
|
{
|
||
|
|
public const string PublishCommandId = "PackagePublish/2.0.0";
|
||
|
|
|
||
|
|
}
|
||
|
|
}
|