diff --git a/Src/DSInternals.PowerShell/DSInternals.psd1 b/Src/DSInternals.PowerShell/DSInternals.psd1 index 518c255..e1c001a 100644 --- a/Src/DSInternals.PowerShell/DSInternals.psd1 +++ b/Src/DSInternals.PowerShell/DSInternals.psd1 @@ -114,7 +114,9 @@ PrivateData = @{ # ReleaseNotes of this module ReleaseNotes = @" -- Fixed a bug regarding incorrect OS version detection. +- Added support for Windows Server 2016 ntds.dit encryption. +- Added support for reading security descriptors (ACLs) from both ntds.dit files and DRS-R. +- Added support for the AdminCount attribute. "@ } # End of PSData hashtable diff --git a/Src/DSInternals.Replication.Interop/AssemblyInfo.cpp b/Src/DSInternals.Replication.Interop/AssemblyInfo.cpp index 5e00ff3..69f58a1 100644 --- a/Src/DSInternals.Replication.Interop/AssemblyInfo.cpp +++ b/Src/DSInternals.Replication.Interop/AssemblyInfo.cpp @@ -14,7 +14,7 @@ using namespace System::Security::Permissions; // [assembly:AssemblyTitleAttribute(L"DSInternals Replication Interop Library")]; // Note: Do not forget to change the version in app.rc files. -[assembly:AssemblyVersionAttribute("2.13.0")]; +[assembly:AssemblyVersionAttribute("2.14.0")]; [assembly:AssemblyDescriptionAttribute(L"")]; [assembly:AssemblyConfigurationAttribute(L"")]; [assembly:AssemblyCompanyAttribute(L"")]; diff --git a/Src/DSInternals.Replication.Model/Properties/AssemblyInfo.cs b/Src/DSInternals.Replication.Model/Properties/AssemblyInfo.cs index 06dc4b4..966b8db 100644 --- a/Src/DSInternals.Replication.Model/Properties/AssemblyInfo.cs +++ b/Src/DSInternals.Replication.Model/Properties/AssemblyInfo.cs @@ -6,8 +6,8 @@ using System.Runtime.InteropServices; // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("DSInternals Replication Data Model")] -[assembly: AssemblyVersion("2.13")] -[assembly: AssemblyFileVersion("2.13")] +[assembly: AssemblyVersion("2.14")] +[assembly: AssemblyFileVersion("2.14")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")]