tag:github.com,2008:https://github.com/3F/vsSolutionBuildEvent/releasesTags from vsSolutionBuildEvent2024-05-22T19:45:55Ztag:github.com,2008:Repository/17705084/1.16.12024-05-23T11:54:17Z1.16.1<p>vsSolutionBuildEvent 1.16.1 Public release</p>
<p>* FIXED: An *undefined* MSBuild properties (e.g. SolutionDir, SolutionName, SolutionPath, ...)
<br /> when environment is not completely ready. Caused by, for example, third-party plugins like Telerik etc.
<br /> Issue <a class="issue-link js-issue-link" href="https://github.com/3F/vsSolutionBuildEvent/issues/80">#80</a>.</p>
<p>* FIXED: Broken caching for C# Mode since 1.16. +GenerateInMemory=true support.</p>
<p>* FIXED: UI. Incorrect panel toggling in the main window.</p>
<p>* FIXED: UI. Incorrect display of the scrollbar in the main editor when other actions are activated.</p>
<p>* CHANGED: ISolutionEvent.Enabled option is no longer considered when executed from a script mode.
<br /> For example,
<br /> ```
<br /> #[Core events.Post.item("ShaList").run()]
<br /> ```
<br /> run an `ShaList` action like function regardless of its activity state from a specified script.</p>
<p>* CHANGED: VS IDE Error List now redirects to the main window to the specified action if you click it.</p>
<p>* CHANGED: Core. Updated MvsSln 2.7
<br /> <a href="https://github.com/3F/MvsSln/releases/tag/2.7">https://github.com/3F/MvsSln/releases/tag/2.7</a></p>
<p>* CHANGED: CIM. Updated hMSBuild 2.4.1
<br /> <a href="https://github.com/3F/hMSBuild/releases/tag/2.4.1">https://github.com/3F/hMSBuild/releases/tag/2.4.1</a></p>
<p> cim.cmd now supports modern keys, like:
<br /> ```
<br /> cim.cmd -cs ~c Debug
<br /> ```</p>
<p>* CHANGED: CI tools.
<br /> * netfx4sdk 1.2 <a href="https://github.com/3F/netfx4sdk/releases/tag/1.2">https://github.com/3F/netfx4sdk/releases/tag/1.2</a>
<br /> * GetNuTool 1.9 <a href="https://github.com/3F/GetNuTool/releases/tag/1.9">https://github.com/3F/GetNuTool/releases/tag/1.9</a></p>3Ftag:github.com,2008:Repository/17705084/1.162023-11-27T00:41:04Z1.16<p>vsSolutionBuildEvent 1.16. Public release</p>
<p>* FIXED: "Failed build-raw: Value cannot be null" in modern environments.</p>
<p>* FIXED: Incorrect selection of project in properties (name:project).</p>
<p>* FIXED: Issue <a class="issue-link js-issue-link" href="https://github.com/3F/vsSolutionBuildEvent/issues/78">#78</a> Visual Studio Setup Project (.vdproj) through ignoring unsupported types.
<br /> Contact <a href="https://github.com/3F/MvsSln">https://github.com/3F/MvsSln</a> to consider support for legacy types.</p>
<p>* FIXED: UI layout for high DPI options.</p>
<p>* NEW: Added loading ClientLibrary (API) via common path
<br /> - UserProfile\Documents\vsSolutionBuildEvent</p>
<p> Find a new simplified implementation of ClientDemo here:
<br /> <a href="https://github.com/3F/vsSolutionBuildEvent/tree/master/ClientDemo">https://github.com/3F/vsSolutionBuildEvent/tree/master/ClientDemo</a></p>
<p>* NEW: Implemented suppressing OWP Show() - See <a class="issue-link js-issue-link" href="https://github.com/3F/vsSolutionBuildEvent/issues/76">#76</a></p>
<p>* CHANGED: Updated the following references:</p>
<p> * MvsSln 2.6.2
<br /> * AvalonEdit:
<br /> * For SDK15 and SDK17: 6.3.0.90
<br /> * For SDK10: 6.1.3.50
<br /> * NewtonsoftJson 13.0.3
<br /> * NLog 5.2.5
<br /> * 7z.Libs 21.7.0</p>3Ftag:github.com,2008:Repository/17705084/1.152022-02-02T16:20:42Z1.15<p>vsSolutionBuildEvent 1.15. Public release</p>
<p>* NEW: Visual Studio 2022 support. SDK17. PR <a class="issue-link js-issue-link" href="https://github.com/3F/vsSolutionBuildEvent/pull/75">#75</a></p>
<p>* FIXED: MSBuild Properties not changing according to solution configuration.
<br /> Issue <a class="issue-link js-issue-link" href="https://github.com/3F/vsSolutionBuildEvent/issues/71">#71</a></p>
<p>* FIXED: Fixed unexpected plugin deactivation in Visual Studio 2010.</p>
<p>* FIXED: Fixed incorrect format of new generated .sln for CIM.</p>
<p>* CHANGED: Updated the follwoing references:</p>
<p> * MSBuild 17.0.0 for SDK15 and SDK17 only
<br /> <a href="https://www.nuget.org/packages/Microsoft.Build/17.0.0">https://www.nuget.org/packages/Microsoft.Build/17.0.0</a></p>
<p> * MvsSln 2.6.1
<br /> <a href="https://github.com/3F/MvsSln/releases/tag/2.6.1">https://github.com/3F/MvsSln/releases/tag/2.6.1</a></p>
<p> * 7z.Libs 21.6.0
<br /> <a href="https://github.com/3F/7z.Libs/releases/tag/21.6.0">https://github.com/3F/7z.Libs/releases/tag/21.6.0</a></p>
<p> * Microsoft.VisualStudio.Interop 17.0.32112.339
<br /> <a href="https://www.nuget.org/packages/Microsoft.VisualStudio.Interop/17.0.32112.339">https://www.nuget.org/packages/Microsoft.VisualStudio.Interop/17.0.32112.339</a></p>
<p> * NLog 4.7.13
<br /> <a href="https://github.com/NLog/NLog/releases/tag/v4.7.13">https://github.com/NLog/NLog/releases/tag/v4.7.13</a></p>
<p> * AvalonEdit 6.1.3.50
<br /> <a href="https://github.com/icsharpcode/AvalonEdit/releases/tag/v6.1.3">https://github.com/icsharpcode/AvalonEdit/releases/tag/v6.1.3</a></p>
<p> * System.Runtime.CompilerServices.Unsafe 5.0.0
<br /> <a href="https://go.microsoft.com/fwlink/?LinkID=799421">https://go.microsoft.com/fwlink/?LinkID=799421</a></p>
<p> * Newtonsoft.Json 13.0.1
<br /> <a href="https://github.com/JamesNK/Newtonsoft.Json/releases/tag/13.0.1">https://github.com/JamesNK/Newtonsoft.Json/releases/tag/13.0.1</a></p>
<p> * LSender 1.16
<br /> <a href="https://github.com/3F/LSender/releases/tag/1.16">https://github.com/3F/LSender/releases/tag/1.16</a></p>
<p>* KNOWN: 7z: relative paths like ..\Dir for input files lead to wrong filename in zip file.
<br /> Please follow the temporary solution described here:
<br /> <a class="issue-link js-issue-link" href="https://github.com/3F/vsSolutionBuildEvent/issues/70">#70</a></p>
<p>* NOTE: Choose the package that suits your needs:</p>
<p> *.vsix - Visual Studio
<br /> *.nupkg - MSBuild
<br /> *.zip - API, samples, etc.</p>
<p> GitHub: <a href="https://github.com/3F/vsSolutionBuildEvent/releases/tag/1.15">https://github.com/3F/vsSolutionBuildEvent/releases/tag/1.15</a>
<br /> NuGet: <a href="https://www.nuget.org/packages/vsSolutionBuildEvent/">https://www.nuget.org/packages/vsSolutionBuildEvent/</a></p>
<p> * SDK17: Visual Studio 2022+
<br /> * SDK15: Visual Studio 2019, 2017
<br /> * SDK10: Visual Studio 2017, 2015, 2013, 2012, 2010</p>3Ftag:github.com,2008:Repository/17705084/1.14.12020-08-16T22:54:56Z1.14.1<p>Public release. vsSolutionBuildEvent 1.14.1</p>
<p>* FIXED: Fixed "escapedValue" cannot be null. Issue <a class="issue-link js-issue-link" href="https://github.com/3F/vsSolutionBuildEvent/issues/61">#61</a>.</p>
<p>* FIXED: Fixed `#[Build cancel = true]` and related DTE-Commands.</p>
<p> In fact it will prevent `Command "Build.Cancel" is not available` for the any context of use.
<br /> This also now will ignore actions from Pre events if they used flag of the ignoring failed build
<br /> (cancel request essentially means the same failure)</p>
<p>* FIXED: Fixed possible "[MSBuild]::GetDirectoryNameOfFileAbove('', sdkmanifest.xml)" cannot be evaluated.</p>
<p>* FIXED: Fixed possible "Project configuration is not found <- sln [Debug|Win32]"</p>
<p>* FIXED: CIM. Fixed support of the: /p:nowarn="1591;1701;1702" key.</p>
<p>* FIXED: Fixed possible (.dmp etc) problem when loading solution: Value cannot be null.</p>
<p>* FIXED: CIM. Fixed MSB4016: An item with the same key has already been added.</p>
<p>* FIXED: Fixed possible stackoverflow in IsolatedEnv & Environment implementations.</p>
<p>* FIXED: VS IDE. Fixed error counter and error list pane when loading incorrect .vssbe then closed solution
<br /> and opened again.</p>
<p>* FIXED: Fixed possible System.TypeInitializationException:
<br /> "The type initializer for 'Microsoft.Build.Evaluation.ToolsetConfigurationReader' threw an exception."</p>
<p>* NEW: Implemented GUI for CIM versions.
<br /> First of all CIM now is part of the main project for CI support!
<br /> And the new CI.GUI module just provides convenient access to scripts and settings without VS IDE.</p>
<p>* NEW: Implemented SolutionConfigurations and SolutionActiveCfg by using MvsSln in IsolatedEnv (API vsSBE part).</p>
<p>* CHANGED: CIM (CI.MSBuild) now is part of the main project for CI support!</p>
<p>* CHANGED: Added .sln search if no arg for CIM.
<br /> Helps to avoid MSB1029 "We can't detect .sln file in arguments" by default.</p>
<p>* CHANGED: `Script` mode is now the default type for new actions.</p>
<p>* CHANGED: Mixing codes from client libraries (API) to the end results for API EventLevel implementation.</p>
<p>* CHANGED: SDK 15 will use .NET Framework: 4.7.2.</p>
<p>* CHANGED: Improved argument processing for CIM. PR <a class="issue-link js-issue-link" href="https://github.com/3F/vsSolutionBuildEvent/pull/67">#67</a>.
<br /> Both msbuild formats: `/property:` and `-property:`, ...</p>
<p>* CHANGED: Removed logic for upgrading config. Migration 0.8 -> 0.9.
<br /> Please use any related releases before 1.14.1 if you need automatic update.</p>
<p>* CHANGED: .vssbe Minimal version now is 0.12.4 due to removed the "Command" property from config.</p>
<p>* CHANGED: Pack of changes for .vssbe: Component list; Command Property; Default properties;... PR <a class="issue-link js-issue-link" href="https://github.com/3F/vsSolutionBuildEvent/pull/66">#66</a>.</p>
<p>* CHANGED: API. IEnvironment.ProjectsList now implemented through ISlnResult.ProjectItems (MvsSln).</p>
<p>* CHANGED: Updated the follwoing references:</p>
<p> * MSBuild 16.6.0 for SDK15 only
<br /> <a href="https://www.nuget.org/packages/Microsoft.Build/16.6.0">https://www.nuget.org/packages/Microsoft.Build/16.6.0</a></p>
<p> * MvsSln 2.5.3
<br /> <a href="https://github.com/3F/MvsSln/releases/tag/2.5.3">https://github.com/3F/MvsSln/releases/tag/2.5.3</a></p>
<p> * 7z.Libs 19.0.2
<br /> <a href="https://github.com/3F/7z.Libs/releases/tag/19.0.2">https://github.com/3F/7z.Libs/releases/tag/19.0.2</a></p>
<p> * E-MSBuild 1.14.1
<br /> <a href="https://github.com/3F/E-MSBuild/releases/tag/1.14.1">https://github.com/3F/E-MSBuild/releases/tag/1.14.1</a></p>
<p> * GetNuTool 1.8
<br /> <a href="https://github.com/3F/GetNuTool/releases/tag/1.8">https://github.com/3F/GetNuTool/releases/tag/1.8</a></p>
<p> * hMSBuild 2.3
<br /> <a href="https://github.com/3F/hMSBuild/releases/tag/v2.3">https://github.com/3F/hMSBuild/releases/tag/v2.3</a></p>
<p> * AvalonEdit 6.0.1
<br /> <a href="https://github.com/icsharpcode/AvalonEdit/releases/tag/v6.0.1">https://github.com/icsharpcode/AvalonEdit/releases/tag/v6.0.1</a></p>
<p> * Microsoft.VisualStudio.SDK.EmbedInteropTypes 15.0.30
<br /> <a href="https://aka.ms/VsExtensibility">https://aka.ms/VsExtensibility</a></p>
<p> * Newtonsoft.Json 12.0.3
<br /> <a href="https://github.com/JamesNK/Newtonsoft.Json/releases/tag/12.0.3">https://github.com/JamesNK/Newtonsoft.Json/releases/tag/12.0.3</a></p>
<p> * NLog 4.7.2
<br /> <a href="https://github.com/NLog/NLog/releases/tag/v4.7.2">https://github.com/NLog/NLog/releases/tag/v4.7.2</a></p>
<p> * Castle.Core 4.4.1
<br /> <a href="https://github.com/castleproject/Core/releases/tag/v4.4.1">https://github.com/castleproject/Core/releases/tag/v4.4.1</a></p>
<p> * Moq 4.14.5
<br /> <a href="https://github.com/moq/moq4/releases/tag/v4.14.5">https://github.com/moq/moq4/releases/tag/v4.14.5</a></p>
<p> * System.Runtime.CompilerServices.Unsafe 4.7.1
<br /> <a href="https://go.microsoft.com/fwlink/?LinkID=799421">https://go.microsoft.com/fwlink/?LinkID=799421</a></p>
<p> * System.Threading.Tasks.Extensions 4.5.4
<br /> <a href="https://go.microsoft.com/fwlink/?LinkID=799421">https://go.microsoft.com/fwlink/?LinkID=799421</a></p>
<p> * LSender 1.15
<br /> <a href="https://github.com/3F/LSender/releases/tag/1.15">https://github.com/3F/LSender/releases/tag/1.15</a></p>
<p>* NOTE: NuGet Packages now provides GUI wrapper to use it completely without VS IDE.</p>
<p> <a href="https://www.nuget.org/packages/vsSolutionBuildEvent">https://www.nuget.org/packages/vsSolutionBuildEvent</a>
<br /> Access it through GUI.bat helper inside root pkg dir.</p>
<p>* NOTE: You can also receive easily our NuGet Packages through `get-vsSBE.1.14.1.bat` script:</p>
<p> <a href="https://github.com/3F/vsSolutionBuildEvent/releases">https://github.com/3F/vsSolutionBuildEvent/releases</a>
<br /> then access anything with us.</p>3Ftag:github.com,2008:Repository/17705084/1.142019-09-26T15:42:07Z1.14<p>Public release of vsSolutionBuildEvent 1.14</p>
<p>* NEW: Integration with MvsSln project. v2.4 PR <a class="issue-link js-issue-link" href="https://github.com/3F/vsSolutionBuildEvent/pull/53">#53</a>.
<br /> Replaces processing from IsolatedEnv/MSBuild/+ and fully removes our old parser.
<br /> Finally it fixes lot of bugs (such as: <a class="issue-link js-issue-link" href="https://github.com/3F/vsSolutionBuildEvent/issues/42">#42</a>, <a class="issue-link js-issue-link" href="https://github.com/3F/vsSolutionBuildEvent/issues/41">#41</a>, <a class="issue-link js-issue-link" href="https://github.com/3F/vsSolutionBuildEvent/issues/40">#40</a>,..) and also improves performance.
<br /> <a href="https://github.com/3F/MvsSln">https://github.com/3F/MvsSln</a></p>
<p>* NEW: Open Source independent script engines under the MIT License. Issue <a class="issue-link js-issue-link" href="https://github.com/3F/vsSolutionBuildEvent/issues/55">#55</a>.</p>
<p>* NEW: Integration with E-MSBuild project. v1.14. Part of PR <a class="issue-link js-issue-link" href="https://github.com/3F/vsSolutionBuildEvent/pull/56">#56</a>.
<br /> Advanced Evaluator of MSBuild scripts with user-variables support through Varhead and more.
<br /> <a href="https://github.com/3F/E-MSBuild">https://github.com/3F/E-MSBuild</a></p>
<p>* NEW: Integration with SobaScript -- an Extensible Modular Scripting Programming Language.
<br /> Part of PR <a class="issue-link js-issue-link" href="https://github.com/3F/vsSolutionBuildEvent/pull/56">#56</a>.
<br /> <a href="https://github.com/3F/SobaScript">https://github.com/3F/SobaScript</a></p>
<p>* NEW: Included SobaScript Components:
<br /> Z.Core: <a href="https://github.com/3F/SobaScript.Z.Core">https://github.com/3F/SobaScript.Z.Core</a>
<br /> * ConditionComponent
<br /> * EvMSBuildComponent
<br /> * UserVariableComponent
<br /> * TryComponent
<br /> * CommentComponent
<br /> * BoxComponent</p>
<p> Z.Ext: <a href="https://github.com/3F/SobaScript.Z.Ext">https://github.com/3F/SobaScript.Z.Ext</a>
<br /> * SevenZipComponent
<br /> * NuGetComponent
<br /> * FileComponent
<br /> * FunctionComponent</p>
<p> Z.VS: <a href="https://github.com/3F/SobaScript.Z.VS">https://github.com/3F/SobaScript.Z.VS</a>
<br /> * DTEComponent
<br /> * OwpComponent
<br /> * BuildComponent</p>
<p>* FIXED: Possible "Can not load 7-zip library or internal COM error"
<br /> When using x64 instance. Issue <a class="issue-link js-issue-link" href="https://github.com/3F/vsSolutionBuildEvent/issues/38">#38</a>.</p>
<p>* FIXED: Possible "An equivalent project is already present in the project collection."
<br /> Issue <a class="issue-link js-issue-link" href="https://github.com/3F/vsSolutionBuildEvent/issues/42">#42</a>.</p>
<p>* FIXED: Possible incorrect projects for MSBuild Properties
<br /> ~ $(TargetFrameworkVersion:Metadata) Issue <a class="issue-link js-issue-link" href="https://github.com/3F/vsSolutionBuildEvent/issues/41">#41</a>.</p>
<p>* FIXED: Failed getting project from EnvDTE. Issue <a class="issue-link js-issue-link" href="https://github.com/3F/vsSolutionBuildEvent/issues/40">#40</a>.</p>
<p>* CHANGED: Increased performance when evaluating data and scripts.</p>
<p>* CHANGED: Updated 7z.Libs 19.0.1.</p>
<p>* CHANGED: Updated AvalonEdit 5.0.4</p>
<p>* CHANGED: Updated Microsoft.VisualStudio.Shell.15.0 15.9.28307</p>
<p>* CHANGED: SDK15 packages only:
<br /> Updated Microsoft.Build & Microsoft.Build.Framework 16.0.461</p>
<p>* CHANGED: Updated EnvDTE 8.0.2</p>
<p>* CHANGED: Updated EnvDTE80 8.0.3</p>
<p>* CHANGED: Updated Newtonsoft.Json 12.0.2</p>
<p>* CHANGED: Updated Microsoft.VisualStudio.SDK.EmbedInteropTypes 15.0.27</p>
<p>* CHANGED: StreamJsonRpc 2.0.208</p>
<p>* CHANGED: System.ValueTuple 4.5.0</p>
<p>* CHANGED: NuGet package `vsSBE.CI.MSBuild` is obsolete. Please use new:
<br /> <a href="https://www.nuget.org/packages/vsSolutionBuildEvent">https://www.nuget.org/packages/vsSolutionBuildEvent</a>
<br /> Also new 'tools\' folder instead of 'bin\'.</p>
<p>* KNOWN: Possible Failed Project.Pre/Post-binding: 'Object reference not set to an instance of an object.'
<br /> Issue <a class="issue-link js-issue-link" href="https://github.com/3F/vsSolutionBuildEvent/issues/43">#43</a>.
<br /> Please enable debug mode, we're waiting for your reports.</p>
<p>* KNOWN: Known problem for VS2019. Build can be started before activation of our plugin.
<br /> This is a feature of the modern VS platform with lazy loading of all plugins.
<br /> Solution:
<br /> Just attach once our [status panel] and this will always activate our plugin before start.</p>
<p>* KNOWN: Known problem when deactivated [Status Panel] from `View` - `Other Windows`.
<br /> Incorrect identifier in previous version produces wrong tool.
<br /> Solution:
<br /> Just close this panel. Then, open it again from `View` - `Other Windows`.</p>
<p>* NOTE: Please note. New releases has been migrated from SourceForge to GitHub Release Page:
<br /> <a href="https://github.com/3F/vsSolutionBuildEvent/releases">https://github.com/3F/vsSolutionBuildEvent/releases</a>
<br /> <a href="https://vssbe.r-eg.net/Downloads/">https://vssbe.r-eg.net/Downloads/</a></p>
<p>* NOTE: Here is about SDK10 / SDK15 packages:
<br /> <a href="https://vssbe.r-eg.net/doc/Usage/#sdk10--sdk15-versions">https://vssbe.r-eg.net/doc/Usage/#sdk10--sdk15-versions</a></p>3Ftag:github.com,2008:Repository/17705084/CI-build-2232019-09-21T22:34:41ZCI-build-223<p>Fixes RCI SDK10 build + <span class="issue-keyword tooltipped tooltipped-se">Closes</span> <a class="issue-link js-issue-link" href="https://github.com/3F/vsSolutionBuildEvent/issues/41">#41</a> as a verified workable logic after…</p>
<p>… MvsSln integration</p>3Ftag:github.com,2008:Repository/17705084/CI-build-2202019-09-19T16:34:24ZCI-build-2203Ftag:github.com,2008:Repository/17705084/CI-build-2182019-09-18T22:07:26ZCI-build-2183Ftag:github.com,2008:Repository/17705084/CI-build-2112019-08-17T20:59:34ZCI-build-211: Fixed related VS Threading bug in updated Shell.15.0.15.9.28307<p>Fixed related VS Threading bug in updated Shell.15.0.15.9.28307</p>
<p>If tool is already attached when starting VS:
<br />* <a href="https://github.com/microsoft/extendvs/issues/68">https://github.com/microsoft/extendvs/issues/68</a></p>3Ftag:github.com,2008:Repository/17705084/CI-build-2102019-08-10T18:25:46ZCI-build-210<p>Manually updated dependencies due to issue <a href="https://github.com/dependabot/feedback/issues/259">https://github.com/dependa…</a></p>
<p><a href="https://github.com/dependabot/feedback/issues/259">…bot/feedback/issues/259</a></p>
<p>* Updated `Moq 4.12.0`. <span class="issue-keyword tooltipped tooltipped-se">Closes</span> <a class="issue-link js-issue-link" href="https://github.com/3F/vsSolutionBuildEvent/pull/47">#47</a>
<br />* Updated `Microsoft.Build.Framework 16.0.461`. <span class="issue-keyword tooltipped tooltipped-se">Closes</span> <a class="issue-link js-issue-link" href="https://github.com/3F/vsSolutionBuildEvent/pull/46">#46</a>
<br />* Updated `Microsoft.VisualStudio.SDK.Analyzers 16.3.2`
<br />* Updated `Microsoft.VisualStudio.SDK.EmbedInteropTypes 15.0.27`
<br />* Updated `Microsoft.VisualStudio.Threading 16.3.13`. <span class="issue-keyword tooltipped tooltipped-se">Closes</span> <a class="issue-link js-issue-link" href="https://github.com/3F/vsSolutionBuildEvent/pull/51">#51</a>
<br />* Updated `Microsoft.VisualStudio.Threading.Analyzers 16.3.13`
<br />* Updated `Microsoft.VisualStudio.Utilities 16.2.29122.156`
<br />* Updated `Newtonsoft.Json 12.0.2`. <span class="issue-keyword tooltipped tooltipped-se">Closes</span> <a class="issue-link js-issue-link" href="https://github.com/3F/vsSolutionBuildEvent/pull/50">#50</a>
<br />* Updated `NLog 4.6.6`. <span class="issue-keyword tooltipped tooltipped-se">Closes</span> <a class="issue-link js-issue-link" href="https://github.com/3F/vsSolutionBuildEvent/pull/52">#52</a>
<br />* Updated `StreamJsonRpc 2.1.55`. <span class="issue-keyword tooltipped tooltipped-se">Closes</span> <a class="issue-link js-issue-link" href="https://github.com/3F/vsSolutionBuildEvent/pull/49">#49</a></p>
<p>* Ignored `Microsoft.VisualStudio.Shell.15.0`. <span class="issue-keyword tooltipped tooltipped-se">Closes</span> <a class="issue-link js-issue-link" href="https://github.com/3F/vsSolutionBuildEvent/pull/48">#48</a> (read details there)
<br />* Ignored `Microsoft.VisualStudio.Shell.Framework`. Related to <a class="issue-link js-issue-link" href="https://github.com/3F/vsSolutionBuildEvent/pull/48">#48</a>.</p>
<p>Also updates just released MvsSln 2.4:
<br /><a href="https://github.com/3F/MvsSln/releases/tag/v2.4">https://github.com/3F/MvsSln/releases/tag/v2.4</a></p>3F