|
1 | | -- - - - - - - - |
2 | | -vsCommandEvent |
3 | | -- - - - - - - - |
| 1 | +vsCommandEvent - https://github.com/3F/vsCommandEvent |
| 2 | +- - - - - - - |
4 | 3 |
|
| 4 | +[v1.3] 2019.10.21 |
| 5 | + |
| 6 | + * NEW: Visual Studio 2019 full support. SDK15. |
| 7 | + |
| 8 | + * NEW: Complete integration with VS2017. SDK15. |
| 9 | + |
| 10 | + For VS2017 will be also available old SDK10 package implementation. |
| 11 | + But SDK15 is recommended. |
| 12 | + |
| 13 | + * NEW: Integration with MvsSln project. v2.5. |
| 14 | + Replaces processing for Advanced MSBuild. |
| 15 | + https://github.com/3F/MvsSln |
| 16 | + |
| 17 | + * NEW: Integration with E-MSBuild project. v1.14. |
| 18 | + Advanced Evaluator of MSBuild scripts with user-variables support through Varhead and more. |
| 19 | + https://github.com/3F/E-MSBuild |
| 20 | + |
| 21 | + * NEW: Integration with SobaScript -- an Extensible Modular Scripting Programming Language. |
| 22 | + https://github.com/3F/SobaScript |
| 23 | + |
| 24 | + * NEW: Included SobaScript Components: |
| 25 | + Z.Core: https://github.com/3F/SobaScript.Z.Core |
| 26 | + * ConditionComponent |
| 27 | + * EvMSBuildComponent |
| 28 | + * UserVariableComponent |
| 29 | + * TryComponent |
| 30 | + * CommentComponent |
| 31 | + * BoxComponent |
| 32 | + |
| 33 | + Z.Ext: https://github.com/3F/SobaScript.Z.Ext |
| 34 | + * SevenZipComponent |
| 35 | + * NuGetComponent |
| 36 | + * FileComponent |
| 37 | + * FunctionComponent |
| 38 | + |
| 39 | + Z.VS: https://github.com/3F/SobaScript.Z.VS |
| 40 | + * DTEComponent |
| 41 | + * OwpComponent |
| 42 | + * BuildComponent |
| 43 | + |
| 44 | + * FIXED: Fixed IEnvironment.ProjectsMBE implementations. |
| 45 | + |
| 46 | + * FIXED: Possible "Can not load 7-zip library or internal COM error" |
| 47 | + When using x64 instance. |
| 48 | + Related Issue https://github.com/3F/vsSolutionBuildEvent/issues/38 |
| 49 | + |
| 50 | + * FIXED: Possible "An equivalent project is already present in the project collection." |
| 51 | + Related Issue https://github.com/3F/vsSolutionBuildEvent/issues/42. |
| 52 | + |
| 53 | + * FIXED: Possible incorrect projects for MSBuild Properties |
| 54 | + ~ $(TargetFrameworkVersion:Metadata) Issue #41. |
| 55 | + |
| 56 | + * FIXED: Failed getting project from EnvDTE. |
| 57 | + Related Issue https://github.com/3F/vsSolutionBuildEvent/issues/40. |
| 58 | + |
| 59 | + * CHANGED: Increased performance when evaluating data and scripts due to new SobaScript and E-MSBuild. |
| 60 | + |
| 61 | + * CHANGED: netfx target platform changes: |
| 62 | + |
| 63 | + * 4.0 only: VS2010, VS2012, VS2013, VS2015, VS2017 |
| 64 | + * 4.6 only: VS2017, VS2019 |
| 65 | + |
| 66 | + * CHANGED: Replaced old msbuild helper on hMSBuild 2.2 |
| 67 | + https://github.com/3F/hMSBuild |
| 68 | + |
| 69 | + * CHANGED: Updated 7z.Libs 19.0.1. |
| 70 | + |
| 71 | + * CHANGED: Updated AvalonEdit 5.0.4 |
| 72 | + |
| 73 | + * CHANGED: Updated Microsoft.VisualStudio.Shell.15.0 15.9.28307 |
| 74 | + |
| 75 | + * CHANGED: SDK15 packages only: |
| 76 | + Updated Microsoft.Build & Microsoft.Build.Framework 16.0.461 |
| 77 | + |
| 78 | + * CHANGED: Updated EnvDTE 8.0.2 |
| 79 | + |
| 80 | + * CHANGED: Updated EnvDTE80 8.0.3 |
| 81 | + |
| 82 | + * CHANGED: Updated Newtonsoft.Json 12.0.2 |
| 83 | + |
| 84 | + * CHANGED: Updated Microsoft.VisualStudio.SDK.EmbedInteropTypes 15.0.27 |
| 85 | + |
| 86 | + * CHANGED: StreamJsonRpc 2.0.208 |
| 87 | + |
| 88 | + * CHANGED: System.ValueTuple 4.5.0 |
| 89 | + |
| 90 | + * NOTE: Our new releases migrated from SourceForge to GitHub Release Page: |
| 91 | + https://github.com/3F/vsCommandEvent/releases |
| 92 | + |
| 93 | + Most actual information is still here: https://vsce.r-eg.net/Downloads/ |
| 94 | + |
| 95 | + * NOTE: Mirror src on bitbucket is obsolete now. |
| 96 | + Please use only GitHub: https://github.com/3F/vsCommandEvent |
| 97 | + |
| 98 | + * NOTE: Here is about SDK10 / SDK15 packages: |
| 99 | + https://vssbe.r-eg.net/doc/Usage/#sdk10--sdk15-versions |
| 100 | + |
| 101 | + |
5 | 102 | [v1.2] 2016.10.19 |
6 | 103 |
|
7 | 104 | * FIXED: Fixed bug "Save changes to the following items?" VS IDE |
|
0 commit comments