Skip to content

Commit f70bf12

Browse files
committed
fix the tree gp package not included issue
1 parent 1c60817 commit f70bf12

File tree

10 files changed

+3
-3
lines changed

10 files changed

+3
-3
lines changed
11 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.2
8+
Install-Package cs-gene-expression-programming -Version 1.0.3
99
```
1010

1111
# Usage

cs-gene-expression-programming/cs-gene-expression-programming.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
</ItemGroup>
9595
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
9696
<PropertyGroup>
97-
<PostBuildEvent>copy /Y "$(TargetDir)$(ProjectName).dll" "$(SolutionDir)nuget\lib\net452\$(ConfigurationName)\$(ProjectName).dll"</PostBuildEvent>
97+
<PostBuildEvent>copy /Y "$(TargetDir)*.dll" "$(SolutionDir)nuget\lib\net452\$(ConfigurationName)"</PostBuildEvent>
9898
</PropertyGroup>
9999
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
100100
Other similar extension points exist, see Microsoft.Common.targets.
157 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.2</version>
5+
<version>1.0.3</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.
156 KB
Binary file not shown.
0 Bytes
Binary file not shown.
156 KB
Binary file not shown.
File renamed without changes.

0 commit comments

Comments
 (0)