Skip to content
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

Release notes for 6.3 #2834

Merged
merged 7 commits into from
Aug 9, 2022
Merged

Release notes for 6.3 #2834

merged 7 commits into from
Aug 9, 2022

Conversation

martinrrm
Copy link
Contributor

@opbld36
Copy link

opbld36 commented Aug 2, 2022

Docs Build status updates of commit 36fe9e0:

⚠️ Validation status: warnings

File Status Preview URL Details
docs/release-notes/NuGet-6.3.md ⚠️Warning View Details
docs/release-notes/Index.md ✅Succeeded View

docs/release-notes/NuGet-6.3.md

  • Line 4, Column 9: [Warning: author-not-found - See documentation] Invalid value for author: '<GithubAlias>' is not a valid GitHub ID.
  • Line 5, Column 12: [Suggestion: ms-author-invalid - See documentation] Invalid value for 'ms.author', '<MicrosoftAlias>' is not a valid Microsoft alias.
  • Line 16, Column 7: [Suggestion: disallowed-html-tag - See documentation] HTML tag 'NuGetVersion' isn't allowed. Replace it with approved Markdown or escape the brackets if the content is a placeholder.
  • Line 16, Column 71: [Suggestion: disallowed-html-tag - See documentation] HTML tag 'VSYear' isn't allowed. Replace it with approved Markdown or escape the brackets if the content is a placeholder.
  • Line 16, Column 88: [Suggestion: disallowed-html-tag - See documentation] HTML tag 'VSVersion' isn't allowed. Replace it with approved Markdown or escape the brackets if the content is a placeholder.
  • Line 16, Column 151: [Suggestion: disallowed-html-tag - See documentation] HTML tag 'SDKVersion' isn't allowed. Replace it with approved Markdown or escape the brackets if the content is a placeholder.
  • Line 18, Column 44: [Suggestion: disallowed-html-tag - See documentation] HTML tag 'VSYear' isn't allowed. Replace it with approved Markdown or escape the brackets if the content is a placeholder.

For more details, please refer to the build report.

If you see build warnings/errors with permission issues, it might be due to single sign-on (SSO) enabled on Microsoft's GitHub organizations. Please follow instructions here to re-authorize your GitHub account to Docs Build.

Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report.

Note: Your PR may contain errors or warnings unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.

For any questions, please:

@martinrrm martinrrm requested a review from nkolev92 August 2, 2022 17:09
Copy link
Member

@nkolev92 nkolev92 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for starting this early @martinrrm!

docs/release-notes/NuGet-6.3.md Outdated Show resolved Hide resolved
docs/release-notes/NuGet-6.3.md Outdated Show resolved Hide resolved
docs/release-notes/NuGet-6.3.md Outdated Show resolved Hide resolved
docs/release-notes/NuGet-6.3.md Outdated Show resolved Hide resolved
docs/release-notes/NuGet-6.3.md Outdated Show resolved Hide resolved
docs/release-notes/NuGet-6.3.md Outdated Show resolved Hide resolved
docs/release-notes/NuGet-6.3.md Outdated Show resolved Hide resolved
docs/release-notes/NuGet-6.3.md Outdated Show resolved Hide resolved

