Skip to content

Commit 85fabed

Browse files
committed
update version, readme and changelog
1 parent 8ad298f commit 85fabed

File tree

3 files changed

+49
-1
lines changed

3 files changed

+49
-1
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,31 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
55

66
## [Released]
77

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.
25+
26+
- `Ctrl + alt + /` + `p` - Create Project
27+
- `Ctrl + alt + /` + `c` - Create Class
28+
- `Ctrl + alt + /` + `i` - Create Interface
29+
- `Ctrl + alt + /` + `r` - Create Record
30+
- `Ctrl + alt + /` + `s` - Create Struct
31+
- `Ctrl + alt + /` + `a` - Add Project to Solution
32+
833
## [2.0.1] - [2024-01-14]
934

1035
## What's new in 2.0.1

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,29 @@ C# Snippet Productivity
2626

2727
> [Click here](https://github.com/rsaz/csharp-snippet-productivity/blob/main/CHANGELOG.md)
2828
29+
## What's new in 2.1.1
30+
31+
> - **_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+
2952
## What's new in 2.0.1
3053

3154
> - **_Fix_**: Fixed issues related to design patterns snippets. Added a more modern code approach to the snippets.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "csharp-snippet-productivity",
33
"displayName": "C# Toolbox of Productivity",
44
"description": "The complete set of tools for C# development",
5-
"version": "2.0.1",
5+
"version": "2.1.1",
66
"icon": "icon.png",
77
"publisher": "richardzampieriprog",
88
"license": "SEE LICENSE IN LICENSE.md",

0 commit comments

Comments
 (0)