Skip to content

Commit 1c60817

Browse files
committed
fix a bug with the config get script method
1 parent a5e5823 commit 1c60817

File tree

7 files changed

+4
-2
lines changed

7 files changed

+4
-2
lines changed
-8 KB
Binary file not shown.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Gene expression programming implemented using C#
55
# Install
66

77
```bash
8-
Install-Package cs-gene-expression-programming -Version 1.0.1
8+
Install-Package cs-gene-expression-programming -Version 1.0.2
99
```
1010

1111
# Usage

cs-gene-expression-programming/ComponentModels/GEPConfig.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ public override string GetScript(string p)
5252

5353
}
5454

55+
return scriptPath;
56+
5557
}
5658
return null;
5759
}
21 KB
Binary file not shown.

nuget/cs-gene-expression-programming.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package >
33
<metadata>
44
<id>cs-gene-expression-programming</id>
5-
<version>1.0.1</version>
5+
<version>1.0.2</version>
66
<authors>chen0040</authors>
77
<owners>chen0040</owners>
88
<licenseUrl>https://github.com/chen0040/cs-gene-expression-programming/blob/master/LICENSE</licenseUrl>
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)