From 84c0fb6ee70f345ba9a64683d682c65ed4a0f708 Mon Sep 17 00:00:00 2001 From: Gordon Hogenson Date: Mon, 12 Aug 2024 14:32:52 -0700 Subject: [PATCH 1/5] Update date --- docs/get-started/visual-basic/index.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/get-started/visual-basic/index.yml b/docs/get-started/visual-basic/index.yml index d0ddb6bf94f..d09e7924711 100644 --- a/docs/get-started/visual-basic/index.yml +++ b/docs/get-started/visual-basic/index.yml @@ -8,7 +8,7 @@ metadata: description: Explore how to create different Visual Basic (VB) apps in Visual Studio, including console, web, Windows Forms, and Windows Desktop apps, and find coding resources. ms.custom: vs-acquisition ms.topic: landing-page - ms.date: 09/14/2023 + ms.date: 08/12/2024 ms.author: ghogen author: ghogen manager: mijacobs From 279b24604d9e473255aae8d16fe6163dd3258517 Mon Sep 17 00:00:00 2001 From: Gordon Hogenson Date: Mon, 12 Aug 2024 15:01:57 -0700 Subject: [PATCH 2/5] Update managing-references-in-a-project.md --- docs/ide/managing-references-in-a-project.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ide/managing-references-in-a-project.md b/docs/ide/managing-references-in-a-project.md index 8b1180f70ff..39b21684881 100644 --- a/docs/ide/managing-references-in-a-project.md +++ b/docs/ide/managing-references-in-a-project.md @@ -1,7 +1,7 @@ --- title: Manage references in a project description: Manage references to external components and connected services in your project so Visual Studio can locate the component or the service. -ms.date: 08/31/2023 +ms.date: 08/12/2024 ms.topic: conceptual f1_keywords: - vs.ProjectPropertiesReferencePaths From 359c927576d629e26abfac9c633cd47ed6678989 Mon Sep 17 00:00:00 2001 From: Gordon Hogenson Date: Tue, 13 Aug 2024 14:17:05 -0700 Subject: [PATCH 3/5] Update how-to-use-environment-variables-in-a-build.md --- docs/msbuild/how-to-use-environment-variables-in-a-build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/msbuild/how-to-use-environment-variables-in-a-build.md b/docs/msbuild/how-to-use-environment-variables-in-a-build.md index 6c5f23b8afc..78e52741e12 100644 --- a/docs/msbuild/how-to-use-environment-variables-in-a-build.md +++ b/docs/msbuild/how-to-use-environment-variables-in-a-build.md @@ -1,7 +1,7 @@ --- title: 'Use Environment Variables in a Build' description: Work with environment variables in MSBuild project files, and use environment variables to set build options without modifying the project file. -ms.date: 08/15/2023 +ms.date: 08/14/2024 ms.topic: how-to helpviewer_keywords: - environment variables, referencing From 4b40fbab1816cc69377a70401b87f805cba1dee8 Mon Sep 17 00:00:00 2001 From: Gordon Hogenson Date: Tue, 13 Aug 2024 16:21:13 -0700 Subject: [PATCH 4/5] Review and update date --- docs/version-control/git-fetch-pull-sync.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/version-control/git-fetch-pull-sync.md b/docs/version-control/git-fetch-pull-sync.md index 63537a92d2a..2eb4264c31d 100644 --- a/docs/version-control/git-fetch-pull-sync.md +++ b/docs/version-control/git-fetch-pull-sync.md @@ -1,7 +1,7 @@ --- title: git fetch, pull, push, & sync description: Fetch, pull, push, and sync in Visual Studio to accomplish version control for your projects by using Git or Azure DevOps. -ms.date: 09/12/2023 +ms.date: 08/13/2023 ms.topic: how-to author: ghogen ms.author: ghogen @@ -58,4 +58,4 @@ Use this operation to both pull, then push, sequentially. ## Related content - [Browse Git repositories](git-browse-repository.md) -- [Tutorial: Open a project from a repo](../get-started/tutorial-open-project-from-repo.md) \ No newline at end of file +- [Tutorial: Open a project from a repo](../get-started/tutorial-open-project-from-repo.md) From ecd42d66a890b36a3a4330bbfee71ba071524485 Mon Sep 17 00:00:00 2001 From: Gordon Hogenson Date: Tue, 13 Aug 2024 16:38:38 -0700 Subject: [PATCH 5/5] Update docs/version-control/git-fetch-pull-sync.md --- docs/version-control/git-fetch-pull-sync.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/version-control/git-fetch-pull-sync.md b/docs/version-control/git-fetch-pull-sync.md index 2eb4264c31d..b9fb3b9f6c6 100644 --- a/docs/version-control/git-fetch-pull-sync.md +++ b/docs/version-control/git-fetch-pull-sync.md @@ -1,7 +1,7 @@ --- title: git fetch, pull, push, & sync description: Fetch, pull, push, and sync in Visual Studio to accomplish version control for your projects by using Git or Azure DevOps. -ms.date: 08/13/2023 +ms.date: 08/13/2024 ms.topic: how-to author: ghogen ms.author: ghogen