* [Bug]: Package source option "All" appears unsorted in the in the list when using VS in non-English languages - [#11857](https://github.com/NuGet/Home/issues/11857)

* [Bug]: Installing a package in Visual Studio when using central package management results in an error before projects can be modified - [#11828](https://github.com/NuGet/Home/issues/11828)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is truly a bug, but we should be calling it out in the important issues.

In particular maybe we can say

Package installation in Visual Studio respects Central Package Management.

I think it'd be great if @JonDouglas and @jeffkl can help clarify and wordsmith.

Copy link
Contributor

@JonDouglas JonDouglas Aug 3, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that's a good start. This bug blocked the experience, so perhaps we leave this as is until we announce project system support?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would probably be fine to add something to the What's New section saying "When using Central Package Management, Visual Studio no longer errors when installing packages and instead the project and central package management file are updated".

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm adding this to "What's New" and removing the [Bug] tag


* Enhance the experimentation infrastructure in NuGet code to support transitive dependencies - [#10758](https://github.com/NuGet/Home/issues/10758)

* Allow to user to input custom (floating) versions through the PM UI - [#9829](https://github.com/NuGet/Home/issues/9829)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@martinrrm Do we have a small blurb & screenshot or gif we can include here? I can help coordinate.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I recorded some gifs when I closed NuGet/Home#3788.

Gifs here: NuGet/Home#3788 (comment)

you don't have to reuse them, but maybe you get an idea about what we can show :)

screen2gif was super easy to configure for this.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On that topic, I think our tool misses issues that are just labeled with the milestone.

In particular, NuGet/Home#3788 is not in the list.
We should add it there. It's a top voted NuGet issue.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Definitely. Let's link to the original issues where the most community engagement is. (i.e. 3788)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added it as a new entry in Whats New, is this correct?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd only keep one of them.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm keeping "Allow to user to input custom...", adding the feature tag and keeping both issue numbers


* Add opt-out escape hatch on Linux and macOS - [#11264](https://github.com/NuGet/Home/issues/11264)

* Add support for system and fallback certificate bundles - [#11263](https://github.com/NuGet/Home/issues/11263)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dtivel Is this worth calling out in a "What's New" section? If so, can you help with a quick blurb and any screenshots(if applicable)?

@martinrrm martinrrm requested review from a team as code owners August 8, 2022 21:25
@opbld35
Copy link

opbld35 commented Aug 8, 2022

Docs Build status updates of commit 127d87a:

⚠️ Validation status: warnings

File Status Preview URL Details
docs/release-notes/NuGet-6.3.md ⚠️Warning View Details
docs/TOC.md 💡Suggestion View Details
docs/release-notes/Index.md ✅Succeeded View

docs/release-notes/NuGet-6.3.md

  • Line 4, Column 9: [Warning: author-not-found - See documentation] Invalid value for author: 'mruizmares' is not a valid GitHub ID.
  • Line 16, Column 73: [Suggestion: disallowed-html-tag - See documentation] HTML tag 'VSVersion' isn't allowed. Replace it with approved Markdown or escape the brackets if the content is a placeholder.

docs/TOC.md

  • Line 68, Column 5: [Suggestion: preserve-view-not-set - See documentation] You've pinned this link to a specific version of content with the view parameter. It's recommended not to pin a version unless that version is A) not the default view and B) the context is about that version specifically. To proceed with pinning a version add the &preserve-view=true to the URL. Otherwise, remove the view parameter. URL: /azure/devops/artifacts/nuget/publish?view=azure-devops

For more details, please refer to the build report.

If you see build warnings/errors with permission issues, it might be due to single sign-on (SSO) enabled on Microsoft's GitHub organizations. Please follow instructions here to re-authorize your GitHub account to Docs Build.

Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report.

Note: Your PR may contain errors or warnings unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.

For any questions, please:

@opbld35
Copy link

opbld35 commented Aug 8, 2022

Docs Build status updates of commit cad82fe:

⚠️ Validation status: warnings

File Status Preview URL Details
docs/release-notes/NuGet-6.3.md ⚠️Warning View Details
docs/TOC.md 💡Suggestion View Details
docs/release-notes/Index.md ✅Succeeded View

docs/release-notes/NuGet-6.3.md

  • Line 4, Column 9: [Warning: author-not-found - See documentation] Invalid value for author: 'mruizmares' is not a valid GitHub ID.
  • Line 16, Column 73: [Suggestion: disallowed-html-tag - See documentation] HTML tag 'VSVersion' isn't allowed. Replace it with approved Markdown or escape the brackets if the content is a placeholder.

docs/TOC.md

  • Line 68, Column 5: [Suggestion: preserve-view-not-set - See documentation] You've pinned this link to a specific version of content with the view parameter. It's recommended not to pin a version unless that version is A) not the default view and B) the context is about that version specifically. To proceed with pinning a version add the &preserve-view=true to the URL. Otherwise, remove the view parameter. URL: /azure/devops/artifacts/nuget/publish?view=azure-devops

For more details, please refer to the build report.

If you see build warnings/errors with permission issues, it might be due to single sign-on (SSO) enabled on Microsoft's GitHub organizations. Please follow instructions here to re-authorize your GitHub account to Docs Build.

Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report.

Note: Your PR may contain errors or warnings unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.

For any questions, please:

@opbld31
Copy link

opbld31 commented Aug 8, 2022

Docs Build status updates of commit 43fcd04:

⚠️ Validation status: warnings

File Status Preview URL Details
docs/release-notes/NuGet-6.3.md ⚠️Warning View Details
docs/TOC.md 💡Suggestion View Details
docs/release-notes/Index.md ✅Succeeded View

docs/release-notes/NuGet-6.3.md

  • Line 4, Column 9: [Warning: author-not-found - See documentation] Invalid value for author: 'mruizmares' is not a valid GitHub ID.
  • Line 16, Column 73: [Suggestion: disallowed-html-tag - See documentation] HTML tag 'VSVersion' isn't allowed. Replace it with approved Markdown or escape the brackets if the content is a placeholder.

docs/TOC.md

  • Line 68, Column 5: [Suggestion: preserve-view-not-set - See documentation] You've pinned this link to a specific version of content with the view parameter. It's recommended not to pin a version unless that version is A) not the default view and B) the context is about that version specifically. To proceed with pinning a version add the &preserve-view=true to the URL. Otherwise, remove the view parameter. URL: /azure/devops/artifacts/nuget/publish?view=azure-devops

