Skip to content

Commit f1cc7d0

Browse files
committed
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: #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 parent 20a35e8 commit f1cc7d0

6 files changed

Lines changed: 69 additions & 7 deletions

File tree

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.14.1
1+
1.15.0

3rd-party

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ vsSolutionBuildEvent - https://github.com/3F/vsSolutionBuildEvent
33

44
# Third-party software components
55

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

89
* SobaScript (github.com/3F/SobaScript)
910
* Core Components (github.com/3F/SobaScript.Z.Core)
@@ -21,12 +22,13 @@ vsSolutionBuildEvent - https://github.com/3F/vsSolutionBuildEvent
2122
* 7-Zip (www.7-zip.org)
2223
* GetNuTool (github.com/3F/GetNuTool)
2324

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

2627
* Moq (www.moqthis.com)
2728
* GetNuTool (github.com/3F/GetNuTool)
28-
* vsSolutionBuildEvent CI.MSBuild (vssbe.r-eg.net)
29+
* vsSolutionBuildEvent (github.com/3F/vsSolutionBuildEvent)
2930
* hMSBuild (github.com/3F/hMSBuild)
31+
* netfx4sdk (github.com/3F/netfx4sdk)
3032

3133

3234
## Additional packages

changelog.txt

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,66 @@
1+
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
12
vsSolutionBuildEvent - https://github.com/3F/vsSolutionBuildEvent
23
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
34

5+
[1.15] 2022.02.02
6+
7+
* NEW: Visual Studio 2022 support. SDK17. PR #75
8+
9+
* FIXED: MSBuild Properties not changing according to solution configuration.
10+
Issue #71
11+
12+
* FIXED: Fixed unexpected plugin deactivation in Visual Studio 2010.
13+
14+
* FIXED: Fixed incorrect format of new generated .sln for CIM.
15+
16+
* CHANGED: Updated the follwoing references:
17+
18+
* MSBuild 17.0.0 for SDK15 and SDK17 only
19+
https://www.nuget.org/packages/Microsoft.Build/17.0.0
20+
21+
* MvsSln 2.6.1
22+
https://github.com/3F/MvsSln/releases/tag/2.6.1
23+
24+
* 7z.Libs 21.6.0
25+
https://github.com/3F/7z.Libs/releases/tag/21.6.0
26+
27+
* Microsoft.VisualStudio.Interop 17.0.32112.339
28+
https://www.nuget.org/packages/Microsoft.VisualStudio.Interop/17.0.32112.339
29+
30+
* NLog 4.7.13
31+
https://github.com/NLog/NLog/releases/tag/v4.7.13
32+
33+
* AvalonEdit 6.1.3.50
34+
https://github.com/icsharpcode/AvalonEdit/releases/tag/v6.1.3
35+
36+
* System.Runtime.CompilerServices.Unsafe 5.0.0
37+
https://go.microsoft.com/fwlink/?LinkID=799421
38+
39+
* Newtonsoft.Json 13.0.1
40+
https://github.com/JamesNK/Newtonsoft.Json/releases/tag/13.0.1
41+
42+
* LSender 1.16
43+
https://github.com/3F/LSender/releases/tag/1.16
44+
45+
46+
* KNOWN: 7z: relative paths like ..\Dir for input files lead to wrong filename in zip file.
47+
Please follow the temporary solution described here:
48+
https://github.com/3F/vsSolutionBuildEvent/issues/70
49+
50+
* NOTE: Choose the package that suits your needs:
51+
52+
*.vsix - Visual Studio
53+
*.nupkg - MSBuild
54+
*.zip - API, samples, etc.
55+
56+
GitHub: https://github.com/3F/vsSolutionBuildEvent/releases/tag/1.15
57+
NuGet: https://www.nuget.org/packages/vsSolutionBuildEvent/
58+
59+
* SDK17: Visual Studio 2022+
60+
* SDK15: Visual Studio 2019, 2017
61+
* SDK10: Visual Studio 2017, 2015, 2013, 2012, 2010
62+
63+
464
[1.14.1] 2020.07.31
565

666
* FIXED: Fixed "escapedValue" cannot be null. Issue #61.

vsSolutionBuildEvent/sdk10.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<Identifier Id="94ecd13f-15f3-4f51-9afd-17f0275c6266">
55
<Name>vsSolutionBuildEvent</Name>
66
<Author>GitHub3F</Author>
7-
<Version>1.14.1</Version>
7+
<Version>1.15.0</Version>
88
<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>
99
<Locale>1033</Locale>
1010
<MoreInfoUrl>https://github.com/3F/vsSolutionBuildEvent</MoreInfoUrl>

vsSolutionBuildEvent/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="94ecd13f-15f3-4f51-9afd-17f0275c6266" Version="1.14.1" Language="en-US" Publisher="GitHub3F" />
5+
<Identity Id="94ecd13f-15f3-4f51-9afd-17f0275c6266" Version="1.15.0" Language="en-US" Publisher="GitHub3F" />
66
<DisplayName>vsSolutionBuildEvent</DisplayName>
77
<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>
88
<MoreInfo>https://github.com/3F/vsSolutionBuildEvent</MoreInfo>

vsSolutionBuildEvent/sdk17.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="94ecd13f-15f3-4f51-9afd-17f0275c6266" Version="1.14.1" Language="en-US" Publisher="GitHub3F" />
5+
<Identity Id="94ecd13f-15f3-4f51-9afd-17f0275c6266" Version="1.15.0" Language="en-US" Publisher="GitHub3F" />
66
<DisplayName>vsSolutionBuildEvent</DisplayName>
77
<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>
88
<MoreInfo>https://github.com/3F/vsSolutionBuildEvent</MoreInfo>

0 commit comments

Comments
 (0)