Skip to content

Commit

Permalink
Public release. vsCommandEvent 1.3
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
3F committed Oct 21, 2019
1 parent 643ae20 commit 756aa98
Show file tree
Hide file tree
Showing 7 changed files with 108 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.0
1.3.0
4 changes: 2 additions & 2 deletions 3rd-party
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ vsCommandEvent [ github.com/3F/vsCommandEvent ]
* 7-Zip (www.7-zip.org)
* GetNuTool (github.com/3F/GetNuTool)

## Maintaining of this project also includes the following tools:
## Dev Dependencies includes the following tools for src:

* Moq (www.moqthis.com)
* VsixCompress (nuget.org/packages/VsixCompress)
* GetNuTool (github.com/3F/GetNuTool)
* vsSolutionBuildEvent CI.MSBuild (vssbe.r-eg.net)
* vsSolutionBuildEvent (github.com/3F/vsSolutionBuildEvent)
* hMSBuild (github.com/3F/hMSBuild)


Expand Down
2 changes: 1 addition & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* Copyright (c) 2015-2016 Denis Kuzmin (reg) < entry.reg@gmail.com >
* Copyright (c) 2015,2016,2019 Denis Kuzmin < entry.reg@gmail.com > GitHub/3F
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# [vsCommandEvent](https://github.com/3F/vsCommandEvent)

Extending Visual Studio **on the fly** via Advanced MSBuild, SBE-Scripts, C#, ... An powerful manager of the commands and data.
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.

*Feel like a master.*

Expand Down Expand Up @@ -211,5 +211,5 @@ Welcome:

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

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

103 changes: 100 additions & 3 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,104 @@
- - - - - - - -
vsCommandEvent
- - - - - - - -
vsCommandEvent - https://github.com/3F/vsCommandEvent
- - - - - - -

[v1.3] 2019.10.21

* 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 https://github.com/3F/vsSolutionBuildEvent/issues/38

* FIXED: Possible "An equivalent project is already present in the project collection."
Related Issue https://github.com/3F/vsSolutionBuildEvent/issues/42.

* FIXED: Possible incorrect projects for MSBuild Properties
~ $(TargetFrameworkVersion:Metadata) Issue #41.

* FIXED: Failed getting project from EnvDTE.
Related Issue https://github.com/3F/vsSolutionBuildEvent/issues/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


[v1.2] 2016.10.19

* FIXED: Fixed bug "Save changes to the following items?" VS IDE
Expand Down
2 changes: 1 addition & 1 deletion vsCommandEvent/sdk10.vsixmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Identifier Id="DA5CEB32-1E09-44A5-A6AA-71D3149A53B7">
<Name>vsCommandEvent</Name>
<Author>GitHub3F</Author>
<Version>1.2.0</Version>
<Version>1.3.0</Version>
<Description xml:space="preserve">Extending Visual Studio on the fly via E-MSBuild, SobaScript, C#, ... An powerful manager of the commands and data.</Description>
<Locale>1033</Locale>
<MoreInfoUrl>https://github.com/3F/vsCommandEvent</MoreInfoUrl>
Expand Down
2 changes: 1 addition & 1 deletion vsCommandEvent/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="DA5CEB32-1E09-44A5-A6AA-71D3149A53B7" Version="1.2.0" Language="en-US" Publisher="GitHub3F" />
<Identity Id="DA5CEB32-1E09-44A5-A6AA-71D3149A53B7" Version="1.3.0" Language="en-US" Publisher="GitHub3F" />
<DisplayName>vsCommandEvent</DisplayName>
<Description xml:space="preserve">Extending Visual Studio on the fly via E-MSBuild, SobaScript, C#, ... An powerful manager of the commands and data.</Description>
<MoreInfo>https://github.com/3F/vsCommandEvent</MoreInfo>
Expand Down

0 comments on commit 756aa98

Please sign in to comment.