HavenDV / Uno.Sdk

Single project solution for Uno
Other
7 stars 0 forks source link

build(deps): Bump the all group with 5 updates #47

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 6 months ago

Bumps the all group with 5 updates:

Package From To
Microsoft.NET.Test.Sdk 17.8.0 17.9.0
MSTest.TestAdapter 3.1.1 3.2.1
MSTest.TestFramework 3.1.1 3.2.1
WixSharp 1.22.1 1.25.0
WixSharp.wix.bin 3.14.0 3.14.0.1

Updates Microsoft.NET.Test.Sdk from 17.8.0 to 17.9.0

Release notes

Sourced from Microsoft.NET.Test.Sdk's releases.

v17.9.0

What's Changed

New Contributors

Full Changelog: https://github.com/microsoft/vstest/compare/v17.8.0...v17.9.0

v17.9.0-release-23619-01

What's Changed

Full Changelog: https://github.com/microsoft/vstest/compare/v17.9.0-preview-23577-04...v17.9.0-release-23619-01

v17.9.0-preview-23577-04

What's Changed

Full Changelog: https://github.com/microsoft/vstest/compare/v17.9.0-preview-23531-01...v17.9.0-preview-23577-04

v17.9.0-preview-23531-01

What's Changed

Full Changelog: https://github.com/microsoft/vstest/compare/v17.9.0-preview-23503-02...v17.9.0-preview-23531-01

v17.9.0-preview-23503-02

What's Changed

Full Changelog: https://github.com/microsoft/vstest/compare/v17.8.0-release-23468-02...v17.9.0-preview-23503-02

Commits


Updates MSTest.TestAdapter from 3.1.1 to 3.2.1

Release notes

Sourced from MSTest.TestAdapter's releases.

v3.2.1

See the release notes here.

v.3.2.0

See the release notes here.

v3.2.0-preview.24069.3

See the release notes here.

v3.2.0-preview.23623.1

See the release notes here.

v3.2.0-preview.23622.1

See the release notes here.

Changelog

Sourced from MSTest.TestAdapter's changelog.

[3.2.1] - 2024-02-13

See full log here

Fixed

Housekeeping

Artifacts

  • MSTest: 3.2.1
  • MSTest.TestFramework: 3.2.1
  • MSTest.TestAdapter: 3.2.1
  • MSTest.Analyzers: 3.2.1
  • Microsoft.Testing.Extensions.CrashDump: 1.0.1
  • Microsoft.Testing.Extensions.HangDump: 1.0.1
  • Microsoft.Testing.Extensions.HotReload: 1.0.1
  • Microsoft.Testing.Extensions.Retry: 1.0.1
  • Microsoft.Testing.Extensions.TrxReport: 1.0.1

[3.2.0] - 2024-01-24

See full log here

Added

... (truncated)

Commits


Updates MSTest.TestFramework from 3.1.1 to 3.2.1

Release notes

Sourced from MSTest.TestFramework's releases.

v3.2.1

See the release notes here.

v.3.2.0

See the release notes here.

v3.2.0-preview.24069.3

See the release notes here.

v3.2.0-preview.23623.1

See the release notes here.

v3.2.0-preview.23622.1

See the release notes here.

Changelog

Sourced from MSTest.TestFramework's changelog.

[3.2.1] - 2024-02-13

See full log here

Fixed

Housekeeping

Artifacts

  • MSTest: 3.2.1
  • MSTest.TestFramework: 3.2.1
  • MSTest.TestAdapter: 3.2.1
  • MSTest.Analyzers: 3.2.1
  • Microsoft.Testing.Extensions.CrashDump: 1.0.1
  • Microsoft.Testing.Extensions.HangDump: 1.0.1
  • Microsoft.Testing.Extensions.HotReload: 1.0.1
  • Microsoft.Testing.Extensions.Retry: 1.0.1
  • Microsoft.Testing.Extensions.TrxReport: 1.0.1

[3.2.0] - 2024-01-24

See full log here

Added

... (truncated)

Commits


