Skip to content

Commit

Permalink
Update changelog; demo release items
Browse files Browse the repository at this point in the history
  • Loading branch information
philipbelesky committed Aug 27, 2017
1 parent 896930b commit cd17e0f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
#### 0.6a

- Flow Path component outputs paths as a flat list; not a tree
- Fixed generic plant attrbiutes
- Restructured directory
- Switched references to use NuGet

#### 0.5a
Expand Down
2 changes: 2 additions & 0 deletions plugin/groundhog.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,8 @@
<Copy SourceFiles="$(ProjectDir)/../examples/Contour Examples.gh" DestinationFolder="$(OutDir)examples" />
<Copy SourceFiles="$(ProjectDir)/../examples/Terrain Examples.3dm" DestinationFolder="$(OutDir)examples" />
<Copy SourceFiles="$(ProjectDir)/../examples/Terrain Examples.gh" DestinationFolder="$(OutDir)examples" />
<Copy SourceFiles="$(ProjectDir)/../demos/Planting Plan Demo.3dm" DestinationFolder="$(OutDir)demos" />
<Copy SourceFiles="$(ProjectDir)/../demos/Planting Plan Demo.gh" DestinationFolder="$(OutDir)demos" />
</Target>
<Import Project="packages\RhinoCommon.5.12.50810.13095\build\net35\RhinoCommon.targets" Condition="Exists('packages\RhinoCommon.5.12.50810.13095\build\net35\RhinoCommon.targets')" />
<Import Project="packages\Grasshopper.0.9.76\build\net35\Grasshopper.targets" Condition="Exists('packages\Grasshopper.0.9.76\build\net35\Grasshopper.targets')" />
Expand Down
Empty file added plugin/release/demos/.gitkeep
Empty file.

0 comments on commit cd17e0f

Please sign in to comment.