Skip to content

v0.12.10

Compare
Choose a tag to compare
@3F 3F released this 02 Dec 13:30
· 88 commits to master since this release
  • FIXED: Fixed bug - BAT files no longer dumps to VS Output window "vsSolutionBuildEvent" Bug #34
  • FIXED: Possible deadlock from any output messages. Related Issue #35 - 'targets mode issue'
  • 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.

Binaries

http://vssbe.r-eg.net/Downloads/

  • bin_net40.zip:
    • Bridge_v1.4_[d37fe51][net40].zip
    • CI.MSBuild_v1.6_[d37fe51][net40].zip
    • ClientDemo_[d37fe51][net40]_(10901).zip
    • Devenv_v1.3_[d37fe51][net40].zip
    • get.CIM.bat
    • Provider_v3.0_[d37fe51][net40].zip
    • Release_notes.txt
    • vsSBE.CI.MSBuild.1.6.12010.nupkg
    • vsSolutionBuildEvent_v0.12.10.10901_[d37fe51][net40].vsix
  • bin_net45.zip:
    • Bridge_v1.4_[d37fe51][net45].zip
    • CI.MSBuild_v1.6_[d37fe51][net45].zip
    • ClientDemo_[d37fe51][net45]_(10902).zip
    • Devenv_v1.3_[d37fe51][net45].zip
    • get.CIM.bat
    • Provider_v3.0_[d37fe51][net45].zip
    • Release_notes.txt
    • vsSBE.CI.MSBuild.1.6.12010.nupkg
    • vsSolutionBuildEvent_v0.12.10.10902_[d37fe51][net45].vsix