DSInternals/Src/Configuration/CommonAssemblyInfo.h
2016-02-03 14:54:22 +01:00

7 lines
323 B
C++

using namespace System::Reflection;
[assembly:AssemblyProductAttribute(L"DSInternals PowerShell Module")];
[assembly:AssemblyCopyrightAttribute(L"Copyright © 2015-2016 Michael Grafnetter. All rights reserved.")];
// Note: Do not forget to change the version in app.rc files.
[assembly:AssemblyVersionAttribute("2.11.1")];