mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-02-25 11:44:50 +01:00
* More nullable annotations * . * . * FIX * pact * . * p * xxx * ... * auth * array * ...
8 lines
207 B
C#
8 lines
207 B
C#
using System.Reflection;
|
|
|
|
namespace WireMock.Util;
|
|
|
|
internal static class SystemUtils
|
|
{
|
|
public static readonly string Version = typeof(SystemUtils).GetTypeInfo().Assembly.GetName().Version!.ToString();
|
|
} |