Add ApplicationVersion constant

This commit is contained in:
2025-06-22 03:46:28 -06:00
parent 31b26399a9
commit 4e6bf79656

View File

@@ -13,6 +13,8 @@ namespace Core.Blueprint.Logging
/// </summary> /// </summary>
public static class MimeTypes public static class MimeTypes
{ {
public const string ApplicationVersion = "1.0";
/// <summary> /// <summary>
/// The service application/json mime type. /// The service application/json mime type.
/// </summary> /// </summary>