forked from zzzprojects/System.Linq.Dynamic.Core
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSettings.cs
More file actions
15 lines (13 loc) · 679 Bytes
/
Settings.cs
File metadata and controls
15 lines (13 loc) · 679 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
namespace DynamicLinqWebDocs.Infrastructure
{
public static class Settings
{
public const string GitHubLink = "https://github.com/stefh/System.Linq.Dynamic.Core";
public const string GitHubIssues = GitHubLink + "/issues";
public const string GitHubLogo = "/Content/github-logo.png";
public const string GitHubLogoText = "/Content/github-logo-text.png";
public const string NugetLink = "https://www.nuget.org/packages/System.Linq.Dynamic.Core/";
public const string NugetLogo = "https://www.nuget.org/Content/Logos/nugetlogo.png";
public const string LinkedinLogo = "/Content/linkedin-logo.png";
}
}