1
0
Fork 0
mirror of https://github.com/dorny/test-reporter.git synced 2026-03-23 00:12:13 +01:00
test-reporter/reports/dotnet-nunit-legacy/NUnitLegacyTests/Properties/AssemblyInfo.cs
2025-03-05 09:46:34 -06:00

20 lines
633 B
C#

using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("NUnitLegacyTests")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("NUnitLegacyTests")]
[assembly: AssemblyCopyright("Copyright © 2025")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
[assembly: Guid("28c713f2-6e53-41a0-9b2c-6ac6ff1db80b")]
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]