Skip to content

Commit

Permalink
vsSolutionBuildEvent 1.15. Public release
Browse files Browse the repository at this point in the history
* NEW: Visual Studio 2022 support. SDK17. PR #75

* FIXED: MSBuild Properties not changing according to solution configuration.
         Issue #71

* FIXED: Fixed unexpected plugin deactivation in Visual Studio 2010.

* FIXED: Fixed incorrect format of new generated .sln for CIM.

* CHANGED: Updated the follwoing references:

    * MSBuild 17.0.0 for SDK15 and SDK17 only
      https://www.nuget.org/packages/Microsoft.Build/17.0.0

    * MvsSln 2.6.1
      https://github.com/3F/MvsSln/releases/tag/2.6.1

    * 7z.Libs 21.6.0
      https://github.com/3F/7z.Libs/releases/tag/21.6.0

    * Microsoft.VisualStudio.Interop 17.0.32112.339
      https://www.nuget.org/packages/Microsoft.VisualStudio.Interop/17.0.32112.339

    * NLog 4.7.13
      https://github.com/NLog/NLog/releases/tag/v4.7.13

    * AvalonEdit 6.1.3.50
      https://github.com/icsharpcode/AvalonEdit/releases/tag/v6.1.3

    * System.Runtime.CompilerServices.Unsafe 5.0.0
      https://go.microsoft.com/fwlink/?LinkID=799421

    * Newtonsoft.Json 13.0.1
      https://github.com/JamesNK/Newtonsoft.Json/releases/tag/13.0.1

    * LSender 1.16
      https://github.com/3F/LSender/releases/tag/1.16

* KNOWN: 7z: relative paths like ..\Dir for input files lead to wrong filename in zip file.
         Please follow the temporary solution described here:
         #70

* NOTE: Choose the package that suits your needs:

        *.vsix  - Visual Studio
        *.nupkg - MSBuild
        *.zip   - API, samples, etc.

        GitHub: https://github.com/3F/vsSolutionBuildEvent/releases/tag/1.15
        NuGet:  https://www.nuget.org/packages/vsSolutionBuildEvent/

        * SDK17: Visual Studio 2022+
        * SDK15: Visual Studio 2019, 2017
        * SDK10: Visual Studio 2017, 2015, 2013, 2012, 2010
  • Loading branch information
3F committed Feb 2, 2022
1 parent 20a35e8 commit f1cc7d0
Show file tree
Hide file tree
Showing 6 changed files with 69 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.14.1
1.15.0
8 changes: 5 additions & 3 deletions 3rd-party
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ vsSolutionBuildEvent - https://github.com/3F/vsSolutionBuildEvent

# Third-party software components

## The vsSolutionBuildEvent includes
## vsSolutionBuildEvent and its various packages may* include or reference:
(*- specific target platforms or some complex archives)

* SobaScript (github.com/3F/SobaScript)
* Core Components (github.com/3F/SobaScript.Z.Core)
Expand All @@ -21,12 +22,13 @@ vsSolutionBuildEvent - https://github.com/3F/vsSolutionBuildEvent
* 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)
* GetNuTool (github.com/3F/GetNuTool)
* vsSolutionBuildEvent CI.MSBuild (vssbe.r-eg.net)
* vsSolutionBuildEvent (github.com/3F/vsSolutionBuildEvent)
* hMSBuild (github.com/3F/hMSBuild)
* netfx4sdk (github.com/3F/netfx4sdk)


## Additional packages
Expand Down
60 changes: 60 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,66 @@
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
vsSolutionBuildEvent - https://github.com/3F/vsSolutionBuildEvent
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

[1.15] 2022.02.02

* NEW: Visual Studio 2022 support. SDK17. PR #75

* FIXED: MSBuild Properties not changing according to solution configuration.
Issue #71

* FIXED: Fixed unexpected plugin deactivation in Visual Studio 2010.

* FIXED: Fixed incorrect format of new generated .sln for CIM.

* CHANGED: Updated the follwoing references:

* MSBuild 17.0.0 for SDK15 and SDK17 only
https://www.nuget.org/packages/Microsoft.Build/17.0.0

