|
| 1 | +- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |
1 | 2 | vsSolutionBuildEvent - https://github.com/3F/vsSolutionBuildEvent |
2 | 3 | - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |
3 | 4 |
|
| 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 | + |
4 | 64 | [1.14.1] 2020.07.31 |
5 | 65 |
|
6 | 66 | * FIXED: Fixed "escapedValue" cannot be null. Issue #61. |
|
0 commit comments