Skip to content

Commit

Permalink
build new version
Browse files Browse the repository at this point in the history
  • Loading branch information
yschindel committed Nov 22, 2024
1 parent 33897c9 commit eec39ad
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 23 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ https://localhost:8080/assets/

## Building the project

Change the guid in `pbiviz.json` to a new version if you have changed capabilities.json.
Run `npm run build` to build the project.

## debugging
Expand Down
Binary file added dist/NHMzhPbiViewer.1.0.0.1.pbiviz
Binary file not shown.
6 changes: 3 additions & 3 deletions dist/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"version": "1.0.0.0",
"version": "1.0.0.1",
"author": {"name":"asdf","email":"asdfsa"},
"resources": [
{
"resourceId": "rId0",
"sourceType": 5,
"file": "resources/ifcVisual32ECD4985D6D4A3DAC69426E3D8A5149.pbiviz.json"
"file": "resources/NHMzhPbiViewer.pbiviz.json"
}
],
"visual": {"name":"ifcVisual","displayName":"ifcVisual","guid":"ifcVisual32ECD4985D6D4A3DAC69426E3D8A5149","visualClassName":"Visual","version":"1.0.0.0","description":"IFC Visual","supportUrl":"example.org","gitHubUrl":"https://github.com/"},
"visual": {"name":"NHMzhPbiViewer","displayName":"NHMzhPbiViewer","guid":"NHMzhPbiViewer","visualClassName":"Visual","version":"1.0.0.1","description":"NHMzhPbiViewer","supportUrl":"example.org","gitHubUrl":"https://github.com/"},
"metadata": {
"pbivizjson": {
"resourceId": "rId0"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "visual",
"description": "default_template_value",
"version": "1.0.1",
"version": "1.0.6",
"repository": {
"type": "default_template_value",
"url": "default_template_value"
Expand Down
38 changes: 19 additions & 19 deletions pbiviz.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"visual": {
"name": "ifcVisual",
"displayName": "ifcVisual",
"guid": "ifcVisual32ECD4985D6D4A3DAC69426E3D8A5149",
"visualClassName": "Visual",
"version": "1.0.0.0",
"description": "IFC Visual",
"supportUrl": "example.org",
"gitHubUrl": "https://github.com/"
},
"apiVersion": "5.3.0",
"author": { "name": "asdf", "email": "asdfsa" },
"assets": { "icon": "assets/icon.png" },
"externalJS": null,
"style": "style/visual.less",
"capabilities": "capabilities.json",
"dependencies": null,
"stringResources": [],
"version": "1.0.0.0"
"visual": {
"name": "NHMzhPbiViewer",
"displayName": "NHMzhPbiViewer",
"guid": "NHMzhPbiViewer",
"visualClassName": "Visual",
"version": "1.0.0.1",
"description": "NHMzhPbiViewer",
"supportUrl": "example.org",
"gitHubUrl": "https://github.com/"
},
"apiVersion": "5.3.0",
"author": { "name": "asdf", "email": "asdfsa" },
"assets": { "icon": "assets/icon.png" },
"externalJS": null,
"style": "style/visual.less",
"capabilities": "capabilities.json",
"dependencies": null,
"stringResources": [],
"version": "1.0.0.1"
}

0 comments on commit eec39ad

Please sign in to comment.