Skip to content

Commit

Permalink
add nupkg file extension
Browse files Browse the repository at this point in the history
update README and CHANGELOG

bump package version [min] (twice) -> (additionalCSS)
  • Loading branch information
AdamRaichu committed Jun 26, 2024
1 parent 91f0e62 commit 64b380d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Audio and video files in preview.
- API for preview by other extensions.

## [3.17.0] - 2024-6-26

Add the new `additionalCSS` setting.

Add `.nupkg` file extension to supported list. ([#114](https://github.com/AdamRaichu/vscode-zip-viewer/issues/114))

## [3.15.0] - 2024-2-13

Add `.mrpack` file extension to supported list.
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ If you know of another alias for zip files, please open an issue [here][new-zip-
- `.mcworld`
- `.mrpack`
- `.nba`
- `.nupkg`
- `.pbit`
- `.pbix`
- `.sb2`
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "%extension.description%",
"publisher": "adamraichu",
"icon": "logo.png",
"version": "3.15.6",
"version": "3.17.0",
"license": "MIT",
"author": {
"name": "AdamRaichu"
Expand Down Expand Up @@ -207,6 +207,9 @@
},
{
"filenamePattern": "*.mrpack"
},
{
"filenamePattern": "*.nupkg"
}
],
"priority": "default"
Expand Down

0 comments on commit 64b380d

Please sign in to comment.