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: CHANGELOG.md
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,31 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
5
5
6
6
## [Released]
7
7
8
+
## [2.1.1] - [2024-01-18]
9
+
10
+
## What's new in 2.1.1
11
+
12
+
> -**_New Feature added_**: Added all current scaffold commands from context menu available in the command palette.
13
+
> -**_New Feature added_**: Added template validation against the .NET SDK installed on the machine.
14
+
> -**_Fix_**: Adjusted the AddProject command to work with the new template validation and project group selection.
15
+
16
+
Observations:
17
+
18
+
The commands available in the context menu follow a different workflow than the commands available in the command palette. The commands in the context menu will create the project or resource in the same clicked folder.
19
+
20
+
The commands in the command palette will ask the user to select the project, create or select the folder, and then create the project.
21
+
22
+
Expect a different interaction when using the commands in the context menu and the command palette.
23
+
24
+
All commands are available via shortcut keys. You can find the shortcut keys in the command palette.
> -**_New Feature added_**: Added all current scaffold commands from context menu available in the command palette.
32
+
> -**_New Feature added_**: Added template validation against the .NET SDK installed on the machine.
33
+
> -**_Fix_**: Adjusted the AddProject command to work with the new template validation and project group selection.
34
+
35
+
Observations:
36
+
37
+
The commands available in the context menu follow a different workflow than the commands available in the command palette. The commands in the context menu will create the project or resource in the same clicked folder.
38
+
39
+
The commands in the command palette will ask the user to select the project, create or select the folder, and then create the project.
40
+
41
+
Expect a different interaction when using the commands in the context menu and the command palette.
42
+
43
+
All commands are available via shortcut keys. You can find the shortcut keys in the command palette.
44
+
45
+
-`Ctrl + alt + /` + `p` - Create Project
46
+
-`Ctrl + alt + /` + `c` - Create Class
47
+
-`Ctrl + alt + /` + `i` - Create Interface
48
+
-`Ctrl + alt + /` + `r` - Create Record
49
+
-`Ctrl + alt + /` + `s` - Create Struct
50
+
-`Ctrl + alt + /` + `a` - Add Project to Solution
51
+
29
52
## What's new in 2.0.1
30
53
31
54
> -**_Fix_**: Fixed issues related to design patterns snippets. Added a more modern code approach to the snippets.
0 commit comments