diff --git a/README.md b/README.md index e761060..beafc05 100644 --- a/README.md +++ b/README.md @@ -12,14 +12,17 @@ Welcome to C# Extensions. This VSCode extension provides extensions to the IDE ![Add C# Interface](./featureimages/newinterface.gif) -The Add C# Class/Interface works **only** on dotnetcore projects. It traverses up the folder tree to find the project.json and uses that as the parent folde to determine namspaces. +The Add C# Class/Interface works **only** on dotnetcore projects. It traverses up the folder tree to find the project.json and uses that as the parent folder to determine namspaces. ## Release Notes +### 1.0.1 +Can create class from root folder +Templates can specifiy where cursor exists + ### 1.0.0 Initial release - ----------------------------------------------------------------------------------------------------------- ## Licence diff --git a/logo.png b/logo.png new file mode 100644 index 0000000..2eda47d Binary files /dev/null and b/logo.png differ diff --git a/package.json b/package.json index 874d08a..c5f07e3 100644 --- a/package.json +++ b/package.json @@ -4,12 +4,13 @@ "description": "C# IDE Extensions for VSCode", "author": "Jonathan Channon", "license": "SEE LICENSE IN license.txt", - "version": "1.0.0", + "version": "1.0.1", "publisher": "jchannon", "engines": { "vscode": "^1.5.0" }, "repository": "https://github.com/jchannon/csharpextensions", + "icon": "logo.png", "categories": [ "Languages", "Linters",