Skip to content

Commit fe64f7e

Browse files
committed
vsSolutionBuildEvent 1.16.1 Public release
* FIXED: An *undefined* MSBuild properties (e.g. SolutionDir, SolutionName, SolutionPath, ...) when environment is not completely ready. Caused by, for example, third-party plugins like Telerik etc. Issue #80. * FIXED: Broken caching for C# Mode since 1.16. +GenerateInMemory=true support. * FIXED: UI. Incorrect panel toggling in the main window. * FIXED: UI. Incorrect display of the scrollbar in the main editor when other actions are activated. * CHANGED: ISolutionEvent.Enabled option is no longer considered when executed from a script mode. For example, ``` #[Core events.Post.item("ShaList").run()] ``` run an `ShaList` action like function regardless of its activity state from a specified script. * CHANGED: VS IDE Error List now redirects to the main window to the specified action if you click it. * CHANGED: Core. Updated MvsSln 2.7 https://github.com/3F/MvsSln/releases/tag/2.7 * CHANGED: CIM. Updated hMSBuild 2.4.1 https://github.com/3F/hMSBuild/releases/tag/2.4.1 cim.cmd now supports modern keys, like: ``` cim.cmd -cs ~c Debug ``` * CHANGED: CI tools. * netfx4sdk 1.2 https://github.com/3F/netfx4sdk/releases/tag/1.2 * GetNuTool 1.9 https://github.com/3F/GetNuTool/releases/tag/1.9
1 parent 98a83d6 commit fe64f7e

5 files changed

Lines changed: 41 additions & 4 deletions

File tree

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.16.0
1+
1.16.1

changelog.txt

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,43 @@
22
vsSolutionBuildEvent - https://github.com/3F/vsSolutionBuildEvent
33
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
44

5+
[1.16.1] 2024.05.22
6+
7+
* FIXED: An *undefined* MSBuild properties (e.g. SolutionDir, SolutionName, SolutionPath, ...)
8+
when environment is not completely ready. Caused by, for example, third-party plugins like Telerik etc.
9+
Issue #80.
10+
11+
* FIXED: Broken caching for C# Mode since 1.16. +GenerateInMemory=true support.
12+
13+
* FIXED: UI. Incorrect panel toggling in the main window.
14+
15+
* FIXED: UI. Incorrect display of the scrollbar in the main editor when other actions are activated.
16+
17+
* CHANGED: ISolutionEvent.Enabled option is no longer considered when executed from a script mode.
18+
For example,
19+
```
20+
#[Core events.Post.item("ShaList").run()]
21+
```
22+
run an `ShaList` action like function regardless of its activity state from a specified script.
23+
24+
* CHANGED: VS IDE Error List now redirects to the main window to the specified action if you click it.
25+
26+
* CHANGED: Core. Updated MvsSln 2.7
27+
https://github.com/3F/MvsSln/releases/tag/2.7
28+
29+
* CHANGED: CIM. Updated hMSBuild 2.4.1
30+
https://github.com/3F/hMSBuild/releases/tag/2.4.1
31+
32+
cim.cmd now supports modern keys, like:
33+
```
34+
cim.cmd -cs ~c Debug
35+
```
36+
37+
* CHANGED: CI tools.
38+
* netfx4sdk 1.2 https://github.com/3F/netfx4sdk/releases/tag/1.2
39+
* GetNuTool 1.9 https://github.com/3F/GetNuTool/releases/tag/1.9
40+
41+
542
[1.16] 2023.11.27
643

744
* FIXED: "Failed build-raw: Value cannot be null" in modern environments.

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>1.16.0</Version>
7+
<Version>1.16.1</Version>
88
<Description xml:space="preserve">Event-Catcher with variety of advanced Actions to service projects, libraries, build processes, runtime environment of the Visual Studio, MSBuild Tools, and ...</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="1.16.0" Language="en-US" Publisher="GitHub3F" />
5+
<Identity Id="94ecd13f-15f3-4f51-9afd-17f0275c6266" Version="1.16.1" 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, build processes, runtime environment of the Visual Studio, MSBuild Tools, and ...</Description>
88
<MoreInfo>https://github.com/3F/vsSolutionBuildEvent</MoreInfo>

vsSolutionBuildEvent/sdk17.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="1.16.0" Language="en-US" Publisher="GitHub3F" />
5+
<Identity Id="94ecd13f-15f3-4f51-9afd-17f0275c6266" Version="1.16.1" 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, build processes, runtime environment of the Visual Studio, MSBuild Tools, and ...</Description>
88
<MoreInfo>https://github.com/3F/vsSolutionBuildEvent</MoreInfo>

0 commit comments

Comments
 (0)