Skip to content

Commit c68aea2

Browse files
committed
Public release of the vsSolutionBuildEvent 0.12.11 products.
* NEW: Visual Studio 2019 full support. SDK15. PR #45. * NEW: Complete integration with VS2017. SDK15. PR #45. For VS2017 will be also available old SDK10 package implementation. But SDK15 is recommended. * FIXED: Fixed IEnvironment.ProjectsMBE implementations. * CHANGED: netfx target platform changes: * 4.0 only: VS2010, VS2012, VS2013, VS2015, VS2017 * 4.6 only: VS2017, VS2019 * CHANGED: Replaced old msbuild helper on hMSBuild 2.1 https://github.com/3F/hMSBuild * CHANGED: Devenv netfx 4.0 only (SDK10). * KNOWN: Known problem with VS2019 when modern VS platform produces the case when Build can be started before activation of our plugin. Solution: Just attach once our [status panel] and it will activate our plugin for early registering handlers. * KNOWN: Known problem with VS2017 when upgrading from SDK10 release to SDK15: Deactivated [Status Panel] from `View` - `Other Windows`. Solution: Just close this panel. Then, open it again. * NOTE: Our new releases migrated from SourceForge to GitHub Release Page: https://github.com/3F/vsSolutionBuildEvent/releases Most actual information is still here: https://vssbe.r-eg.net/Downloads/ * NOTE: About SDK10 / SDK15 versions: https://vssbe.r-eg.net/doc/Usage/#sdk10--sdk15-versions
1 parent 8fc64b2 commit c68aea2

5 files changed

Lines changed: 58 additions & 18 deletions

File tree

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.12.10
1+
0.12.11

README.md

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,24 @@
55
**Flexible actions for all ...**
66

