mirror of
https://github.com/MichaelGrafnetter/DSInternals
synced 2025-01-05 21:49:47 +00:00
Prepare for release 2.14
This commit is contained in:
parent
9372427395
commit
5ac020b4ce
@ -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
|
||||
|
||||
|
@ -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"")];
|
||||
|
@ -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("")]
|
||||
|
Loading…
Reference in New Issue
Block a user