Skip to content

Commit

Permalink
v0.0.21 release
Browse files Browse the repository at this point in the history
  • Loading branch information
prashantvc committed Oct 25, 2023
1 parent 61ad1fe commit 47d3d8a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
11 changes: 11 additions & 0 deletions src/vscode-avalonia/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

All notable changes to the "vscode-avalonia" extension will be documented in this file.

## [0.0.21] - 25 October 2023

## What's Changed
* feat: Add C# snippet for Avalonia AttachedProperty, DirectProperty, S… by @workgroupengineering in https://github.com/AvaloniaUI/AvaloniaVSCode/pull/59
* Fixes warnings by @workgroupengineering in https://github.com/AvaloniaUI/AvaloniaVSCode/pull/60

## New Contributors
* @workgroupengineering made their first contribution in https://github.com/AvaloniaUI/AvaloniaVSCode/pull/59

**Full Changelog**: https://github.com/AvaloniaUI/AvaloniaVSCode/compare/v0.0.20...v0.0.21

## [0.0.20] - 9 October 2023

## What's Changed
Expand Down
5 changes: 3 additions & 2 deletions src/vscode-avalonia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Avalonia for VSCode",
"description": "Avalonia tools for Visual Studio Code",
"publisher": "AvaloniaTeam",
"version": "0.0.20",
"version": "0.0.21",
"license": "MIT",
"preview": true,
"qna": "false",
Expand Down Expand Up @@ -126,7 +126,8 @@
{
"language": "csharp",
"path": "./src/snippets/csharp.json"
}]
}
]
},
"scripts": {
"install:all": "yarn install && cd webview-ui && npm install",
Expand Down

0 comments on commit 47d3d8a

Please sign in to comment.