升版本号,修改readme
This commit is contained in:
parent
301a25bbf6
commit
8b2e935881
|
@ -4,6 +4,8 @@ All notable changes to the "vscode-java-debugger" extension will be documented i
|
|||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## 0.1.7 - 2024-11-1
|
||||
- Change package.json,readme
|
||||
## 0.1.6 - 2024-09-12
|
||||
- Change package.json,LICENSE,logo.png
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "vscode-java-debug",
|
||||
"displayName": "Kylin Java Debug (Support openjdk11 runtime)",
|
||||
"description": " Fork of vscode-java-debug ,a lightweight Java debugger",
|
||||
"version": "0.1.6",
|
||||
"version": "0.1.7",
|
||||
"publisher": "KylinIDETeam",
|
||||
"aiKey": "67d4461e-ccba-418e-8082-1bd0acfe8516",
|
||||
"icon": "java-debug.png",
|
||||
|
|
Loading…
Reference in New Issue