Skip to content

Commit abd8cd3

Browse files
committed
vsSolutionBuildEvent 1.16. Public release
* FIXED: "Failed build-raw: Value cannot be null" in modern environments. * FIXED: Incorrect selection of project in properties (name:project). * FIXED: Issue #78 Visual Studio Setup Project (.vdproj) through ignoring unsupported types. Contact https://github.com/3F/MvsSln to consider support for legacy types. * FIXED: UI layout for high DPI options. * NEW: Added loading ClientLibrary (API) via common path - UserProfile\Documents\vsSolutionBuildEvent Find a new simplified implementation of ClientDemo here: https://github.com/3F/vsSolutionBuildEvent/tree/master/ClientDemo * NEW: Implemented suppressing OWP Show() - See #76 * CHANGED: Updated the following references: * MvsSln 2.6.2 * AvalonEdit: * For SDK15 and SDK17: 6.3.0.90 * For SDK10: 6.1.3.50 * NewtonsoftJson 13.0.3 * NLog 5.2.5 * 7z.Libs 21.7.0
1 parent 113e154 commit abd8cd3

5 files changed

Lines changed: 35 additions & 5 deletions

File tree

.version

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

changelog.txt

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,36 @@
22
vsSolutionBuildEvent - https://github.com/3F/vsSolutionBuildEvent
33
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
44

5+
[1.16] 2023.11.27
6+
7+
* FIXED: "Failed build-raw: Value cannot be null" in modern environments.
8+
9+
* FIXED: Incorrect selection of project in properties (name:project).
10+
11+
* FIXED: Issue #78 Visual Studio Setup Project (.vdproj) through ignoring unsupported types.
12+
Contact https://github.com/3F/MvsSln to consider support for legacy types.
13+
14+
* FIXED: UI layout for high DPI options.
15+
16+
* NEW: Added loading ClientLibrary (API) via common path
17+
- UserProfile\Documents\vsSolutionBuildEvent
18+
19+
Find a new simplified implementation of ClientDemo here:
20+
https://github.com/3F/vsSolutionBuildEvent/tree/master/ClientDemo
21+
22+
* NEW: Implemented suppressing OWP Show() - See #76
23+
24+
* CHANGED: Updated the following references:
25+
26+
* MvsSln 2.6.2
27+
* AvalonEdit:
28+
* For SDK15 and SDK17: 6.3.0.90
29+
* For SDK10: 6.1.3.50
30+
* NewtonsoftJson 13.0.3
31+
* NLog 5.2.5
32+
* 7z.Libs 21.7.0
33+
34+
535
[1.15] 2022.02.02
636

737
* NEW: Visual Studio 2022 support. SDK17. PR #75
@@ -13,7 +43,7 @@ vsSolutionBuildEvent - https://github.com/3F/vsSolutionBuildEvent
1343

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

16-
* CHANGED: Updated the follwoing references:
46+
* CHANGED: Updated the following references:
1747

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

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.15.0</Version>
7+
<Version>1.16.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.15.0" Language="en-US" Publisher="GitHub3F" />
5+
<Identity Id="94ecd13f-15f3-4f51-9afd-17f0275c6266" Version="1.16.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.15.0" Language="en-US" Publisher="GitHub3F" />
5+
<Identity Id="94ecd13f-15f3-4f51-9afd-17f0275c6266" Version="1.16.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)