-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Align module dependency versions with manifest #29487
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -26,7 +26,7 @@ | |
| <PackageReference Include="Polly" Version="7.2.4" /> | ||
| <PackageReference Include="Azure.Developer.TrustedSigning.CryptoProvider" Version="0.1.38" /> | ||
| <PackageReference Include="Azure.CodeSigning.Sdk" Version="0.1.127" /> | ||
| <PackageReference Include="System.Formats.Asn1" Version="6.0.1" /> | ||
| <PackageReference Include="System.Formats.Asn1" Version="8.0.1" /> | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. These transient dependencies have to be managed universally. |
||
| <PackageReference Include="System.Security.Cryptography.Pkcs" Version="6.0.3" /> | ||
| </ItemGroup> | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change | ||
|---|---|---|---|---|
|
|
@@ -18,6 +18,7 @@ | |||
| - Additional information about change #1 | ||||
| --> | ||||
| ## Upcoming Release | ||||
| * Updated the `System.Formats.Asn1` dependency to v8.0.1. | ||||
|
||||
| * Updated the `System.Formats.Asn1` dependency to v8.0.1. |
| Original file line number | Diff line number | Diff line change | ||
|---|---|---|---|---|
|
|
@@ -18,6 +18,7 @@ | |||
| - Additional information about change #1 | ||||
| --> | ||||
| ## Upcoming Release | ||||
| * Updated the `System.Security.Cryptography.Cng` dependency to v5.0.0. | ||||
|
||||
| * Updated the `System.Security.Cryptography.Cng` dependency to v5.0.0. |
| Original file line number | Diff line number | Diff line change | ||
|---|---|---|---|---|
|
|
@@ -19,6 +19,7 @@ | |||
| --> | ||||
|
|
||||
| ## Upcoming Release | ||||
| * Updated the `System.Security.Cryptography.Cng` dependency to v5.0.0. | ||||
|
||||
| * Updated the `System.Security.Cryptography.Cng` dependency to v5.0.0. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This entry is quite internal/vague (“aligned dependency versions with the module manifest”) and doesn’t tell users what changed. Please make the entry user-impact oriented (what behavior is fixed/changed) and reference an issue if available.