mirror of
https://github.com/MichaelGrafnetter/DSInternals
synced 2025-04-18 13:06:11 +00:00
Prepare for release 2.11
This commit is contained in:
parent
78168f21ee
commit
48aeadbe74
@ -1,4 +1,5 @@
|
||||
Version 2.11
|
||||
- Added support for Windows Server 2003 R2.
|
||||
- The replication now works on x86, again.
|
||||
- Fixed a bug in temporary index loading.
|
||||
|
||||
|
@ -3,5 +3,5 @@
|
||||
[assembly: AssemblyProduct("DSInternals PowerShell Module")]
|
||||
[assembly: AssemblyCopyright("Copyright © 2015-2016 Michael Grafnetter. All rights reserved.")]
|
||||
|
||||
[assembly: AssemblyVersion("2.10")]
|
||||
[assembly: AssemblyFileVersion("2.10")]
|
||||
[assembly: AssemblyVersion("2.11")]
|
||||
[assembly: AssemblyFileVersion("2.11")]
|
@ -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.10")];
|
||||
[assembly:AssemblyVersionAttribute("2.11")];
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user