For more details, please refer to the build report.

If you see build warnings/errors with permission issues, it might be due to single sign-on (SSO) enabled on Microsoft's GitHub organizations. Please follow instructions here to re-authorize your GitHub account to Docs Build.

Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report.

Note: Your PR may contain errors or warnings unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.

For any questions, please:

Copy link
Contributor

@JonDouglas JonDouglas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approving for now. I think the VS version is incorrect as it should be 17.3!

@JonDouglas
Copy link
Contributor

Merge when ready so we can also merge #2840 prior to blogs!

@opbld34
Copy link

opbld34 commented Aug 9, 2022

Docs Build status updates of commit 0441b09:

✅ Validation status: passed

File Status Preview URL Details
docs/TOC.md 💡Suggestion View Details
docs/release-notes/Index.md ✅Succeeded View
docs/release-notes/NuGet-6.3.md ✅Succeeded View

docs/TOC.md

  • Line 68, Column 5: [Suggestion: preserve-view-not-set - See documentation] You've pinned this link to a specific version of content with the view parameter. It's recommended not to pin a version unless that version is A) not the default view and B) the context is about that version specifically. To proceed with pinning a version add the &preserve-view=true to the URL. Otherwise, remove the view parameter. URL: /azure/devops/artifacts/nuget/publish?view=azure-devops

For more details, please refer to the build report.

Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report.

For any questions, please:

@opbld31
Copy link

opbld31 commented Aug 9, 2022

Docs Build status updates of commit 1f97c92:

✅ Validation status: passed

File Status Preview URL Details
docs/TOC.md 💡Suggestion View Details
docs/release-notes/Index.md ✅Succeeded View
docs/release-notes/NuGet-6.3.md ✅Succeeded View

docs/TOC.md

  • Line 68, Column 5: [Suggestion: preserve-view-not-set - See documentation] You've pinned this link to a specific version of content with the view parameter. It's recommended not to pin a version unless that version is A) not the default view and B) the context is about that version specifically. To proceed with pinning a version add the &preserve-view=true to the URL. Otherwise, remove the view parameter. URL: /azure/devops/artifacts/nuget/publish?view=azure-devops

For more details, please refer to the build report.

Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report.

For any questions, please:

@opbld36
Copy link

opbld36 commented Aug 9, 2022

Docs Build status updates of commit 442c3c8:

✅ Validation status: passed

File Status Preview URL Details
docs/TOC.md 💡Suggestion View Details
docs/release-notes/Index.md ✅Succeeded View
docs/release-notes/NuGet-6.3.md ✅Succeeded View

