nexfep 0.4.0 → 0.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README-CN.md +1 -1
- package/README.md +1 -1
- package/package.json +1 -1
package/README-CN.md
CHANGED
package/README.md
CHANGED
|
@@ -522,7 +522,7 @@ For `metadata` parameter, you can refer to [Nexfpack documentation](https://gith
|
|
|
522
522
|
Please do not include the outer `metadata` field, just the internal fields. Like this:
|
|
523
523
|
|
|
524
524
|
```json
|
|
525
|
-
{ "1033": { "FileVersion": ... } }
|
|
525
|
+
{ "1033": { "FileVersion": "..." } }
|
|
526
526
|
```
|
|
527
527
|
|
|
528
528
|
## API
|