1 parent 5b855dc commit 5401c0fCopy full SHA for 5401c0f
2 files changed
.github/workflows/ci.yml
@@ -1,4 +1,4 @@
1
-name: CI
+name: Build and Publish
2
3
on:
4
push:
package.json
@@ -1,13 +1,13 @@
{
- "name": "androidsvgsupport",
- "displayName": "AndroidSVGSupport",
+ "name": "androidsvgpreview",
+ "displayName": "Android SVG Previewer",
"description": "Support svg drawable preview in Android project",
5
- "version": "0.0.1",
+ "version": "0.0.2",
6
"license": "MIT",
7
"publisher": "SunnyCloudYang",
8
"repository": {
9
"type": "git",
10
- "url": "https://github.com/SunnyCloudYang/android-svg-support-for-vscode"
+ "url": "https://github.com/SunnyCloudYang/android-svg-previewer"
11
},
12
"keywords": [
13
"android",
0 commit comments