Skip to content

Commit c12bad8

Browse files
update README to clarify code is hosted under MicroShed (#40)
* 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]>
1 parent 6cd8e23 commit c12bad8

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Change Log
2+
All notable changes to the MicroProfile Starter extension will be documented below.
3+
4+
## 0.2.3
5+
- Include user agent info in HTTP requests to the MicroProfile Starter API
6+
- Add support for Quarkus
7+
8+
## 0.2.2
9+
- Update extension to align with version 1.0 of the MicroProfile Starter API
10+
- Remove .zip after generating a project
11+
- Display a progress bar while project is being generated
12+
- Provide an option to open the generated project in a new window or add it to the current workspace
13+
14+
## 0.2.1
15+
- Fix for MicroProfile versions bug
16+
17+
## 0.2.0
18+
- Use the production version of the MicroProfile Starter API
19+
- Update the publisher of the extension to `MicroProfile-Community`
20+
21+
## 0.1.0
22+
- Support generating a MicroProfile Starter project with the MicroProfile Starter API

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![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)
44
[![Build Status](https://travis-ci.org/MicroShed/mp-starter-vscode-ext.svg?branch=master)](https://travis-ci.org/MicroShed/mp-starter-vscode-ext)
55

6-
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.
6+
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.
77

88
## Quick Start
99

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "mp-starter-vscode-ext",
33
"displayName": "MicroProfile Starter",
44
"description": "Generate Java Microservice Maven projects using Eclipse MicroProfile",
5-
"version": "0.2.2",
5+
"version": "0.2.3",
66
"publisher": "MicroProfile-Community",
77
"preview": true,
88
"license": "Apache-2.0",

0 commit comments

Comments
 (0)