mirror of
https://gitlab.com/buildfeed/BuildFeed.git
synced 2024-03-22 21:10:34 +08:00
11 lines
288 B
C#
11 lines
288 B
C#
// ReSharper disable InconsistentNaming
|
|
|
|
namespace BuildFeed.Local
|
|
{
|
|
public class InvariantTerms
|
|
{
|
|
public const string DeveloperName = "Thomas Hounsell";
|
|
public const string ProductName = "Windows NT";
|
|
public const string SiteName = "BuildFeed";
|
|
}
|
|
} |