BuildFeed/BuildFeed.Local/InvariantTerms.cs
Thomas Hounsell f34cd71463 (╯°□°)╯︵ ┻━┻
I was going to finish off vNext, instead I flipped some tables and
reorganised loads of stuff.
2016-07-15 14:39:30 +01:00

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";
}
}