docs/TOC.md

  • Line 68, Column 5: [Suggestion: preserve-view-not-set - See documentation] You've pinned this link to a specific version of content with the view parameter. It's recommended not to pin a version unless that version is A) not the default view and B) the context is about that version specifically. To proceed with pinning a version add the &preserve-view=true to the URL. Otherwise, remove the view parameter. URL: /azure/devops/artifacts/nuget/publish?view=azure-devops

For more details, please refer to the build report.

Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report.

For any questions, please:

@martinrrm martinrrm merged commit bda0089 into main Aug 9, 2022
@martinrrm martinrrm deleted the NuGet-6.3 branch August 9, 2022 18:49
JonDouglas added a commit that referenced this pull request Aug 9, 2022
* document The parameter is incorrect behavior (#2800)

* document The parameter is incorrect behavior

* Add a note/tip instead of bold.

Co-authored-by: Jon Douglas <[email protected]>

* Add a dedicated page for props and targets (#2807)

* Document NU1802 and NU1803 (#2816)

* Add list in Normalized version numbers (#2818)

Fix #2817

* Clarify headline of section about projects without any package dependencies (#2812)

* Add issue management bots (#2825)

* Fix formatting typo in CPM (#2832)

* Add Gitea to NuGet hosting solutions (#2828)

* Add Gitea to NuGet hosting solutions

* Use Gitea project URL

* Update NU1100.md (#2829)

NU1100 may also be caused by the lack of a NuGet configura

* Updates to ms.date values based on file history (#2831)

* Updates to ms.date values based on file history

* edit

* fixed year

* Alphabetize nuget list (#2837)

* Improve NU1100  (#2838)

* Add CODEOWNERS to docs PRs (#2836)

* Release notes for 6.3 (#2834)

* release notes for 6.3

Co-authored-by: Simon Cropp <[email protected]>
Co-authored-by: Nikolche Kolev <[email protected]>
Co-authored-by: andrei <[email protected]>
Co-authored-by: riQQ <[email protected]>
Co-authored-by: Drew Noakes <[email protected]>
Co-authored-by: John Olheiser <[email protected]>
Co-authored-by: Nestor Waldyd <[email protected]>
Co-authored-by: Mike Jones <[email protected]>
Co-authored-by: John Olheiser <[email protected]>
Co-authored-by: Kartheek Penagamuri <[email protected]>
Co-authored-by: Martin Ruiz <[email protected]>
Mikejo5000 added a commit that referenced this pull request Jun 19, 2023
* Change link for pre-release guidance

* Update release notes images

* End of May 2022 Live Update (#2763)

* June 2022 docs merge (#2783)

* Add 5.9 release notes (#2780)

* Add 6.0.2 release notes (#2774)

* Add 5.11 release notes (#2775)

* Add 5.7 release notes (#2776)

* Add 4.9 release notes (#2777)

* Add 5.2 release notes (#2778)

* Merge main to live (#2808)

* document The parameter is incorrect behavior (#2800)

* document The parameter is incorrect behavior

* Add a note/tip instead of bold.

Co-authored-by: Jon Douglas <[email protected]>

* Add a dedicated page for props and targets (#2807)

Co-authored-by: Simon Cropp <[email protected]>
Co-authored-by: Jon Douglas <[email protected]>

* Updates to ms.date values based on file history

* edit

* fixed year

* August Docs Live Merge (#2840)

* document The parameter is incorrect behavior (#2800)

* document The parameter is incorrect behavior

* Add a note/tip instead of bold.

Co-authored-by: Jon Douglas <[email protected]>

* Add a dedicated page for props and targets (#2807)

* Document NU1802 and NU1803 (#2816)

* Add list in Normalized version numbers (#2818)

Fix #2817

* Clarify headline of section about projects without any package dependencies (#2812)

* Add issue management bots (#2825)

* Fix formatting typo in CPM (#2832)

* Add Gitea to NuGet hosting solutions (#2828)

* Add Gitea to NuGet hosting solutions

* Use Gitea project URL

* Update NU1100.md (#2829)

NU1100 may also be caused by the lack of a NuGet configura

* Updates to ms.date values based on file history (#2831)

* Updates to ms.date values based on file history

* edit

* fixed year

* Alphabetize nuget list (#2837)

* Improve NU1100  (#2838)

* Add CODEOWNERS to docs PRs (#2836)

* Release notes for 6.3 (#2834)

* release notes for 6.3

Co-authored-by: Simon Cropp <[email protected]>
Co-authored-by: Nikolche Kolev <[email protected]>
Co-authored-by: andrei <[email protected]>
Co-authored-by: riQQ <[email protected]>
Co-authored-by: Drew Noakes <[email protected]>
Co-authored-by: John Olheiser <[email protected]>
Co-authored-by: Nestor Waldyd <[email protected]>
Co-authored-by: Mike Jones <[email protected]>
Co-authored-by: John Olheiser <[email protected]>
Co-authored-by: Kartheek Penagamuri <[email protected]>
Co-authored-by: Martin Ruiz <[email protected]>

* November / NuGet 6.4 Merge (#2934)

* In all content, remove (#2920)

ms.prod = nuget
Replace with
ms.service = nuget

Co-authored-by: Docs Allowlist Management <[email protected]>

* Update VS extensibility docs (#2929)

* Document various log codes (#2933)

Documenting: NU1008, NU1009, NU1010, NU1011, NU1109, NU1402, NU1403, NU5042, NU5049

* Release notes for 6.4 (#2926)

* Suggest a more generally appropriate import tag (#2932)

* Suggest a more generally appropriate import tag

Co-authored-by: opbld17 <[email protected]>
Co-authored-by: Docs Allowlist Management <[email protected]>
Co-authored-by: Andy Zivkovic <[email protected]>
Co-authored-by: Nikolche Kolev <[email protected]>
Co-authored-by: Jean-Pierre Briedé <[email protected]>
Co-authored-by: Andrew Arnott <[email protected]>

* Ms.date update

---------

Co-authored-by: Christopher R. Gill <[email protected]>
Co-authored-by: Jon Douglas <[email protected]>
Co-authored-by: Christopher R. Gill <[email protected]>
Co-authored-by: Joel Verhagen <[email protected]>
Co-authored-by: Nikolche Kolev <[email protected]>
Co-authored-by: Jon Douglas <[email protected]>
Co-authored-by: Kartheek Penagamuri <[email protected]>
Co-authored-by: Simon Cropp <[email protected]>
Co-authored-by: andrei <[email protected]>
Co-authored-by: riQQ <[email protected]>
Co-authored-by: Drew Noakes <[email protected]>
Co-authored-by: John Olheiser <[email protected]>
Co-authored-by: Nestor Waldyd <[email protected]>
Co-authored-by: John Olheiser <[email protected]>
Co-authored-by: Martin Ruiz <[email protected]>
Co-authored-by: opbld17 <[email protected]>
Co-authored-by: Docs Allowlist Management <[email protected]>
Co-authored-by: Andy Zivkovic <[email protected]>
Co-authored-by: Jean-Pierre Briedé <[email protected]>
Co-authored-by: Andrew Arnott <[email protected]>
Co-authored-by: Your Name <[email protected]>
Mikejo5000 added a commit that referenced this pull request Aug 21, 2023
* Change link for pre-release guidance

* Update release notes images

* End of May 2022 Live Update (#2763)

* June 2022 docs merge (#2783)

* Add 5.9 release notes (#2780)

* Add 6.0.2 release notes (#2774)

* Add 5.11 release notes (#2775)

* Add 5.7 release notes (#2776)

* Add 4.9 release notes (#2777)

* Add 5.2 release notes (#2778)

* Merge main to live (#2808)

* document The parameter is incorrect behavior (#2800)

* document The parameter is incorrect behavior

* Add a note/tip instead of bold.

Co-authored-by: Jon Douglas <[email protected]>

* Add a dedicated page for props and targets (#2807)

Co-authored-by: Simon Cropp <[email protected]>
Co-authored-by: Jon Douglas <[email protected]>

* Updates to ms.date values based on file history

* edit

* fixed year

* August Docs Live Merge (#2840)

* document The parameter is incorrect behavior (#2800)

* document The parameter is incorrect behavior

* Add a note/tip instead of bold.

Co-authored-by: Jon Douglas <[email protected]>

* Add a dedicated page for props and targets (#2807)

* Document NU1802 and NU1803 (#2816)

* Add list in Normalized version numbers (#2818)

Fix #2817

* Clarify headline of section about projects without any package dependencies (#2812)

* Add issue management bots (#2825)

* Fix formatting typo in CPM (#2832)

* Add Gitea to NuGet hosting solutions (#2828)

* Add Gitea to NuGet hosting solutions

* Use Gitea project URL

* Update NU1100.md (#2829)

NU1100 may also be caused by the lack of a NuGet configura

* Updates to ms.date values based on file history (#2831)

* Updates to ms.date values based on file history

* edit

* fixed year

* Alphabetize nuget list (#2837)

* Improve NU1100  (#2838)

* Add CODEOWNERS to docs PRs (#2836)

* Release notes for 6.3 (#2834)

* release notes for 6.3

Co-authored-by: Simon Cropp <[email protected]>
Co-authored-by: Nikolche Kolev <[email protected]>
Co-authored-by: andrei <[email protected]>
Co-authored-by: riQQ <[email protected]>
Co-authored-by: Drew Noakes <[email protected]>
Co-authored-by: John Olheiser <[email protected]>
Co-authored-by: Nestor Waldyd <[email protected]>
Co-authored-by: Mike Jones <[email protected]>
Co-authored-by: John Olheiser <[email protected]>
Co-authored-by: Kartheek Penagamuri <[email protected]>
Co-authored-by: Martin Ruiz <[email protected]>

* November / NuGet 6.4 Merge (#2934)

* In all content, remove (#2920)

ms.prod = nuget
Replace with
ms.service = nuget

Co-authored-by: Docs Allowlist Management <[email protected]>

* Update VS extensibility docs (#2929)

* Document various log codes (#2933)

Documenting: NU1008, NU1009, NU1010, NU1011, NU1109, NU1402, NU1403, NU5042, NU5049

* Release notes for 6.4 (#2926)

* Suggest a more generally appropriate import tag (#2932)

* Suggest a more generally appropriate import tag

Co-authored-by: opbld17 <[email protected]>
Co-authored-by: Docs Allowlist Management <[email protected]>
Co-authored-by: Andy Zivkovic <[email protected]>
Co-authored-by: Nikolche Kolev <[email protected]>
Co-authored-by: Jean-Pierre Briedé <[email protected]>
Co-authored-by: Andrew Arnott <[email protected]>

* Ms.date update

* Updating ms.date

---------

Co-authored-by: Christopher R. Gill <[email protected]>
Co-authored-by: Jon Douglas <[email protected]>
Co-authored-by: Christopher R. Gill <[email protected]>
Co-authored-by: Joel Verhagen <[email protected]>
Co-authored-by: Nikolche Kolev <[email protected]>
Co-authored-by: Jon Douglas <[email protected]>
Co-authored-by: Kartheek Penagamuri <[email protected]>
Co-authored-by: Simon Cropp <[email protected]>
Co-authored-by: andrei <[email protected]>
Co-authored-by: riQQ <[email protected]>
Co-authored-by: Drew Noakes <[email protected]>
Co-authored-by: John Olheiser <[email protected]>
Co-authored-by: Nestor Waldyd <[email protected]>
Co-authored-by: John Olheiser <[email protected]>
Co-authored-by: Martin Ruiz <[email protected]>
Co-authored-by: opbld17 <[email protected]>
Co-authored-by: Docs Allowlist Management <[email protected]>
Co-authored-by: Andy Zivkovic <[email protected]>
Co-authored-by: Jean-Pierre Briedé <[email protected]>
Co-authored-by: Andrew Arnott <[email protected]>
Co-authored-by: Your Name <[email protected]>
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.

8 participants