Add ApplicationVersion constant

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

View File

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