Skip to content

Commit

Permalink
update README to clarify code is hosted under MicroShed (#40)
Browse files Browse the repository at this point in the history
* update readme to clarify code is hosted under MicroShed

Signed-off-by: Kathryn Kodama <[email protected]>

* increase version and add Changelog

Signed-off-by: Kathryn Kodama <[email protected]>
  • Loading branch information
kathrynkodama committed Feb 18, 2020
1 parent 6cd8e23 commit c12bad8
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Change Log
All notable changes to the MicroProfile Starter extension will be documented below.

## 0.2.3
- Include user agent info in HTTP requests to the MicroProfile Starter API
- Add support for Quarkus

## 0.2.2
- Update extension to align with version 1.0 of the MicroProfile Starter API
- Remove .zip after generating a project
- Display a progress bar while project is being generated
- Provide an option to open the generated project in a new window or add it to the current workspace

## 0.2.1
- Fix for MicroProfile versions bug

## 0.2.0
- Use the production version of the MicroProfile Starter API
- Update the publisher of the extension to `MicroProfile-Community`

## 0.1.0
- Support generating a MicroProfile Starter project with the MicroProfile Starter API
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Marketplace Version](https://vsmarketplacebadge.apphb.com/version/MicroProfile-Community.mp-starter-vscode-ext.svg "Current Release")](https://marketplace.visualstudio.com/items?itemName=MicroProfile-Community.mp-starter-vscode-ext)
[![Build Status](https://travis-ci.org/MicroShed/mp-starter-vscode-ext.svg?branch=master)](https://travis-ci.org/MicroShed/mp-starter-vscode-ext)

The MicroProfile Starter extension provides support for generating a MicroProfile Maven project with examples based on the Eclipse MicroProfile Starter project (https://start.microprofile.io/) by the MicroProfile community. You will be able to generate a project by choosing a MicroProfile version, server and specifications, such as CDI, Config, Health, Metrics, and more. This extension is hosted under the MicroShed organization.
The MicroProfile Starter extension provides support for generating a MicroProfile Maven project with examples based on the Eclipse MicroProfile Starter project (https://start.microprofile.io/) by the MicroProfile community. You will be able to generate a project by choosing a MicroProfile version, server and specifications, such as CDI, Config, Health, Metrics, and more. The code for this extension is hosted under the MicroShed organization on GitHub.

## Quick Start

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "mp-starter-vscode-ext",
"displayName": "MicroProfile Starter",
"description": "Generate Java Microservice Maven projects using Eclipse MicroProfile",
"version": "0.2.2",
"version": "0.2.3",
"publisher": "MicroProfile-Community",
"preview": true,
"license": "Apache-2.0",
Expand Down

0 comments on commit c12bad8

Please sign in to comment.