diff --git a/CHANGELOG.md b/CHANGELOG.md index 35c414b..37c9a9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [0.3.0] - 2020-08-31 + +### Changed + +* Update to `mdAL` release [0.3.0](https://github.com/mdal-lang/mdal/releases/tag/v0.3.0) + ## [0.2.1] - 2020-07-23 ### Added diff --git a/README.md b/README.md index 5f360d6..8257408 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # `mdAL` VS Code Extension -![GitHub Workflow Status](https://img.shields.io/github/workflow/status/mdal-lang/mdal-extension/Build) -![GitHub release (latest by date)](https://img.shields.io/github/v/release/mdal-lang/mdal-extension) +![GitHub Workflow Status](https://img.shields.io/github/workflow/status/mdal-lang/mdal-vscode/Build) +![GitHub release (latest by date)](https://img.shields.io/github/v/release/mdal-lang/mdal-vscode) This repository contains the VS Code language extension adding support for [`mdAL`](https://github.com/mdal-lang/mdal). `mdAL` is a Domain Specific Language that enables a Model-Driven approach to extension module development for the ERP System Microsoft Dynamics 365 Business Central. `mdAL` stands for **m**odel-**d**riven **AL**. @@ -35,7 +35,7 @@ To start using `mdAL` [create a new AL project](https://docs.microsoft.com/en-us * Documentation hovers * Snippets -If you encounter errors or have suggestions for future releases, please open an [issue](https://github.com/mdal-lang/mdal-extension/issues). +If you encounter errors or have suggestions for future releases, please open an [issue](https://github.com/mdal-lang/mdal-vscode/issues). ## Development diff --git a/build.gradle b/build.gradle index c468e7a..21d588c 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ node { } project.ext { - mdalReleasesUrl = 'https://api.github.com/repos/mdal-lang/mdal/releases/tags/v0.2.1' + mdalReleasesUrl = 'https://api.github.com/repos/mdal-lang/mdal/releases/tags/v0.3.0' } import groovy.json.JsonSlurper @@ -35,7 +35,7 @@ task copyApplication(dependsOn: downloadMdalRelease, type: Sync) { } task copyApplicationLocal(type: Sync) { - from zipTree(new File('../mdal/de.joneug.mdal.ide/build/distributions', 'de.joneug.mdal.ide-0.2.1.zip')) + from zipTree(new File('../mdal/de.joneug.mdal.ide/build/distributions', 'de.joneug.mdal.ide-0.3.0.zip')) into 'mdal' } @@ -124,12 +124,12 @@ build.dependsOn vscodeExtension task publishVSM(dependsOn: vscodeExtension, type: NodeTask) { script = file("$rootProject.projectDir/node_modules/vsce/out/vsce") - args = [ 'publish', '-p', System.getenv('VSCE_TOKEN'), "--packagePath", "${project.buildDir}/vscode/mdal-extension-${project.version}.vsix"] + args = [ 'publish', '-p', System.getenv('VSCE_TOKEN'), "--packagePath", "${project.buildDir}/vscode/mdal-vscode-${project.version}.vsix"] execOverrides { workingDir = projectDir } } task publishOVSX(dependsOn: vscodeExtension, type: Exec) { - commandLine 'npx', 'ovsx', 'publish', "${project.buildDir}/vscode/mdal-extension-${project.version}.vsix", '-p', System.getenv('OVSX_TOKEN') + commandLine 'npx', 'ovsx', 'publish', "${project.buildDir}/vscode/mdal-vscode-${project.version}.vsix", '-p', System.getenv('OVSX_TOKEN') } diff --git a/package-lock.json b/package-lock.json index 8752fe4..a0cefc3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mdal", - "version": "0.2.1", + "version": "0.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -2250,9 +2250,9 @@ } }, "lodash": { - "version": "4.17.15", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", - "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==" + "version": "4.17.20", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz", + "integrity": "sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==" }, "lru-cache": { "version": "5.1.1", @@ -2310,9 +2310,9 @@ }, "dependencies": { "entities": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/entities/-/entities-2.0.2.tgz", - "integrity": "sha512-dmD3AvJQBUjKpcNkoqr+x+IF0SdRtPz9Vk0uTy4yWqga9ibB6s4v++QFWNohjiUGoMlF552ZvNyXDxz5iW0qmw==" + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/entities/-/entities-2.0.3.tgz", + "integrity": "sha512-MyoZ0jgnLvB2X3Lg5HqpFmn1kybDiIfEQmKzTb5apr51Rb+T3KdmMiqa70T+bhGnyv7bQ6WMj2QMHpGMmlrUYQ==" } } }, @@ -4143,9 +4143,9 @@ "dev": true }, "vsce": { - "version": "1.75.0", - "resolved": "https://registry.npmjs.org/vsce/-/vsce-1.75.0.tgz", - "integrity": "sha512-qyAQTmolxKWc9bV1z0yBTSH4WEIWhDueBJMKB0GUFD6lM4MiaU1zJ9BtzekUORZu094YeNSKz0RmVVuxfqPq0g==", + "version": "1.79.5", + "resolved": "https://registry.npmjs.org/vsce/-/vsce-1.79.5.tgz", + "integrity": "sha512-KZFOthGwxWFwoGqwrkzfTfyCZGuniTofnJ1a/dCzQ2HP93u1UuCKrTQyGT+SuGHu8sNqdBYNe0hb9GC3qCN7fg==", "requires": { "azure-devops-node-api": "^7.2.0", "chalk": "^2.4.2", diff --git a/package.json b/package.json index c32f3c1..8e5707e 100644 --- a/package.json +++ b/package.json @@ -12,15 +12,15 @@ ], "icon": "images/icon.png", "preview": true, - "version": "0.2.1", + "version": "0.3.0", "publisher": "joneug", "license": "Apache-2.0", "repository": { "type": "git", - "url": "https://github.com/mdal-lang/mdal-extension" + "url": "https://github.com/mdal-lang/mdal-vscode" }, "bugs": { - "url": "https://github.com/mdal-lang/mdal-extension/issues" + "url": "https://github.com/mdal-lang/mdal-vscode/issues" }, "engines": { "vscode": "^1.45.0" @@ -122,7 +122,7 @@ }, "dependencies": { "@types/vscode": "^1.45.0", - "vsce": "^1.75.0", + "vsce": "^1.79.5", "vscode-languageclient": "^6.1.3" }, "scripts": { diff --git a/settings.gradle b/settings.gradle index 5b064ea..b736fb2 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1 +1 @@ -rootProject.name = 'mdal-extension' +rootProject.name = 'mdal-vscode'