diff --git a/CHANGELOG.md b/CHANGELOG.md index 08513f7..71f2240 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [1.7.1] - 2022-08-09 + +### Fixed + +- ApiController now generates api controller again - Fixed by [vovche](https://github.com/vovche) + ## [1.7.0] - 2022-05-02 ### Added diff --git a/package.json b/package.json index 470c524..f1d6a60 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "C# IDE Extensions for VSCode", "author": "KreativJos", "license": "MIT", - "version": "1.7.0", + "version": "1.7.1", "publisher": "kreativ-software", "engines": { "vscode": "^1.56.0" @@ -237,5 +237,11 @@ "find-up-glob": "^1.0.0", "lodash": "^4.7.0", "xml2js": "^0.4.23" + }, + "__metadata": { + "id": "80c8f9ff-3535-4b4a-b3db-e88f5752bb18", + "publisherDisplayName": "JosKreativ", + "publisherId": "4905789e-0ee4-4159-9429-069d1edbd4f4", + "isPreReleaseVersion": false } -} \ No newline at end of file +}