We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb1eece commit befadefCopy full SHA for befadef
.github/workflows/build.yaml
@@ -10,6 +10,8 @@ on:
10
11
jobs:
12
build:
13
+ permissions:
14
+ contents: write
15
runs-on: ubuntu-latest
16
steps:
17
- uses: actions/checkout@v3
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "resx-editor",
3
- "displayName": "RESX Editor",
+ "displayName": "ResX Viewer and Editor",
4
"description": "Viewer for .NET RESX/RESW resource files",
5
"author": "Tim Heuer",
6
"publisher": "timheuer",
0 commit comments