Skip to content

Commit 51ebbd1

Browse files
authored
Merge pull request #92 from Dedac/version-updates
Update package versions, fix font rendering
2 parents 2edae0f + 59a58fc commit 51ebbd1

6 files changed

Lines changed: 2185 additions & 2666 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
# Initializes the CodeQL tools for scanning.
3131
- name: Initialize CodeQL
32-
uses: github/codeql-action/init@v1
32+
uses: github/codeql-action/init@v2
3333
with:
3434
languages: ${{ matrix.language }}
3535
config-file: ./.github/codeql/codeql-config.yml
@@ -39,4 +39,4 @@ jobs:
3939
npm run build
4040
4141
- name: Perform CodeQL Analysis
42-
uses: github/codeql-action/analyze@v1
42+
uses: github/codeql-action/analyze@v2

azure-devops-extension-dev.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id":"RestDataMappingPicklistDev",
3-
"version": "0.3.3",
3+
"version": "0.3.5",
44
"baseUri": "https://localhost:44300",
55
"public": false,
66
"private":true

azure-devops-extension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifestVersion": 1.0,
33
"id": "RestDataMappingPicklist",
44
"publisher": "dedac",
5-
"version": "0.3.3",
5+
"version": "0.3.5",
66
"name": "Rest Data Mapping Picklist",
77
"description": "Load work item values from a specified REST endpoint and map additional REST data to your work item",
88
"public": true,

0 commit comments

Comments
 (0)