* MvsSln 2.6.1
https://github.com/3F/MvsSln/releases/tag/2.6.1

* 7z.Libs 21.6.0
https://github.com/3F/7z.Libs/releases/tag/21.6.0

* Microsoft.VisualStudio.Interop 17.0.32112.339
https://www.nuget.org/packages/Microsoft.VisualStudio.Interop/17.0.32112.339

* NLog 4.7.13
https://github.com/NLog/NLog/releases/tag/v4.7.13

* AvalonEdit 6.1.3.50
https://github.com/icsharpcode/AvalonEdit/releases/tag/v6.1.3

* System.Runtime.CompilerServices.Unsafe 5.0.0
https://go.microsoft.com/fwlink/?LinkID=799421

* Newtonsoft.Json 13.0.1
https://github.com/JamesNK/Newtonsoft.Json/releases/tag/13.0.1

* LSender 1.16
https://github.com/3F/LSender/releases/tag/1.16


* KNOWN: 7z: relative paths like ..\Dir for input files lead to wrong filename in zip file.
Please follow the temporary solution described here:
https://github.com/3F/vsSolutionBuildEvent/issues/70

* NOTE: Choose the package that suits your needs:

*.vsix - Visual Studio
*.nupkg - MSBuild
*.zip - API, samples, etc.

GitHub: https://github.com/3F/vsSolutionBuildEvent/releases/tag/1.15
NuGet: https://www.nuget.org/packages/vsSolutionBuildEvent/

* SDK17: Visual Studio 2022+
* SDK15: Visual Studio 2019, 2017
* SDK10: Visual Studio 2017, 2015, 2013, 2012, 2010


[1.14.1] 2020.07.31

* FIXED: Fixed "escapedValue" cannot be null. Issue #61.
Expand Down
2 changes: 1 addition & 1 deletion vsSolutionBuildEvent/sdk10.vsixmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Identifier Id="94ecd13f-15f3-4f51-9afd-17f0275c6266">
<Name>vsSolutionBuildEvent</Name>
<Author>GitHub3F</Author>
<Version>1.14.1</Version>
<Version>1.15.0</Version>
<Description xml:space="preserve">Event-Catcher with variety of advanced Actions to service projects, libraries, build processes, runtime environment of the Visual Studio, MSBuild Tools, and ...</Description>
<Locale>1033</Locale>
<MoreInfoUrl>https://github.com/3F/vsSolutionBuildEvent</MoreInfoUrl>
Expand Down
2 changes: 1 addition & 1 deletion vsSolutionBuildEvent/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="94ecd13f-15f3-4f51-9afd-17f0275c6266" Version="1.14.1" Language="en-US" Publisher="GitHub3F" />
<Identity Id="94ecd13f-15f3-4f51-9afd-17f0275c6266" Version="1.15.0" Language="en-US" Publisher="GitHub3F" />
<DisplayName>vsSolutionBuildEvent</DisplayName>
<Description xml:space="preserve">Event-Catcher with variety of advanced Actions to service projects, libraries, build processes, runtime environment of the Visual Studio, MSBuild Tools, and ...</Description>
<MoreInfo>https://github.com/3F/vsSolutionBuildEvent</MoreInfo>
Expand Down
2 changes: 1 addition & 1 deletion vsSolutionBuildEvent/sdk17.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="94ecd13f-15f3-4f51-9afd-17f0275c6266" Version="1.14.1" Language="en-US" Publisher="GitHub3F" />
<Identity Id="94ecd13f-15f3-4f51-9afd-17f0275c6266" Version="1.15.0" Language="en-US" Publisher="GitHub3F" />
<DisplayName>vsSolutionBuildEvent</DisplayName>
<Description xml:space="preserve">Event-Catcher with variety of advanced Actions to service projects, libraries, build processes, runtime environment of the Visual Studio, MSBuild Tools, and ...</Description>
<MoreInfo>https://github.com/3F/vsSolutionBuildEvent</MoreInfo>
Expand Down

0 comments on commit f1cc7d0

Please sign in to comment.