diff --git a/Changelog.txt b/Changelog.txt index b64fd0e..14870cb 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -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. diff --git a/Src/Configuration/CommonAssemblyInfo.cs b/Src/Configuration/CommonAssemblyInfo.cs index 629c4f3..7e2dca7 100644 --- a/Src/Configuration/CommonAssemblyInfo.cs +++ b/Src/Configuration/CommonAssemblyInfo.cs @@ -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")] \ No newline at end of file +[assembly: AssemblyVersion("2.11")] +[assembly: AssemblyFileVersion("2.11")] \ No newline at end of file diff --git a/Src/Configuration/CommonAssemblyInfo.h b/Src/Configuration/CommonAssemblyInfo.h index ce541b0..6186739 100644 --- a/Src/Configuration/CommonAssemblyInfo.h +++ b/Src/Configuration/CommonAssemblyInfo.h @@ -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")]; \ No newline at end of file +[assembly:AssemblyVersionAttribute("2.11")]; \ No newline at end of file diff --git a/Src/DSInternals.PowerShell/DSInternals.psd1 b/Src/DSInternals.PowerShell/DSInternals.psd1 index 53040db..19a0247 100644 Binary files a/Src/DSInternals.PowerShell/DSInternals.psd1 and b/Src/DSInternals.PowerShell/DSInternals.psd1 differ diff --git a/Src/DSInternals.Replication.Interop/app.rc b/Src/DSInternals.Replication.Interop/app.rc index e498845..9e9cf13 100644 Binary files a/Src/DSInternals.Replication.Interop/app.rc and b/Src/DSInternals.Replication.Interop/app.rc differ