|
|
@ -42,11 +42,8 @@ namespace SSCMS.Core.Utils.Serialization.Atom.Atom.Utils |
|
|
|
/// <summary>
|
|
|
|
/// Contains default values for Atom feeds.
|
|
|
|
/// </summary>
|
|
|
|
[Serializable] |
|
|
|
public sealed class DefaultValues |
|
|
|
public static class DefaultValues |
|
|
|
{ |
|
|
|
private DefaultValues() { } |
|
|
|
|
|
|
|
internal const string GeneratorName = "Atom.NET"; |
|
|
|
internal static readonly Uri GeneratorUri = new Uri(Constants.OfficialHost); |
|
|
|
internal const string GeneratorMessage = "Generated by SSCMS"; |
|
|
|