diff --git a/README.md b/README.md index 529c12f..7de1394 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,12 @@ # generator-azurefunctions [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] > A Yeoman Generator for Azure Functions + +## Deprecation +> NOTE: This generator has been **deprecated** and is no longer maintained or working; see this issue: [Issue #13 - comment](https://github.com/Azure/azure-functions-cli/issues/13#issuecomment-304095909) + +Please use the Azure Functions CLI - under active developmment [Azure Functions CLI](https://github.com/Azure/azure-functions-cli) + ## Installation First, install [Yeoman](http://yeoman.io) and generator-azurefunctions using [npm](https://www.npmjs.com/) (we assume you have pre-installed [node.js](https://nodejs.org/)). diff --git a/package.json b/package.json index 3f104b1..66aebea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "generator-azurefunctions", - "version": "0.1.6", + "version": "0.2.0", "description": "A Yeoman Generator for Azure Functions", "homepage": "", "author": {