Skip to content

Commit

Permalink
Publish v0.7.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mborik committed May 3, 2023
1 parent 8ab09ae commit c1c2f2e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Language="en-US" Id="z80-macroasm" Version="0.7.8" Publisher="mborik"/>
<Identity Language="en-US" Id="z80-macroasm" Version="0.7.9" Publisher="mborik"/>
<DisplayName>Z80 Macro-Assembler</DisplayName>
<Description xml:space="preserve">Support for Z80 macro-assemblers in Visual Studio Code</Description>
<Tags>assembly,macro,assembler,Zilog,Z80,Sinclair,ZX-Spectrum,Amstrad,CPC</Tags>
Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "z80-macroasm",
"displayName": "Z80 Macro-Assembler",
"description": "Support for Z80 macro-assemblers in Visual Studio Code",
"version": "0.7.8",
"version": "0.7.9",
"icon": "logo.png",
"publisher": "mborik",
"categories": [
Expand All @@ -26,13 +26,14 @@
"type": "git",
"url": "https://github.com/mborik/z80-macroasm-vscode.git"
},
"pricing": "Free",
"license": "MIT",
"engines": {
"vscode": "^1.52.0",
"node": "^16.2.0"
},
"activationEvents": [
"onLanguage:z80-macroasm"
"onLanguage"
],
"main": "./out/src/extension",
"contributes": {
Expand Down Expand Up @@ -194,7 +195,7 @@
"name": "errmatcher-sjasmplus",
"owner": "z80-macroasm",
"fileLocation": [
"autodetect",
"autoDetect",
"${workspaceFolder}"
],
"pattern": [
Expand Down

0 comments on commit c1c2f2e

Please sign in to comment.