Prepare for release 2.12

This commit is contained in:
MichaelGrafnetter 2016-02-07 10:01:26 +01:00
parent f448e55eff
commit 1fba642f86
5 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
Version 2.12
- Commandlets for ntds.dit manipulation now work on Windows 7 / Windows Server 2008 R2.
- The module now requires .NET Framework 4.5.1 instead of 4.5.
- Both Visual Studio 2013 and 2015 are now supported platforms.
Version 2.11
- Added support for Windows Server 2003 R2.
- The replication now works on x86, again.

View File

@ -3,5 +3,5 @@
[assembly: AssemblyProduct("DSInternals PowerShell Module")]
[assembly: AssemblyCopyright("Copyright © 2015-2016 Michael Grafnetter. All rights reserved.")]
[assembly: AssemblyVersion("2.11.1")]
[assembly: AssemblyFileVersion("2.11.1")]
[assembly: AssemblyVersion("2.12")]
[assembly: AssemblyFileVersion("2.12")]

View File

@ -4,4 +4,4 @@ using namespace System::Reflection;
[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")];
[assembly:AssemblyVersionAttribute("2.12")];