Updates WixSharp from 1.22.1 to 1.25.0

Release notes

Sourced from WixSharp's releases.

WiX3-Release v1.25.0.0

  • #1446: Catch all exceptions in managed WinForms UI
  • Added sample for #1449
  • #1421 Update Text (Dialog title) on view title change (@​PatrickHofman)
  • Proposal #1263: Signing using JSign or other alternatives

WiX3-Release v1.24.2.0

  • WiX3: improvements triggered by #1424
  • Feature condition support in managed UI #1430
  • Added support for condition evaluation and custom installlevel settings.
  • Issue #1405: Can't make LookupInstalledVersion work
  • added test case for Issue #1403
  • updated the WPF BA sample to show the solution for #1400
  • Enhancement #1401: Can't mark directory as permanent

WiX3-Release v1.24.1.0

SHA-1: dc5717d2a19f8ff12d5dd06f659aab473ef54d46

  • #1363: Shortcut to Dir/Folder
  • #1398: Underscore in String Id in wxl breaks localization
  • reverted experimental change for x86 bitness of WixSharp.UI. Now it's back to AnyCPU but SilentUI BA will no longer work. It's acceptable as it's better to set x86 on the user codebase (e.g. custom BA) than on generic lib (WixSharp.UI) and put bitness pressure on all users of this lib.
  • WarnOnOutputPathCollision changed from Warning to Error (continuation of #1384).
  • Extended cascading Project.Platform to RegistrySearch (triggered by #1390 discussion).

WiX3-Release v1.24.0.0

v1.24.0.0

  • Issue #1392: Is it possible to inherit wxl files using managed UI?
  • Issue #1389: Multi language installer intermediate .msi not found error
  • Issue #1387: Cannot update to latest Caliburn.Micro
  • Issue #1384: When the bootstrapper.Build API uses the same name as the project, then misleading compile warnings are issued
  • Issue #1382: Package (all child elements of Chain) need to have the After field added
  • Issue #1383: Package (all child elements of Chain) need to have the SuppressSignatureVerification field added
  • Issue #1381: ExePackage needs to have the Protocol field implemented
  • Issue #1379: A way (Or create an example) of how to create a standalone fragment and insert into Projects / chains / etc
  • Issue #1377: WixSharp.wix.bin nuget references a url which is no longer available
  • Issue #1372: Creating a FileAssociation with Icon and Advertised = false does not work
  • Validation of the CPU architecture for the custom BA assembly.
  • Updated default BootstrapperCore.config content
  • Updated WixBootstrapper_UI sample to demonstrate how to use the WinForm-based custom BA (#1386)
  • Added support for ManagedUI to foll back on the stock WXL if one was not supplied by the user for non-English languages
  • Added WXL and theme files to be used in WixSharp.wix.bin package.
  • Added support for ManagedUI to fall back on the stock WXL if one was not supplied by the user for non-English languages
  • Improved multi-language sample
  • Updated project templates to comment out webref package for bootstrapper template
  • Added WixStandardBootstrapperApplication.AddPayload

v1.23.0.0

  • NuGet packages are updated to .NET Framework v4.6.2; v4.5.1 assemblies are also included in the package
  • Issue #1366: What is the purpose of StartArguments in the .targets file (see linked code)

... (truncated)

Commits


Updates WixSharp.wix.bin from 3.14.0 to 3.14.0.1

Release notes

Sourced from WixSharp.wix.bin's releases.

Release v1.4.1.0 (HotFix)

  • Issue #27: Fixing AppSearch.GetProducts() crash
  • Added support for MediaTemplate element.
  • Added tunneling of Files and DirFiles attributes to the aggregated File items
  • Issue #23: Attributes inheritance in Files and DirFiles
  • Added Compiler.GetMappedWixConstants() for exploring WiX constants mapping
  • Adding %CommonAppDataFolder% to Dir.cs description
  • Issue #20: File.Attributes (on parent Component) after setting File.NeverOverwrite will not work
Commits


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 6 months ago

Superseded by #48.