DSInternals/Src/Configuration/CommonAssemblyInfo.cs

7 lines
263 B
C#
Raw Normal View History

2015-12-26 22:44:43 +00:00
using System.Reflection;
[assembly: AssemblyProduct("DSInternals PowerShell Module")]
2016-01-14 11:38:27 +00:00
[assembly: AssemblyCopyright("Copyright © 2015-2016 Michael Grafnetter. All rights reserved.")]
2015-12-26 22:44:43 +00:00
2016-01-14 11:38:27 +00:00
[assembly: AssemblyVersion("2.10")]
[assembly: AssemblyFileVersion("2.10")]