Skip to content

Commit

Permalink
vsSolutionBuildEvent 1.16.1 Public release
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
3F committed May 22, 2024
1 parent 98a83d6 commit fe64f7e
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.16.0
1.16.1
37 changes: 37 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,43 @@
vsSolutionBuildEvent - https://github.com/3F/vsSolutionBuildEvent
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

[1.16.1] 2024.05.22

* 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.16] 2023.11.27

* FIXED: "Failed build-raw: Value cannot be null" in modern environments.
Expand Down
2 changes: 1 addition & 1 deletion vsSolutionBuildEvent/sdk10.vsixmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Identifier Id="94ecd13f-15f3-4f51-9afd-17f0275c6266">
<Name>vsSolutionBuildEvent</Name>
<Author>GitHub3F</Author>
<Version>1.16.0</Version>
<Version>1.16.1</Version>
<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>
<Locale>1033</Locale>
<MoreInfoUrl>https://github.com/3F/vsSolutionBuildEvent</MoreInfoUrl>
Expand Down
2 changes: 1 addition & 1 deletion vsSolutionBuildEvent/sdk15.vsixmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<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">
<!-- Do not use '..\' for paths because of problems when uninstalling -->
<Metadata>
<Identity Id="94ecd13f-15f3-4f51-9afd-17f0275c6266" Version="1.16.0" Language="en-US" Publisher="GitHub3F" />
<Identity Id="94ecd13f-15f3-4f51-9afd-17f0275c6266" Version="1.16.1" Language="en-US" Publisher="GitHub3F" />
<DisplayName>vsSolutionBuildEvent</DisplayName>
<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>
<MoreInfo>https://github.com/3F/vsSolutionBuildEvent</MoreInfo>
Expand Down
2 changes: 1 addition & 1 deletion vsSolutionBuildEvent/sdk17.vsixmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<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">
<!-- Do not use '..\' for paths because of problems when uninstalling -->
<Metadata>
<Identity Id="94ecd13f-15f3-4f51-9afd-17f0275c6266" Version="1.16.0" Language="en-US" Publisher="GitHub3F" />
<Identity Id="94ecd13f-15f3-4f51-9afd-17f0275c6266" Version="1.16.1" Language="en-US" Publisher="GitHub3F" />
<DisplayName>vsSolutionBuildEvent</DisplayName>
<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>
<MoreInfo>https://github.com/3F/vsSolutionBuildEvent</MoreInfo>
Expand Down

0 comments on commit fe64f7e

Please sign in to comment.