Skip to content

Commit 756aa98

Browse files
committed
Public release. vsCommandEvent 1.3
* NEW: Visual Studio 2019 full support. SDK15. * NEW: Complete integration with VS2017. SDK15. For VS2017 will be also available old SDK10 package implementation. But SDK15 is recommended. * NEW: Integration with MvsSln project. v2.5. Replaces processing for Advanced MSBuild. https://github.com/3F/MvsSln * NEW: Integration with E-MSBuild project. v1.14. Advanced Evaluator of MSBuild scripts with user-variables support through Varhead and more. https://github.com/3F/E-MSBuild * NEW: Integration with SobaScript -- an Extensible Modular Scripting Programming Language. https://github.com/3F/SobaScript * NEW: Included SobaScript Components: Z.Core: https://github.com/3F/SobaScript.Z.Core * ConditionComponent * EvMSBuildComponent * UserVariableComponent * TryComponent * CommentComponent * BoxComponent Z.Ext: https://github.com/3F/SobaScript.Z.Ext * SevenZipComponent * NuGetComponent * FileComponent * FunctionComponent Z.VS: https://github.com/3F/SobaScript.Z.VS * DTEComponent * OwpComponent * BuildComponent * FIXED: Fixed IEnvironment.ProjectsMBE implementations. * FIXED: Possible "Can not load 7-zip library or internal COM error" When using x64 instance. Related Issue 3F/vsSolutionBuildEvent#38 * FIXED: Possible "An equivalent project is already present in the project collection." Related Issue 3F/vsSolutionBuildEvent#42. * FIXED: Possible incorrect projects for MSBuild Properties ~ $(TargetFrameworkVersion:Metadata) Issue #41. * FIXED: Failed getting project from EnvDTE. Related Issue 3F/vsSolutionBuildEvent#40. * CHANGED: Increased performance when evaluating data and scripts due to new SobaScript and E-MSBuild. * CHANGED: netfx target platform changes: * 4.0 only: VS2010, VS2012, VS2013, VS2015, VS2017 * 4.6 only: VS2017, VS2019 * CHANGED: Replaced old msbuild helper on hMSBuild 2.2 https://github.com/3F/hMSBuild * CHANGED: Updated 7z.Libs 19.0.1. * CHANGED: Updated AvalonEdit 5.0.4 * CHANGED: Updated Microsoft.VisualStudio.Shell.15.0 15.9.28307 * CHANGED: SDK15 packages only: Updated Microsoft.Build & Microsoft.Build.Framework 16.0.461 * CHANGED: Updated EnvDTE 8.0.2 * CHANGED: Updated EnvDTE80 8.0.3 * CHANGED: Updated Newtonsoft.Json 12.0.2 * CHANGED: Updated Microsoft.VisualStudio.SDK.EmbedInteropTypes 15.0.27 * CHANGED: StreamJsonRpc 2.0.208 * CHANGED: System.ValueTuple 4.5.0 * NOTE: Our new releases migrated from SourceForge to GitHub Release Page: https://github.com/3F/vsCommandEvent/releases Most actual information is still here: https://vsce.r-eg.net/Downloads/ * NOTE: Mirror src on bitbucket is obsolete now. Please use only GitHub: https://github.com/3F/vsCommandEvent * NOTE: Here is about SDK10 / SDK15 packages: https://vssbe.r-eg.net/doc/Usage/#sdk10--sdk15-versions
1 parent 643ae20 commit 756aa98

File tree

7 files changed

+108
-11
lines changed

7 files changed

+108
-11
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.0
1+
1.3.0

3rd-party

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ vsCommandEvent [ github.com/3F/vsCommandEvent ]
2121
* 7-Zip (www.7-zip.org)
2222
* GetNuTool (github.com/3F/GetNuTool)
2323

24-
## Maintaining of this project also includes the following tools:
24+
## Dev Dependencies includes the following tools for src:
2525

2626
* Moq (www.moqthis.com)
2727
* VsixCompress (nuget.org/packages/VsixCompress)
2828
* GetNuTool (github.com/3F/GetNuTool)
29-
* vsSolutionBuildEvent CI.MSBuild (vssbe.r-eg.net)
29+
* vsSolutionBuildEvent (github.com/3F/vsSolutionBuildEvent)
3030
* hMSBuild (github.com/3F/hMSBuild)
3131

3232

AUTHORS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* Copyright (c) 2015-2016 Denis Kuzmin (reg) < entry.reg@gmail.com >
1+
* Copyright (c) 2015,2016,2019 Denis Kuzmin < entry.reg@gmail.com > GitHub/3F

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# [vsCommandEvent](https://github.com/3F/vsCommandEvent)
22

3-
Extending Visual Studio **on the fly** via Advanced MSBuild, SBE-Scripts, C#, ... An powerful manager of the commands and data.
3+
Extending Visual Studio **on the fly** via [E-MSBuild]((https://github.com/3F/E-MSBuild)), [SobaScript]((https://github.com/3F/SobaScript)), C#, ... An powerful manager of the commands and data.
44

55
*Feel like a master.*
66

@@ -211,5 +211,5 @@ Welcome:
211211

212212
![](https://3F.github.io/web.vsCE/doc/Resources/examples/cmds/live.gif)
213213

214-
**[ [ . . .](https://vsce.r-eg.net/Screenshots/) ]**
214+
👉 **[ [ . . .](https://vsce.r-eg.net/Screenshots/) ]**
215215

changelog.txt

Lines changed: 100 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,104 @@
1-
- - - - - - - -
2-
vsCommandEvent
3-
- - - - - - - -
1+
vsCommandEvent - https://github.com/3F/vsCommandEvent
2+
- - - - - - -
43

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+
5102
[v1.2] 2016.10.19
6103

7104
* FIXED: Fixed bug "Save changes to the following items?" VS IDE

vsCommandEvent/sdk10.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<Identifier Id="DA5CEB32-1E09-44A5-A6AA-71D3149A53B7">
55
<Name>vsCommandEvent</Name>
66
<Author>GitHub3F</Author>
7-
<Version>1.2.0</Version>
7+
<Version>1.3.0</Version>
88
<Description xml:space="preserve">Extending Visual Studio on the fly via E-MSBuild, SobaScript, C#, ... An powerful manager of the commands and data.</Description>
99
<Locale>1033</Locale>
1010
<MoreInfoUrl>https://github.com/3F/vsCommandEvent</MoreInfoUrl>

vsCommandEvent/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="DA5CEB32-1E09-44A5-A6AA-71D3149A53B7" Version="1.2.0" Language="en-US" Publisher="GitHub3F" />
5+
<Identity Id="DA5CEB32-1E09-44A5-A6AA-71D3149A53B7" Version="1.3.0" Language="en-US" Publisher="GitHub3F" />
66
<DisplayName>vsCommandEvent</DisplayName>
77
<Description xml:space="preserve">Extending Visual Studio on the fly via E-MSBuild, SobaScript, C#, ... An powerful manager of the commands and data.</Description>
88
<MoreInfo>https://github.com/3F/vsCommandEvent</MoreInfo>

0 commit comments

Comments
 (0)