diff --git a/.version b/.version index e829fc1e..f5f40dc3 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.12.9 \ No newline at end of file +0.12.10 \ No newline at end of file diff --git a/changelog.txt b/changelog.txt index 9502a8ce..71b01e4b 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,6 +1,42 @@ vsSolutionBuildEvent _ _ _ _ _ _ _ _ _ _ +[v0.12.10] 2016.11.11 + + * FIXED: Fixed bug - `BAT files no longer dumps to VS Output window "vsSolutionBuildEvent"` Bug #34 + * FIXED: Fixed problem with white-space chars in Files & Interpreter Mode. + Message: `'...' is not recognized as an internal or external command, operable program or batch file.` + + * FIXED: Added messages about errors for actions in another thread when this failed. + * NEW: SBE-Scripts. [MSBuildComponent] Added multiline support for MSBuild expressions: + ``` + #[$( + [System.Math]::Exp('$( + [MSBuild]::Multiply( + $([System.Math]::Log(10)), + 4 + ))' + ) + )] + ``` + See the documentation. + + * NEW: SBE-Scripts. Implemented `boolean run([enum context])` To Execute Action with specific context. [InternalComponent] + Now you can easy call any actions from other actions. + ``` + #[Core events.Pre.item("SpecBuild").run()] + #[Core events.Post.item(5).run(Build)] + ``` + + * NEW: Implemented - "The revision of modulo" (Wizard) + * NEW: Added special types for `Execution order` - First / Last Project & Type + For convenient work with deferred Pre-Build event /Related question - #37 + + * CHANGED: C# Mode: Error/Warn messages also for result of this action by compiler settings - `Warnings & Errors` - `TreatWarningsAsErrors` + * CHANGED: Updated time format for main Log-messages: without date + added ten thousandths of a second (.0000 - .9999) + * CHANGED: Updated 7-zip v16.04 & NLog 4.3.11 + * CHANGED: Other trivial changes for UI. The commands to copy / clear etc. + [v0.12.9] 2016.09.14 * FIXED: Critical bug with WPF designer of VS IDE. Error 25012 - process terminated unexpectedly. diff --git a/vsSBE.CI.MSBuild.nuspec.tpl b/vsSBE.CI.MSBuild.nuspec.tpl index 388c9f1a..c78efd6a 100644 --- a/vsSBE.CI.MSBuild.nuspec.tpl +++ b/vsSBE.CI.MSBuild.nuspec.tpl @@ -14,7 +14,7 @@ Official package of libraries for support of the CI /Build Servers. - * ! Documentation: http://vssbe.r-eg.net -> vssbe.r-eg.net/doc/CI/CI.MSBuild/ + * ! Documentation: http://vssbe.r-eg.net * VS Gallery Page: https://visualstudiogallery.msdn.microsoft.com/0d1dbfd7-ed8a-40af-ae39-281bfeca2334/ * Source code & Public Bug Tracker: https://github.com/3F/vsSolutionBuildEvent diff --git a/vsSolutionBuildEvent/source.extension.vsixmanifest b/vsSolutionBuildEvent/source.extension.vsixmanifest index 3db613ec..c360ce38 100644 --- a/vsSolutionBuildEvent/source.extension.vsixmanifest +++ b/vsSolutionBuildEvent/source.extension.vsixmanifest @@ -3,7 +3,7 @@ vsSolutionBuildEvent github.com/3F - 0.12.9 + 0.12.10 Event-Catcher with variety of advanced Actions for service of your projects and libraries, the build processes and processes at runtime from Visual Studio and MSBuild Tools. Flexible actions for all.. 1033 http://visualstudiogallery.msdn.microsoft.com/0d1dbfd7-ed8a-40af-ae39-281bfeca2334/