mirror of
https://github.com/MichaelGrafnetter/DSInternals
synced 2025-01-09 15:49:53 +00:00
Prepare for release 2.13
This commit is contained in:
parent
757c76b81d
commit
b59f4d33a7
@ -1,3 +1,8 @@
|
||||
Version 2.13
|
||||
- Fixed a rare bug which caused the database cmdlets to hang while loading indices.
|
||||
- Meaningful error messages are now displayed when a dirty or downlevel ntds.dit file is encountered.
|
||||
- The DSInternals.Replication library now supports incremental replication (not exposed through PowerShell).
|
||||
|
||||
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.
|
||||
|
@ -3,5 +3,5 @@
|
||||
[assembly: AssemblyProduct("DSInternals PowerShell Module")]
|
||||
[assembly: AssemblyCopyright("Copyright © 2015-2016 Michael Grafnetter. All rights reserved.")]
|
||||
|
||||
[assembly: AssemblyVersion("2.12")]
|
||||
[assembly: AssemblyFileVersion("2.12")]
|
||||
[assembly: AssemblyVersion("2.13")]
|
||||
[assembly: AssemblyFileVersion("2.13")]
|
@ -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.12")];
|
||||
[assembly:AssemblyVersionAttribute("2.13")];
|
@ -8,7 +8,7 @@
|
||||
RootModule = 'DSInternals.psm1'
|
||||
|
||||
# Version number of this module.
|
||||
ModuleVersion = '2.12'
|
||||
ModuleVersion = '2.13'
|
||||
|
||||
# ID used to uniquely identify this module
|
||||
GUID = '766b3ad8-eb78-48e6-84bd-61b31d96b53e'
|
||||
@ -114,8 +114,8 @@ PrivateData = @{
|
||||
|
||||
# ReleaseNotes of this module
|
||||
ReleaseNotes = @"
|
||||
- Cmdlets 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.
|
||||
- Fixed a rare bug which caused the database cmdlets to hang while loading indices.
|
||||
- Meaningful error messages are now displayed when a dirty or downlevel ntds.dit file is encountered.
|
||||
"@
|
||||
} # End of PSData hashtable
|
||||
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user