diff --git a/AlphaFS.Doc/AlphaFS.Doc.shfbproj b/AlphaFS.Doc/AlphaFS.Doc.shfbproj index d42b1266f..d48fe4dab 100644 --- a/AlphaFS.Doc/AlphaFS.Doc.shfbproj +++ b/AlphaFS.Doc/AlphaFS.Doc.shfbproj @@ -1,4 +1,4 @@ - + - ..\Bin\Documentation\ + ..\Bin\Documentation\ - ..\Bin\Documentation\ + ..\Bin\Documentation\ diff --git a/AlphaFS.nuspec b/AlphaFS.nuspec index 89bc383f9..5f84f833c 100644 --- a/AlphaFS.nuspec +++ b/AlphaFS.nuspec @@ -2,7 +2,7 @@ AlphaFS - 2.1.0.0 + 2.1.1.0 AlphaFS Peter Palotas,Jeffrey Jangli,Alexandr Normuradov Peter Palotas diff --git a/AlphaFS/AssemblyVersionInfo.cs b/AlphaFS/AssemblyVersionInfo.cs index 388181804..efb954d3a 100644 --- a/AlphaFS/AssemblyVersionInfo.cs +++ b/AlphaFS/AssemblyVersionInfo.cs @@ -19,8 +19,6 @@ * THE SOFTWARE. */ using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; using System.Resources; [assembly: AssemblyCompany("")] @@ -29,7 +27,7 @@ [assembly: AssemblyTrademark("")] [assembly: AssemblyVersion("2.1.0.0")] -[assembly: AssemblyFileVersion("2.1.0.0")] +[assembly: AssemblyFileVersion("2.1.2.0")] [assembly: AssemblyInformationalVersion("2.0")] [assembly: NeutralResourcesLanguageAttribute("en-US")] diff --git a/BuildRelease.proj b/BuildRelease.proj index 7c895c452..5c56f796a 100644 --- a/BuildRelease.proj +++ b/BuildRelease.proj @@ -8,6 +8,26 @@ $(MSBuildThisFileDirectory)Dist + + + + + + + + + + + + + @@ -44,9 +64,9 @@ Targets="@(TargetList)" SkipNonexistentProjects="true" /> - - - + + + @@ -57,7 +77,7 @@ - + @@ -81,12 +101,12 @@ - + - + \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 0adb98e73..ad5106ca8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ Changelog ========= -Version 2.1.1 (2016-xx-xx) +Version 2.1.2 (2016-10-30) ------------- ### Bugs Fixed @@ -199,7 +199,7 @@ Version 2.0 (2015-01-16) * Renamed delegate CopyProgressResult to CopyMoveProgressResult. -Version 1.5 +Version 1.5 (2014-05-20) ----------- * New: Various file system objects enumeration methods in Directory class. * Numerous bugfixes and optimizations