From f1cc7d0bdc24a2950641ba65705bf78b40395dda Mon Sep 17 00:00:00 2001 From: "Denis Kuzmin (github/3F)" Date: Wed, 2 Feb 2022 18:51:20 +0300 Subject: [PATCH] vsSolutionBuildEvent 1.15. Public release * 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 --- .version | 2 +- 3rd-party | 8 ++-- changelog.txt | 60 +++++++++++++++++++++++++ vsSolutionBuildEvent/sdk10.vsixmanifest | 2 +- vsSolutionBuildEvent/sdk15.vsixmanifest | 2 +- vsSolutionBuildEvent/sdk17.vsixmanifest | 2 +- 6 files changed, 69 insertions(+), 7 deletions(-) diff --git a/.version b/.version index 30f101c..d19d089 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -1.14.1 \ No newline at end of file +1.15.0 \ No newline at end of file diff --git a/3rd-party b/3rd-party index 94d5f4c..236976e 100644 --- a/3rd-party +++ b/3rd-party @@ -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) @@ -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 diff --git a/changelog.txt b/changelog.txt index 8228ff1..544a3e0 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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. diff --git a/vsSolutionBuildEvent/sdk10.vsixmanifest b/vsSolutionBuildEvent/sdk10.vsixmanifest index ffe7088..f09ca98 100644 --- a/vsSolutionBuildEvent/sdk10.vsixmanifest +++ b/vsSolutionBuildEvent/sdk10.vsixmanifest @@ -4,7 +4,7 @@ vsSolutionBuildEvent GitHub3F - 1.14.1 + 1.15.0 Event-Catcher with variety of advanced Actions to service projects, libraries, build processes, runtime environment of the Visual Studio, MSBuild Tools, and ... 1033 https://github.com/3F/vsSolutionBuildEvent diff --git a/vsSolutionBuildEvent/sdk15.vsixmanifest b/vsSolutionBuildEvent/sdk15.vsixmanifest index 0739cff..27ac15f 100644 --- a/vsSolutionBuildEvent/sdk15.vsixmanifest +++ b/vsSolutionBuildEvent/sdk15.vsixmanifest @@ -2,7 +2,7 @@ - + vsSolutionBuildEvent Event-Catcher with variety of advanced Actions to service projects, libraries, build processes, runtime environment of the Visual Studio, MSBuild Tools, and ... https://github.com/3F/vsSolutionBuildEvent diff --git a/vsSolutionBuildEvent/sdk17.vsixmanifest b/vsSolutionBuildEvent/sdk17.vsixmanifest index 8570731..212e684 100644 --- a/vsSolutionBuildEvent/sdk17.vsixmanifest +++ b/vsSolutionBuildEvent/sdk17.vsixmanifest @@ -2,7 +2,7 @@ - + vsSolutionBuildEvent Event-Catcher with variety of advanced Actions to service projects, libraries, build processes, runtime environment of the Visual Studio, MSBuild Tools, and ... https://github.com/3F/vsSolutionBuildEvent