Assembly file updates

This commit is contained in:
Brett Hewitson 2021-12-10 13:19:38 +10:00
parent 0156b10869
commit 3e7f52b875
21 changed files with 38 additions and 268 deletions

View file

@ -0,0 +1,19 @@
using System.Reflection;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("Plugin.Common.UnitTests")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Bletch1971")]
[assembly: AssemblyProduct("Plugin.Common.UnitTests")]
[assembly: AssemblyCopyright("Copyright © 2015-2021")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
[assembly: Guid("8d13fc88-9508-4c3a-8ed0-f7bd46e343cc")]
// exclude from semantic versioning
[assembly: AssemblyVersion("1.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]