Skip to content

Commit

Permalink
2.6.4 notes
Browse files Browse the repository at this point in the history
  • Loading branch information
BogdanMihaiciuc committed Nov 18, 2020
1 parent db984cc commit fc0fe72
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 2.6.4

This release includes bug fixes.

More detailed information about the contents of this release is available on the matching releases pages for:

- [BMCollectionView](https://github.com/BogdanMihaiciuc/BMCollectionView/releases/tag/2.6.4)

# 2.6.3

This release corresponds to Core UI v.2.6.3 and includes bug fixes.
Expand Down
2 changes: 1 addition & 1 deletion metadata.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?><Entities>
<ExtensionPackages>
<ExtensionPackage name="BMCoreUIWidgets" packageVersion="2.6.3" description="Contains Core UI and all its dependent widgets." vendor="Bogdan Mihaiciuc" minimumThingWorxVersion="6.0.0" buildNumber="{&quot;giteaURL&quot;: &quot;https://api.github.com/repos/ptc-iot-sharing/BMCoreUIWidgets/releases/latest&quot;}"/>
<ExtensionPackage name="BMCoreUIWidgets" packageVersion="2.6.4" description="Contains Core UI and all its dependent widgets." vendor="Bogdan Mihaiciuc" minimumThingWorxVersion="6.0.0" buildNumber="{&quot;giteaURL&quot;: &quot;https://api.github.com/repos/ptc-iot-sharing/BMCoreUIWidgets/releases/latest&quot;}"/>
</ExtensionPackages>
<Widgets>
<Widget name="BMCoreUIWidgets">
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"name": "BMCoreUIWidgets",
"packageName": "BMCoreUIWidgets",
"moduleName": "BMCoreUIWidgets",
"version": "2.6.3",
"version": "2.6.4",
"description": "A collection of reusable UI classes.",
"thingworxServer": "http://localhost:8016",
"thingworxServer": "http://localhost:8915",
"thingworxUser": "Administrator",
"thingworxPassword": "admin",
"thingworxPassword": "Administrator12345",
"author": "Thingworx RoIcenter",
"minimumThingWorxVersion": "6.0.0",
"homepage": "https://github.com/ptc-iot-sharing/BMCoreUIWidgets",
Expand Down

0 comments on commit fc0fe72

Please sign in to comment.