Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Mar 15, 2022

Bumps Microsoft.Windows.CsWinRT from 1.4.1 to 1.6.1.

Release notes

Sourced from Microsoft.Windows.CsWinRT's releases.

CsWinRT v1.5.0

Release Notes

This release of C#/WinRT includes several updates to the runtime and Windows SDK projections particularly with performance. The updated Windows SDK packages are available with the .NET March SDK updates This includes .NET SDK 6.0.201, 6.0.103, 5.0.406, 5.0.212.

C#/WinRT package

https://www.nuget.org/packages/Microsoft.Windows.CsWinRT/1.5.0

.NET Windows SDK targeting packages:

https://www.nuget.org/packages/Microsoft.Windows.SDK.NET.Ref/10.0.22000.23 https://www.nuget.org/packages/Microsoft.Windows.SDK.NET.Ref/10.0.20348.23 https://www.nuget.org/packages/Microsoft.Windows.SDK.NET.Ref/10.0.19041.23 https://www.nuget.org/packages/Microsoft.Windows.SDK.NET.Ref/10.0.18362.23 https://www.nuget.org/packages/Microsoft.Windows.SDK.NET.Ref/10.0.17763.23

Breaking changes

This version of C#/WinRT includes AssemblyVersion changes in both the runtime and generated Windows SDK projection assemblies:

  • WinRT.Runtime.dll: AssemblyVersion incremented from 1.4.0.0 to 1.5.0.0
  • Microsoft.Windows.SDK.NET.dll: AssemblyVersion incremented from 10.0.xxxxx.22 to 10.0.xxxxx.23

The impact of the AssemblyVersion changes is that apps may need to update to a later version of the .NET SDK when consuming components/projections generated by this version of C#/WinRT.

Changes:

  • 394ce3a7fb435b99010ee4ed8690789944e08870 Change package version variable as it got picked up as a property for the build which is not what we want. (#1103)
  • 29f5b506665978c0584590a5d5393dd8d8462603 Fix prerelease variable getting overriden by YAML (#1102)
  • 2cb0b87598a591bac1fc1b00736fd1277359c72e Fix build status URL (#1101)
  • 8bac003d3f2e3ac2bcdf43bde5783f3fb7186b27 Rebase over Refactor code to remove TypedObjectFactoryCacheForRuntimeClassName #1055 (#1100)
  • e64e7169bd111d630496319f81548c6ff1de6013 GUID lookup optimizations and benchmarks (#1099)
  • 133204d71b4e003ca7765f3b17cbf5b3fd07daf5 Update sample to build projection for AnyCPU (#1098)
  • 091f44d9ac1f8c6f18bcef88c231d17ab07718e9 Improvements to type marshaling (#1096)
  • 5e2c1df4412031ae342401922fd3bbae53dffacb Fix issue where dispose ABI wasn't being called. (#1095)
  • b01c69d2adbed55ae82c63522f31ee12e0b06a50 Update authoring samples to .NET 6 (#1066)
  • 2990b7b89d581d706bb936d812b69cbbef1fbeae Switch to referencing the Windows App SDK instead of Project Reunion (#1094)
  • 1e4cd5e4d6c735337577077d300b358a943b43f5 Eliminate an ObjectReference object in a couple custom types (#1090)
  • a75005d1f1c3eb5e66ed5149aef953b0bbc64f0b More queue-time variables (#1087)
  • c90d2e33c650b65377a3eb046f1f449d56e2ab7d Increment assembly version due to new APIs added. (#1086)
  • 8dda44d4ce8ebefa5c53f19c25b8564f4e0f3a4c Fix warnings and namespace conflicts in embedded scenario (#1084)
  • 0041d183a4ab71ba4e5635679cce0a329caca224 Reduce # of allocated objects (#1081)
  • 38209f86ed98b9eb82ae41499ff27d6392e9f12a Improvements to nullable / boxing (#1063)
  • 0b7b73f928019aeb93af046e1acf3c018ba6a44b Control ADO-Maestro job using variable (#1083)
  • d60484d32f77053bfed348c7afc67a8c5e09f7eb ADO Pipeline Variables (#1080)
  • bfd6846eaa8bff6cc2ec05abcbb6175ba39c8d12 Generic CreateMarshaler (#1079)
  • 3bf2eaac43997bbc65048169bf221cb09a1e997a Reduce allocations for generated constructors (#1075)
  • e78db0edda12dcb76da50d712ea8a0a2a69fefbe Remove idic usage from manual projections (#1068)

... (truncated)

Commits

Dependabot compatibility score

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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [Microsoft.Windows.CsWinRT](https://github.com/microsoft/cswinrt) from 1.4.1 to 1.6.1.
- [Release notes](https://github.com/microsoft/cswinrt/releases)
- [Changelog](https://github.com/microsoft/CsWinRT/blob/master/docs/breakingchanges-rc2.md)
- [Commits](https://github.com/microsoft/cswinrt/commits)

---
updated-dependencies:
- dependency-name: Microsoft.Windows.CsWinRT
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 15, 2022

The following labels could not be found: :heavy_check_mark: dependencies.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github May 2, 2022

Superseded by #17.

@dependabot dependabot bot closed this May 2, 2022
@dependabot dependabot bot deleted the dependabot/nuget/Source/master/Microsoft.Windows.CsWinRT-1.6.1 branch May 2, 2022 20:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant