| File: artifacts\obj\dotnet-svcutil.xmlserializer\Debug\net10.0\ThisAssembly.cs | |
| Project: src\src\svcutilcore\src\dotnet-svcutil.xmlserializer.csproj (dotnet-svcutil.xmlserializer) |
using System; namespace Microsoft.Tools.ServiceModel.SvcUtil.XmlSerializer { internal class ThisAssembly { internal const string PackageVersion = "8.0.0-ci.26102.1"; internal const string AssemblyVersion = "1.1.1.0"; internal const string Version = ""; internal const string PreReleaseLabel = ""; public static string Title { get { return "dotnet-svcutil.xmlserializer"; } internal set {} } public static string InformationalVersion { get { return PackageVersion; } internal set {} } } } |