mirror of
https://gitlab.com/buildfeed/BuildFeed.git
synced 2024-03-22 21:10:34 +08:00
f34cd71463
I was going to finish off vNext, instead I flipped some tables and reorganised loads of stuff.
11 lines
280 B
C#
11 lines
280 B
C#
// ReSharper disable InconsistentNaming
|
|
|
|
namespace BuildFeed.Local
|
|
{
|
|
public class InvariantTerms
|
|
{
|
|
public const string SiteName = "BuildFeed";
|
|
public const string DeveloperName = "Thomas Hounsell";
|
|
public const string ProductName = "Windows NT";
|
|
}
|
|
} |