77
[![Build status - master](https://ci.appveyor.com/api/projects/status/l38xn0j2c5an28e1/branch/master?svg=true)](https://ci.appveyor.com/project/3Fs/vssolutionbuildevent/branch/master)
8-
[![D2](https://img.shields.io/sourceforge/dt/vssbe.svg)](https://sourceforge.net/projects/vssbe/files/latest/download)
8+
[![Tests](https://img.shields.io/appveyor/tests/3Fs/vssolutionbuildevent/master.svg)](https://ci.appveyor.com/project/3Fs/vssolutionbuildevent/build/tests)
99
[![VSPackage](https://vssbe.r-eg.net/etc/badges/VSPackage.svg)](https://vssbe.r-eg.net/Changelist/#vsix)
10-
[![Tests](https://img.shields.io/appveyor/tests/3Fs/mvssln/master.svg)](https://ci.appveyor.com/project/3Fs/mvssln/build/tests)
10+
[![nuget vsSBE.CI.MSBuild](https://img.shields.io/nuget/v/vsSBE.CI.MSBuild.svg)](https://www.nuget.org/packages/vsSBE.CI.MSBuild/)
1111
[![LGPLv3](https://vssbe.r-eg.net/etc/badges/License.svg)](https://vssbe.r-eg.net/License/)
1212
[![GetNuTool](https://vssbe.r-eg.net/etc/badges/GetNuTool.svg)](https://github.com/3F/GetNuTool)
1313

14-
[![Build history](https://buildstats.info/appveyor/chart/3Fs/hmsbuild?buildCount=15&includeBuildsFromPullRequest=true&showStats=true)](https://ci.appveyor.com/project/3Fs/hmsbuild/history)
15-
[![Event model](https://vssbe.r-eg.net/doc/Resources/events_model_small.png)](https://vssbe.r-eg.net/doc/Scheme/#model-of-events)
14+
[![Build history](https://buildstats.info/appveyor/chart/3Fs/vssolutionbuildevent?buildCount=15&includeBuildsFromPullRequest=true&showStats=true)](https://ci.appveyor.com/project/3Fs/vssolutionbuildevent/history)
15+
[![Event model](https://vssbe.r-eg.net/doc/Resources/events_model_small.png)]()
1616
[![Short Overview](https://vssbe.r-eg.net/doc/Resources/examples/overview-youtube.png)](https://youtu.be/FX5GiMX0ulI)
1717

18-
[![nuget vsSBE.CI.MSBuild](https://img.shields.io/nuget/v/vsSBE.CI.MSBuild.svg)](https://www.nuget.org/packages/vsSBE.CI.MSBuild/)
1918
[![CI.MSBuild](https://vssbe.r-eg.net/etc/badges/CI.MSBuild.svg)](https://vssbe.r-eg.net/Changelist/#cim)
2019
[![Devenv](https://vssbe.r-eg.net/etc/badges/Devenv.svg)](https://vssbe.r-eg.net/Changelist/#devenv)
2120
[![Provider](https://vssbe.r-eg.net/etc/badges/Provider.svg)](https://vssbe.r-eg.net/Changelist/#provider)
2221
[![API](https://vssbe.r-eg.net/etc/badges/API.svg)](https://vssbe.r-eg.net/Changelist/#api)
2322

24-
**[Download](https://vssbe.r-eg.net/Downloads/)** (Binaries, Snapshots, Nightly builds, Libraries, ...)
23+
**[Download](https://vssbe.r-eg.net/Downloads/)** (Binaries, Snapshots, Nightly builds, Libraries, ...) / [![D2](https://img.shields.io/sourceforge/dt/vssbe.svg)](https://sourceforge.net/projects/vssbe/) (old releases via sf)
2524

26-
* VisualStudio Marketplace: [Download .vsix](https://visualstudiogallery.msdn.microsoft.com/0d1dbfd7-ed8a-40af-ae39-281bfeca2334)
25+
* [VisualStudio Marketplace](https://visualstudiogallery.msdn.microsoft.com/0d1dbfd7-ed8a-40af-ae39-281bfeca2334)
2726

2827
## License
2928

@@ -64,15 +63,14 @@ Provides also support of the CI-Build Servers (TeamCity, AppVeyor, Azure DevOps,
6463
[![Scheme of vsSolutionBuildEvent projects](https://vssbe.r-eg.net/doc/Resources/scheme.png)](https://vssbe.r-eg.net/doc/Scheme/)
6564

6665

67-
* [Changelog](https://vssbe.r-eg.net/Changelist/)
68-
* [How to build](https://vssbe.r-eg.net/doc/Dev/How%20to%20build/) ([Developer Zone](https://vssbe.r-eg.net/doc/Dev/))
66+
* [Install & Build](https://vssbe.r-eg.net/doc/Dev/How-to-build/) ([Developer Zone](https://vssbe.r-eg.net/doc/Dev/))
6967
* [Wiki](https://vssbe.r-eg.net/)
70-
* [Public Bug Tracker](https://github.com/3F/vsSolutionBuildEvent/issues)
68+
* [Public Issue Tracker](https://github.com/3F/vsSolutionBuildEvent/issues)
7169

7270

7371
## Advanced MSBuild
7472

75-
https://vssbe.r-eg.net/doc/Scripts/MSBuild/
73+
[https://vssbe.r-eg.net/doc/Scripts/MSBuild/](https://vssbe.r-eg.net/doc/Scripts/MSBuild/)
7674

7775
```js
7876
#[$(
@@ -110,7 +108,7 @@ $(pdir = $(ProjectDir.Replace('\', '/'):project))
110108
111109
## SBE-Scripts
112110
113-
https://vssbe.r-eg.net/doc/Scripts/SBE-Scripts/
111+
[https://vssbe.r-eg.net/doc/Scripts/SBE-Scripts/](https://vssbe.r-eg.net/doc/Scripts/SBE-Scripts/)
114112
115113
```js
116114
#["
@@ -192,7 +190,7 @@ else
192190
193191
## Processing modes
194192
195-
https://vssbe.r-eg.net/doc/Modes/
193+
[https://vssbe.r-eg.net/doc/Modes/](https://vssbe.r-eg.net/doc/Modes/)
196194
197195
From simple commands to C# or even msbuild targets:
198196
@@ -275,7 +273,7 @@ Feel free to improve any our pages. Click [Edit] button or [Start new here.](htt
275273
276274
Welcome:
277275
278-
* https://github.com/3F/vsSolutionBuildEvent
276+
* [https://github.com/3F/vsSolutionBuildEvent](https://github.com/3F/vsSolutionBuildEvent)
279277
280278
## Screenshots
281279

changelog.txt

Lines changed: 43 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,48 @@
1-
vsSolutionBuildEvent
1+
vsSolutionBuildEvent - https://github.com/3F/vsSolutionBuildEvent
22
_ _ _ _ _ _ _ _ _ _
33

4+
5+
[v0.12.11] 2019.06.30
6+
7+
* NEW: Visual Studio 2019 full support. SDK15. PR #45.
8+
9+
* NEW: Complete integration with VS2017. SDK15. PR #45.
10+
11+
For VS2017 will be also available old SDK10 package implementation.
12+
But SDK15 is recommended.
13+
14+
* FIXED: Fixed IEnvironment.ProjectsMBE implementations.
15+
16+
* CHANGED: netfx target platform changes:
17+
18+
* 4.0 only: VS2010, VS2012, VS2013, VS2015, VS2017
19+
* 4.6 only: VS2017, VS2019
20+
21+
* CHANGED: Replaced old msbuild helper on hMSBuild 2.1
22+
https://github.com/3F/hMSBuild
23+
24+
* CHANGED: Devenv netfx 4.0 only (SDK10).
25+
26+
* KNOWN: Known problem with VS2019 when modern VS platform produces the case when
27+
Build can be started before activation of our plugin.
28+
29+
Solution: Just attach once our [status panel] and it will activate our plugin
30+
for early registering handlers.
31+
32+
* KNOWN: Known problem with VS2017 when upgrading from SDK10 release to SDK15:
33+
Deactivated [Status Panel] from `View` - `Other Windows`.
34+
35+
Solution: Just close this panel. Then, open it again.
36+
37+
* NOTE: Our new releases migrated from SourceForge to GitHub Release Page:
38+
https://github.com/3F/vsSolutionBuildEvent/releases
39+
40+
Most actual information is still here: https://vssbe.r-eg.net/Downloads/
41+
42+
* NOTE: About SDK10 / SDK15 versions:
43+
https://vssbe.r-eg.net/doc/Usage/#sdk10--sdk15-versions
44+
45+
446
[v0.12.10] 2016.11.11
547

648
* FIXED: Fixed bug - `BAT files no longer dumps to VS Output window "vsSolutionBuildEvent"` Bug #34

vsSolutionBuildEvent/sdk10.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<Identifier Id="94ecd13f-15f3-4f51-9afd-17f0275c6266">
55
<Name>vsSolutionBuildEvent</Name>
66
<Author>GitHub3F</Author>
7-
<Version>0.12.10</Version>
7+
<Version>0.12.11</Version>
88
<Description xml:space="preserve">Event-Catcher with variety of advanced Actions to service projects, libraries, the build processes and processes at runtime from VisualStudio and MSBuild Tools.</Description>
99
<Locale>1033</Locale>
1010
<MoreInfoUrl>https://github.com/3F/vsSolutionBuildEvent</MoreInfoUrl>

vsSolutionBuildEvent/sdk15.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
33
<!-- Do not use '..\' for paths because of problems when uninstalling -->
44
<Metadata>
5-
<Identity Id="94ecd13f-15f3-4f51-9afd-17f0275c6266" Version="0.12.10" Language="en-US" Publisher="GitHub3F" />
5+
<Identity Id="94ecd13f-15f3-4f51-9afd-17f0275c6266" Version="0.12.11" Language="en-US" Publisher="GitHub3F" />
66
<DisplayName>vsSolutionBuildEvent</DisplayName>
77
<Description xml:space="preserve">Event-Catcher with variety of advanced Actions to service projects, libraries, the build processes and processes at runtime from VisualStudio and MSBuild Tools.</Description>
88
<MoreInfo>https://github.com/3F/vsSolutionBuildEvent</MoreInfo>

0 commit comments

Comments
 (0)