Skip to content

Commit dc0dbb5

Browse files
authored
Update links, update freshness value for the quickstarts and main tutorials (#3405)
* Remove orphaned image * SFI image updates * SFI image updates * SFI image updates * Update freshness for quickstarts and main tutorials * link fixes * link fixes
1 parent 4bc26f4 commit dc0dbb5

15 files changed

+18
-24
lines changed

docs/consume-packages/Finding-and-Choosing-Packages.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Find and evaluate NuGet packages
33
description: Find and evaluate publicly available NuGet packages for your project by using advanced nuget.org search filters and syntax.
44
author: JonDouglas
55
ms.author: jodou
6-
ms.date: 02/08/2024
6+
ms.date: 03/03/2025
77
ms.topic: conceptual
88
---
99

docs/consume-packages/install-use-packages-dotnet-cli.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Install and manage NuGet packages with the dotnet CLI
33
description: See how to use the dotnet CLI to install, list, remove, and update NuGet packages.
44
author: mikejo5000
55
ms.author: mikejo
6-
ms.date: 08/21/2023
6+
ms.date: 03/03/2025
77
ms.topic: conceptual
88
---
99

docs/consume-packages/install-use-packages-nuget-cli.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Manage NuGet packages with the NuGet CLI
33
description: Instructions for using the NuGet CLI, nuget.exe, to manage NuGet packages.
44
author: mikejo5000
55
ms.author: mikejo
6-
ms.date: 08/21/2023
6+
ms.date: 03/03/2025
77
ms.topic: conceptual
88
---
99

docs/consume-packages/install-use-packages-powershell.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Manage NuGet packages with the Visual Studio Package Manager Console
33
description: See how to work with NuGet packages by using PowerShell commands in the Visual Studio Package Manager Console.
44
author: JonDouglas
55
ms.author: jodou
6-
ms.date: 08/21/2023
6+
ms.date: 03/03/2025
77
ms.topic: conceptual
88
f1_keywords:
99
- "vs.nuget.packagemanager.console"

docs/consume-packages/install-use-packages-visual-studio.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Install and manage packages in Visual Studio using the NuGet Package Mana
33
description: Learn how to use the NuGet Package Manager UI in Visual Studio for working with NuGet packages.
44
author: JonDouglas
55
ms.author: jodou
6-
ms.date: 08/21/2023
6+
ms.date: 03/03/2025
77
ms.topic: conceptual
88
f1_keywords:
99
- "vs.toolsoptionspages.nuget_package_manager"
@@ -197,8 +197,7 @@ These options are available only for certain project types:
197197

198198
## Related video
199199

200-
- [Install and Use a NuGet Package with Visual Studio](/shows/nuget-101/install-and-use-a-nuget-package-with-visual-studio-2-of-5/player)
201-
- Find more NuGet videos on [Channel 9](/shows/nuget-101/) and [YouTube](https://www.youtube.com/playlist?list=PLdo4fOcmZ0oVLvfkFk8O9h6v2Dcdh2bh_).
200+
- Find NuGet videos on [Channel 9](/shows/nuget-101/) and [YouTube](https://www.youtube.com/playlist?list=PLdo4fOcmZ0oVLvfkFk8O9h6v2Dcdh2bh_).
202201

203202
## See also
204203

docs/create-packages/Creating-a-Package.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Create a NuGet package using nuget.exe CLI
33
description: A detailed guide on designing and creating a NuGet package, including files and versioning.
44
author: JonDouglas
55
ms.author: jodou
6-
ms.date: 07/14/2022
6+
ms.date: 03/03/2025
77
ms.topic: conceptual
88
---
99

docs/create-packages/creating-a-package-dotnet-cli.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Create a NuGet package with the dotnet CLI
33
description: Read a detailed guide about the process of designing and creating a NuGet package, including key decision points like files and versioning.
44
author: JonDouglas
55
ms.author: jodou
6-
ms.date: 08/21/2023
6+
ms.date: 03/03/2025
77
ms.topic: conceptual
88
---
99

docs/index.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ metadata:
99
ms.topic: hub-page
1010
author: JonDouglas
1111
ms.author: jodou
12-
ms.date: 05/26/2023
12+
ms.date: 03/03/2025
1313

1414
highlightedContent:
1515
items:

docs/install-nuget-client-tools.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Install NuGet client tools
33
description: Learn how to install and use the dotnet and NuGet client command-line interface (CLI) tools and the Package Manager tool for Visual Studio.
44
author: JonDouglas
55
ms.author: jodou
6-
ms.date: 11/03/2023
6+
ms.date: 03/03/2025
77
ms.topic: quickstart
88
---
99

docs/quickstart/create-and-publish-a-package-using-the-dotnet-cli.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Create and publish a NuGet package with the dotnet CLI
33
description: Walk through quickly creating and publishing a NuGet package by using the dotnet CLI.
44
author: JonDouglas
55
ms.author: jodou
6-
ms.date: 08/21/2023
6+
ms.date: 03/03/2025
77
ms.topic: quickstart
88
---
99

docs/quickstart/create-and-publish-a-package-using-visual-studio-net-framework.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Quickstart: Create and publish a package using Visual Studio (.NET Frame
33
description: A quickstart that shows how to create and publish a .NET Framework NuGet package using Visual Studio on Windows.
44
author: JonDouglas
55
ms.author: jodou
6-
ms.date: 08/21/2023
6+
ms.date: 03/03/2025
77
ms.topic: quickstart
88
---
99

docs/quickstart/create-and-publish-a-package-using-visual-studio.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Quickstart: Create and publish a NuGet package using Visual Studio (Wind
33
description: A quickstart that shows how to create and publish a .NET NuGet package using Visual Studio for Windows.
44
author: JonDouglas
55
ms.author: jodou
6-
ms.date: 08/21/2023
6+
ms.date: 03/03/2025
77
ms.topic: quickstart
88
---
99

@@ -233,9 +233,7 @@ In this example, the property specifies a file named *readme.txt* in the project
233233
234234
## Related video
235235

236-
> [!VIDEO https://learn.microsoft.com/shows/NuGet-101/Create-and-Publish-a-NuGet-Package-with-Visual-Studio-4-of-5/player]
237-
238-
Find more NuGet videos on [Channel 9](/shows/NuGet-101/) and [YouTube](https://www.youtube.com/playlist?list=PLdo4fOcmZ0oVLvfkFk8O9h6v2Dcdh2bh_).
236+
Find NuGet videos on [Channel 9](/shows/NuGet-101/) and [YouTube](https://www.youtube.com/playlist?list=PLdo4fOcmZ0oVLvfkFk8O9h6v2Dcdh2bh_).
239237

240238
Congratulations on creating a NuGet package by using a Visual Studio .NET class library. Advance to the next article to learn how to create a NuGet package with the Visual Studio .NET Framework.
241239

docs/quickstart/install-and-use-a-package-in-visual-studio.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Quickstart: Install and use a NuGet package in Visual Studio (Windows on
33
description: In this quickstart, you learn how to install and use a NuGet package in a Visual Studio project for Windows.
44
author: JonDouglas
55
ms.author: jodou
6-
ms.date: 08/21/2023
6+
ms.date: 03/03/2025
77
ms.topic: quickstart
88
---
99

@@ -128,8 +128,7 @@ With the `Newtonsoft.Json` package in the project, call its `JsonConvert.Seriali
128128

129129
## Related video
130130

131-
- [Install and Use a NuGet Package with Visual Studio](/shows/nuget-101/install-and-use-a-nuget-package-with-visual-studio-2-of-5/player)
132-
- Find more NuGet videos on [Channel 9](/shows/nuget-101/) and [YouTube](https://www.youtube.com/playlist?list=PLdo4fOcmZ0oVLvfkFk8O9h6v2Dcdh2bh_).
131+
- Find NuGet videos on [Channel 9](/shows/nuget-101/) and [YouTube](https://www.youtube.com/playlist?list=PLdo4fOcmZ0oVLvfkFk8O9h6v2Dcdh2bh_).
133132

134133
## See also
135134

docs/quickstart/install-and-use-a-package-using-the-dotnet-cli.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Install and use a NuGet package with the dotnet CLI
33
description: Get a quick tutorial on how to use the dotnet CLI to install and use a NuGet package in a .NET project.
44
author: JonDouglas
55
ms.author: jodou
6-
ms.date: 08/21/2023
6+
ms.date: 03/03/2025
77
ms.topic: quickstart
88
---
99

docs/what-is-nuget.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,7 @@ Take a moment to browse the table of contents for this documentation, and you se
106106

107107
## Related video
108108

109-
> [!Video https://learn.microsoft.com/shows/NuGet-101/What-is-NuGet-1-of-5/player]
110-
111-
Find more NuGet videos on [Channel 9](/shows/NuGet-101/) and [YouTube](https://www.youtube.com/playlist?list=PLdo4fOcmZ0oVLvfkFk8O9h6v2Dcdh2bh_).
109+
Find NuGet videos on [Channel 9](/shows/NuGet-101/) and [YouTube](https://www.youtube.com/playlist?list=PLdo4fOcmZ0oVLvfkFk8O9h6v2Dcdh2bh_).
112110

113111
## Comments, contributions, and issues
114112

0 commit comments

Comments
 (0)