mirror of
https://github.com/MichaelGrafnetter/DSInternals
synced 2025-02-02 12:11:32 +00:00
7 lines
323 B
C++
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")]; |