You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ide/copilot-free-plan.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ monikerRange: '>= vs-2022'
12
12
---
13
13
# Use GitHub Copilot for free in Visual Studio
14
14
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).
16
16
17
17
## Prerequisites
18
18
@@ -32,7 +32,7 @@ To get started with Copilot Free in Visual Studio, you need:
32
32
**Set up Copilot Free using GitHub.com**
33
33
34
34
- 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.
36
36
- Select **Use Copilot in other IDEs**, select **Visual Studio** and follow the instructions provided for Visual Studio.
37
37
38
38
## Copilot Free usage limits in Visual Studio
@@ -93,4 +93,4 @@ See [About GitHub Copilot Free](https://aka.ms/ghdocscopilotfreepage) for inform
93
93
-[Install and manage GitHub Copilot in Visual Studio](visual-studio-github-copilot-install-and-states.md)
94
94
-[GitHub Copilot experience for Visual Studio](visual-studio-github-copilot-extension.md)
95
95
-[GitHub Copilot Chat experience for Visual Studio](visual-studio-github-copilot-chat.md)
Copy file name to clipboardExpand all lines: docs/ide/reference/project-designer-dotnet-csharp.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
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
5
5
ms.topic: reference
6
6
f1_keywords:
7
7
- cs.ProjectPropertiesApplicationWPF
@@ -14,9 +14,9 @@ manager: mijacobs
14
14
ms.subservice: general-ide
15
15
monikerRange: '>= vs-2022'
16
16
---
17
-
# .NET Project Designer (C#)
17
+
# .NET Project Designer
18
18
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).
20
20
21
21
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.
Copy file name to clipboardExpand all lines: docs/ide/reference/project-properties-reference.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: What is the .NET Project Designer?
3
3
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
5
5
ms.topic: reference
6
6
helpviewer_keywords:
7
7
- user interface [Visual Studio], projects
@@ -14,7 +14,7 @@ ms.subservice: general-ide
14
14
# What is the .NET Project Designer?
15
15
16
16
::: 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).
18
18
::: moniker-end
19
19
20
20
::: moniker range="vs-2019"
@@ -32,7 +32,7 @@ The following screenshot shows an example of the .NET project properties for a C
32
32
33
33
:::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.":::
34
34
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.
36
36
37
37
:::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.":::
Copy file name to clipboardExpand all lines: docs/version-control/git-manage-repository.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Manage Git repos in Visual Studio
3
3
titleSuffix: ""
4
4
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.
0 commit comments