mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
Assembly file updates
This commit is contained in:
parent
0156b10869
commit
3e7f52b875
21 changed files with 38 additions and 268 deletions
19
src/Plugin.Common.UnitTests/Properties/AssemblyInfo.cs
Normal file
19
src/Plugin.Common.UnitTests/Properties/AssemblyInfo.cs
Normal 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")]
|
||||
Loading…
Add table
Add a link
Reference in a new issue