Skip to content

Commit d99b531

Browse files
committed
Update readme, changelog and version
1 parent 9a39571 commit d99b531

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

CHANGELOG.md

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

66
## [Released]
77

8+
## [1.2.9] - [2022-05-14]
9+
10+
> - **_New Feature added_**: Scoped namespaces in the .NET 6.0
11+
> - **_Improvement_**: Project creation highlighting the `create project button` after the project name is typed and tab is pressed.
12+
813
## [1.2.8] - [2021-11-13]
914

1015
> - **_New Feature added_**: Project support for C# .NET Core 6.0

README.md

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

2727
> [Click here](https://github.com/rsaz/csharp-snippet-productivity/blob/main/CHANGELOG.md)
2828
29+
## What's new in 1.2.9
30+
> - **_New Feature added_**: Scoped namespaces in the .NET 6.0
31+
> - **_Improvement_**: Project creation highlighting the `create project button` after the project name is typed and tab is pressed.
32+
2933
## What's new in 1.2.8
3034

3135
> - **_New Feature added_**: Project support for C# .NET Core 6.0

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": "1.2.8",
5+
"version": "1.2.9",
66
"icon": "icon.png",
77
"publisher": "richardzampieriprog",
88
"license": "SEE LICENSE IN LICENSE.md",

0 commit comments

Comments
 (0)