2using System.Reflection;
9 [AttributeUsage(AttributeTargets.Assembly)]
16 .GetExecutingAssembly()
31 RawApiVersion = rawApiVersion ??
throw new ArgumentNullException(nameof(rawApiVersion));
Attribute for bringing in the HTTP API version from MSBuild.
ApiVersionAttribute(string rawApiVersion)
Initializes a new instance of the ApiVersionAttribute class.
static ApiVersionAttribute Instance
Return the Assembly's instance of the ApiVersionAttribute.
string RawApiVersion
The Version string of the TGS API definition.