AssemblyInfo Copyright Updated

This commit is contained in:
Brett Hewitson 2022-05-02 11:11:47 +10:00
parent 90f8949fa9
commit 56c0ba775c
16 changed files with 34 additions and 15 deletions

View file

@ -0,0 +1,19 @@
using System.Reflection;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("ServerManager.Common.Tests")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Bletch1971")]
[assembly: AssemblyProduct("ServerManager.Common.Tests")]
[assembly: AssemblyCopyright("Copyright © 2015-2022")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
[assembly: Guid("a8fc1221-f1c0-4aad-8b46-2a0b0b349399")]
// exclude from semantic versioning
[assembly: AssemblyVersion("1.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]