DSInternals/Src/Configuration/CommonAssemblyInfo.h

7 lines
321 B
C
Raw Normal View History

2015-12-26 22:44:43 +00:00
using namespace System::Reflection;
[assembly:AssemblyProductAttribute(L"DSInternals PowerShell Module")];
2016-01-14 11:38:27 +00:00
[assembly:AssemblyCopyrightAttribute(L"Copyright <20> 2015-2016 Michael Grafnetter. All rights reserved.")];
2015-12-26 22:44:43 +00:00
// Note: Do not forget to change the version in app.rc files.
2016-02-21 09:56:12 +00:00
[assembly:AssemblyVersionAttribute("2.13")];