mirror of
https://github.com/MichaelGrafnetter/DSInternals
synced 2025-01-09 15:49:53 +00:00
Prepare for release 2.12
This commit is contained in:
parent
f448e55eff
commit
1fba642f86
@ -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.
|
||||
|
@ -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")]
|
@ -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")];
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user