Skip to content

Tags: dotnet/dotnet

Tags

v11.0.100-preview.1.26104.118

Toggle v11.0.100-preview.1.26104.118's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[release/11.0.1xx-preview1] Add .NET MAUI baseline manifests for .NET…

… 11 Preview 1 (#4643)

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Alexander Köplinger <[email protected]>

v11.0.0-preview.1.26104.118

Toggle v11.0.0-preview.1.26104.118's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[release/11.0.1xx-preview1] Add .NET MAUI baseline manifests for .NET…

… 11 Preview 1 (#4643)

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Alexander Köplinger <[email protected]>

v10.0.103

Toggle v10.0.103's commit message
Merge commit 'd7ba761c7b1623388cd2e0f4ea8cc48e0d193335'

v9.0.114

Toggle v9.0.114's commit message
[Recursive sync] sdk / 6df514e → 4c5aac3

Updated repositories:
  - sdk / 6df514e → 4c5aac3
    https://github.com/dotnet/sdk/compare/6df514e4f413e9cbeb94730008ca8fa95d43a1d6..4c5aac3d5657a014aaf61b4d536fe1d72658b0d9
  - templating / 9887f54 → 49f403f
    https://github.com/dotnet/templating/compare/9887f549bbf4a5eb3796e3d783826a3758b6b1a9..49f403f06033a1d28efd68d72aac1aab949721ce

[[ commit created by automation ]]

v10.0.102-sb1

Toggle v10.0.102-sb1's commit message

v9.0.113

Toggle v9.0.113's commit message
Merged PR 56332: [release/9.0] Add patch to fix building identitymode…

…l submodule

SB fix for Jan release for #4037

----
#### AI description  (iteration 1)
#### PR Classification
This pull request applies a bug fix to correct the assembly file version calculation in the IdentityModel submodule.

#### PR Summary
A new patch file is added that updates the file version computation in the build configuration to ensure the revision is always higher than previously shipped packages.
- `build/common.props`: Modified the `<FileVersion>` element by replacing the old DateTime-based calculation with a new MSBuild arithmetic expression that adds a fixed base (61232) to dynamically compute the revision.
<!-- GitOpsUserAgent=GitOps.Apps.Server.pullrequestcopilot -->

v8.0.123

Toggle v8.0.123's commit message
Merged PR 56331: [release/8.0] Fix IdentityModel assemblyFileVersion …

…overflow

SB fix for Jan release for #4037

----
#### AI description  (iteration 1)
#### PR Classification
Bug fix addressing the assembly version overflow in IdentityModel.

#### PR Summary
This pull request fixes an overflow issue by updating the revision calculation in the `updateAssemblyInfo.sh` script, ensuring that the assembly file version is computed correctly.
- `/src/source-build-externals/patches/azure-activedirectory-identitymodel-extensions-for-dotnet/0003-Fix-assembly-version-calculation-in-2026.patch`: In `updateAssemblyInfo.sh`, added logic to derive a new revision number using current date components, replacing the previous date-trimming method.
<!-- GitOpsUserAgent=GitOps.Apps.Server.pullrequestcopilot -->

v10.0.102

Toggle v10.0.102's commit message
Merge commit 'a1b9d991e4596823841f4f9d840e72ac369e3a7e'