Skip to content

Commit f6f1d6d

Browse files
committed
Merged main into live
2 parents 12026af + 8dcb357 commit f6f1d6d

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

docs/ide/copilot-free-plan.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ monikerRange: '>= vs-2022'
1212
---
1313
# Use GitHub Copilot for free in Visual Studio
1414

15-
GitHub Copilot Free enables you to experience AI-powered coding assistance in your IDE by providing limited access to select Copilot features. With [Copilot Free](https://aka.ms/ghdocscopilotfreepage), you can now access all AI-integrated features in Visual Studio, including [Completions](visual-studio-github-copilot-extension.md), Edits, and [Chat](visual-studio-github-copilot-chat.md).
15+
GitHub Copilot Free enables you to experience AI-powered coding assistance in your IDE by providing limited access to select Copilot features. With [Copilot Free](https://devblogs.microsoft.com/visualstudio/github-copilot-free-is-here-in-visual-studio/), you can now access all AI-integrated features in Visual Studio, including [Completions](visual-studio-github-copilot-extension.md), Edits, and [Chat](visual-studio-github-copilot-chat.md).
1616

1717
## Prerequisites
1818

@@ -32,7 +32,7 @@ To get started with Copilot Free in Visual Studio, you need:
3232
**Set up Copilot Free using GitHub.com**
3333

3434
- In the upper-right corner of any GitHub page, select your profile photo, and then select **Your Copilot**.
35-
- Select **Start using Copilot Free** to activate Copilot Free.
35+
- Select **Start using Copilot Free** to activate Copilot Free and open a conversation thread.
3636
- Select **Use Copilot in other IDEs**, select **Visual Studio** and follow the instructions provided for Visual Studio.
3737

3838
## Copilot Free usage limits in Visual Studio
@@ -93,4 +93,4 @@ See [About GitHub Copilot Free](https://aka.ms/ghdocscopilotfreepage) for inform
9393
- [Install and manage GitHub Copilot in Visual Studio](visual-studio-github-copilot-install-and-states.md)
9494
- [GitHub Copilot experience for Visual Studio](visual-studio-github-copilot-extension.md)
9595
- [GitHub Copilot Chat experience for Visual Studio](visual-studio-github-copilot-chat.md)
96-
- [About GitHub Copilot Free](https://aka.ms/ghdocscopilotfreepage)
96+
- [About GitHub Copilot Free](https://aka.ms/ghdocscopilotfreepage)

docs/ide/reference/project-designer-dotnet-csharp.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Project Designer for .NET C# project properties
3-
description: Learn how to use the C# Project Designer to specify the project's application settings and properties.
4-
ms.date: 02/27/2024
2+
title: Project Designer for .NET project properties
3+
description: Learn how to use the .NET Project Designer to specify the project's application settings and properties.
4+
ms.date: 12/13/2024
55
ms.topic: reference
66
f1_keywords:
77
- cs.ProjectPropertiesApplicationWPF
@@ -14,9 +14,9 @@ manager: mijacobs
1414
ms.subservice: general-ide
1515
monikerRange: '>= vs-2022'
1616
---
17-
# .NET Project Designer (C#)
17+
# .NET Project Designer
1818

19-
Use the **Project Designer** to specify the project's settings and properties for .NET Core and .NET 5+. For .NET Framework and Visual Basic projects, see [What is the .NET Project Designer?](../reference/project-properties-reference.md).
19+
Use the **Project Designer** to specify the project's settings and properties for .NET Core and .NET 5+. For .NET Framework, see [What is the .NET Project Designer?](../reference/project-properties-reference.md).
2020

2121
To access the Project Designer, choose a project node (not the **Solution** node) in **Solution Explorer**. Then choose **Project** > **Properties** on the menu bar. The **Project Designer** appears.
2222

docs/ide/reference/project-properties-reference.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: What is the .NET Project Designer?
33
description: Learn how to configure and customize .NET project properties by using the Project Designer.
4-
ms.date: 02/29/2024
4+
ms.date: 12/13/2024
55
ms.topic: reference
66
helpviewer_keywords:
77
- user interface [Visual Studio], projects
@@ -14,7 +14,7 @@ ms.subservice: general-ide
1414
# What is the .NET Project Designer?
1515

1616
::: moniker range=">=vs-2022"
17-
The Project Designer in Visual Studio is a dialog box that you can use to specify applications settings and properties for a .NET or .NET Framework project. The Project Designer includes several different project properties tabs or pages to interact with. What you see depends on your .NET project type, platform, and programming language. For detailed information on properties in the .NET C# Project Designer, see [.NET Project Designer (C#)](../reference/project-designer-dotnet-csharp.md). For detailed information on the .NET Framework Project Designer, see [Project properties in the .NET Framework Project Designer](#project-properties-in-the-net-framework-project-designer).
17+
The Project Designer in Visual Studio is a dialog box that you can use to specify applications settings and properties for a .NET or .NET Framework project. The Project Designer includes several different project properties tabs or pages to interact with. What you see depends on your .NET version, since the project designer for .NET Framework projects is different from the project designer for projects that target .NET Core and .NET 5 and later. For detailed information on properties in the .NET Project Designer, see [.NET Project Designer](../reference/project-designer-dotnet-csharp.md). For detailed information on the .NET Framework Project Designer, see [Project properties in the .NET Framework Project Designer](#project-properties-in-the-net-framework-project-designer).
1818
::: moniker-end
1919

2020
::: moniker range="vs-2019"
@@ -32,7 +32,7 @@ The following screenshot shows an example of the .NET project properties for a C
3232

3333
:::image type="content" source="media/vs-2022/project-properties-designer-csharp-console.png" alt-text="Screenshot of the .NET Project Designer in Visual Studio 2022 with .NET 8.0 as the target framework.":::
3434

35-
The following screenshot shows an example of the .NET project properties for a Visual Basic console project in the Project Designer. Notice that .NET Framework 4.7.2 appears as the target framework.
35+
The following screenshot shows an example of the .NET Framework project properties for a Visual Basic console project in the Project Designer. Notice that .NET Framework 4.7.2 appears as the target framework.
3636

3737
:::image type="content" source="media/vs-2022/project-properties-designer-visual-basic-console.png" alt-text="Screenshot of the .NET Project Designer in Visual Studio 2022 with .NET Framework 4.7.2 as the target framework.":::
3838

docs/version-control/git-make-commit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Make a Git commit in Visual Studio
33
titleSuffix: ""
44
description: Make a Git commit in Visual Studio by using Git providers such as GitHub or Azure DevOps, or locally with no provider at all.
5-
ms.date: 04/09/2024
5+
ms.date: 12/17/2024
66
ms.topic: how-to
77
author: ghogen
88
ms.author: ghogen

docs/version-control/git-manage-repository.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Manage Git repos in Visual Studio
33
titleSuffix: ""
44
description: Manage any Git repository in Visual Studio by using the Git Repository window and change your last commit, merge commits (squash), cherry-pick commits, and more.
5-
ms.date: 04/04/2024
5+
ms.date: 12/17/2024
66
ms.topic: how-to
77
author: ghogen
88
ms.author: ghogen

0 commit comments

Comments
 (0)