|
1 | 1 | vsSolutionBuildEvent - https://github.com/3F/vsSolutionBuildEvent |
2 | 2 | _ _ _ _ _ _ _ _ _ _ |
3 | 3 |
|
| 4 | +[1.14] 2019.09.26 |
| 5 | + |
| 6 | + * NEW: Integration with MvsSln project. v2.4 PR #53. |
| 7 | + Replaces processing from IsolatedEnv/MSBuild/+ and fully removes our old parser. |
| 8 | + Finally it fixes lot of bugs (such as: #42, #41, #40,..) and also improves performance. |
| 9 | + https://github.com/3F/MvsSln |
| 10 | + |
| 11 | + * NEW: Open Source independent script engines under the MIT License. Issue #55. |
| 12 | + |
| 13 | + * NEW: Integration with E-MSBuild project. v1.14. Part of PR #56. |
| 14 | + Advanced Evaluator of MSBuild scripts with user-variables support through Varhead and more. |
| 15 | + https://github.com/3F/E-MSBuild |
| 16 | + |
| 17 | + * NEW: Integration with SobaScript -- an Extensible Modular Scripting Programming Language. |
| 18 | + Part of PR #56. |
| 19 | + https://github.com/3F/SobaScript |
| 20 | + |
| 21 | + * NEW: Included SobaScript Components: |
| 22 | + Z.Core: https://github.com/3F/SobaScript.Z.Core |
| 23 | + * ConditionComponent |
| 24 | + * EvMSBuildComponent |
| 25 | + * UserVariableComponent |
| 26 | + * TryComponent |
| 27 | + * CommentComponent |
| 28 | + * BoxComponent |
| 29 | + |
| 30 | + Z.Ext: https://github.com/3F/SobaScript.Z.Ext |
| 31 | + * SevenZipComponent |
| 32 | + * NuGetComponent |
| 33 | + * FileComponent |
| 34 | + * FunctionComponent |
| 35 | + |
| 36 | + Z.VS: https://github.com/3F/SobaScript.Z.VS |
| 37 | + * DTEComponent |
| 38 | + * OwpComponent |
| 39 | + * BuildComponent |
| 40 | + |
| 41 | + * FIXED: Possible "Can not load 7-zip library or internal COM error" |
| 42 | + When using x64 instance. Issue #38. |
| 43 | + |
| 44 | + * FIXED: Possible "An equivalent project is already present in the project collection." |
| 45 | + Issue #42. |
| 46 | + |
| 47 | + * FIXED: Possible incorrect projects for MSBuild Properties |
| 48 | + ~ $(TargetFrameworkVersion:Metadata) Issue #41. |
| 49 | + |
| 50 | + * FIXED: Failed getting project from EnvDTE. Issue #40. |
| 51 | + |
| 52 | + * CHANGED: Increased performance when evaluating data and scripts. |
| 53 | + |
| 54 | + * CHANGED: Updated 7z.Libs 19.0.1. |
| 55 | + |
| 56 | + * CHANGED: Updated AvalonEdit 5.0.4 |
| 57 | + |
| 58 | + * CHANGED: Updated Microsoft.VisualStudio.Shell.15.0 15.9.28307 |
| 59 | + |
| 60 | + * CHANGED: SDK15 packages only: |
| 61 | + Updated Microsoft.Build & Microsoft.Build.Framework 16.0.461 |
| 62 | + |
| 63 | + * CHANGED: Updated EnvDTE 8.0.2 |
| 64 | + |
| 65 | + * CHANGED: Updated EnvDTE80 8.0.3 |
| 66 | + |
| 67 | + * CHANGED: Updated Newtonsoft.Json 12.0.2 |
| 68 | + |
| 69 | + * CHANGED: Updated Microsoft.VisualStudio.SDK.EmbedInteropTypes 15.0.27 |
| 70 | + |
| 71 | + * CHANGED: StreamJsonRpc 2.0.208 |
| 72 | + |
| 73 | + * CHANGED: System.ValueTuple 4.5.0 |
| 74 | + |
| 75 | + * CHANGED: NuGet package `vsSBE.CI.MSBuild` is obsolete. Please use new: |
| 76 | + https://www.nuget.org/packages/vsSolutionBuildEvent |
| 77 | + Also new 'tools\' folder instead of 'bin\'. |
| 78 | + |
| 79 | + * KNOWN: Possible Failed Project.Pre/Post-binding: 'Object reference not set to an instance of an object.' |
| 80 | + Issue #43. |
| 81 | + Please enable debug mode, we're waiting for your reports. |
| 82 | + |
| 83 | + * KNOWN: Known problem for VS2019. Build can be started before activation of our plugin. |
| 84 | + This is a feature of the modern VS platform with lazy loading of all plugins. |
| 85 | + Solution: |
| 86 | + Just attach once our [status panel] and this will always activate our plugin before start. |
| 87 | + |
| 88 | + * KNOWN: Known problem when deactivated [Status Panel] from `View` - `Other Windows`. |
| 89 | + Incorrect identifier in previous version produces wrong tool. |
| 90 | + Solution: |
| 91 | + Just close this panel. Then, open it again from `View` - `Other Windows`. |
| 92 | + |
| 93 | + * NOTE: Please note. New releases has been migrated from SourceForge to GitHub Release Page: |
| 94 | + https://github.com/3F/vsSolutionBuildEvent/releases |
| 95 | + https://vssbe.r-eg.net/Downloads/ |
| 96 | + |
| 97 | + * NOTE: Here is about SDK10 / SDK15 packages: |
| 98 | + https://vssbe.r-eg.net/doc/Usage/#sdk10--sdk15-versions |
| 99 | + |
4 | 100 |
|
5 | 101 | [v0.12.11] 2019.06.30 |
6 | 102 |
|
|
0 commit comments