Skip to content

Commit 79f83ff

Browse files
committed
Merge branch 'master' of github.com:Norgate-AV/NAVDatabase.Amx.ConfigFromFile
2 parents f8ddfec + 2d482af commit 79f83ff

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [2.0.2](https://github.com/Norgate-AV/NAVDatabase.Amx.ConfigFromFile/compare/v2.0.1...v2.0.2) (2025-01-16)
4+
5+
### 🐛 Bug Fixes
6+
7+
- fix path update in install script ([2128e8d](https://github.com/Norgate-AV/NAVDatabase.Amx.ConfigFromFile/commit/2128e8d8b63f166ea984862ddb75f5379e74fcb3))
8+
39
## [2.0.1](https://github.com/Norgate-AV/NAVDatabase.Amx.ConfigFromFile/compare/v2.0.0...v2.0.1) (2025-01-16)
410

511
### 🐛 Bug Fixes

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "NAVDatabase.Amx.ConfigFromFile",
33
"description": "NetLinx module for reading configuration from a file",
4-
"version": "2.0.1",
4+
"version": "2.0.2",
55
"license": "MIT",
66
"files": ["src/*.axs", "src/*.tko", "lib/*.axi", "SymLink.ps1", "LICENSE", "README.md"],
77
"repository": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "navdatabase.amx.configfromfile",
33
"displayName": "NAVDatabase.Amx.ConfigFromFile",
4-
"version": "2.0.1",
4+
"version": "2.0.2",
55
"keywords": [
66
"amx",
77
"netlinx",

0 commit comments

Comments
 (0)