Skip to content
This repository has been archived by the owner on Aug 28, 2021. It is now read-only.

Commit

Permalink
updated core to 1.6.8 and popup to 1.6.10 (hok fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
teocomi committed Sep 19, 2019
1 parent 6ce88c6 commit 968ef91
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions SpeckleDynamo/SpeckleDynamo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -158,11 +158,11 @@
<HintPath>..\packages\DynamoVisualProgramming.ZeroTouchLibrary.2.0.2.6986\lib\net45\ProtoGeometry.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="SpeckleCore, Version=1.5.2.343, Culture=neutral, processorArchitecture=AMD64">
<HintPath>..\packages\SpeckleCore.1.5.2.343\lib\net45\SpeckleCore.dll</HintPath>
<Reference Include="SpeckleCore, Version=1.6.8.0, Culture=neutral, processorArchitecture=AMD64">
<HintPath>..\packages\SpeckleCore.1.6.8\lib\net45\SpeckleCore.dll</HintPath>
</Reference>
<Reference Include="SpecklePopup, Version=1.6.8.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\SpecklePopup.1.6.8\lib\net45\SpecklePopup.dll</HintPath>
<Reference Include="SpecklePopup, Version=1.6.10.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\SpecklePopup.1.6.10\lib\net45\SpecklePopup.dll</HintPath>
</Reference>
<Reference Include="SQLite-net, Version=1.5.231.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\sqlite-net-pcl.1.5.231\lib\netstandard1.1\SQLite-net.dll</HintPath>
Expand Down
4 changes: 2 additions & 2 deletions SpeckleDynamo/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<package id="Newtonsoft.Json" version="12.0.2" targetFramework="net45" />
<package id="NUnit" version="2.6.3" targetFramework="net45" />
<package id="Prism" version="4.1.0.0" targetFramework="net45" />
<package id="SpeckleCore" version="1.5.2.343" targetFramework="net45" />
<package id="SpecklePopup" version="1.6.8" targetFramework="net45" />
<package id="SpeckleCore" version="1.6.8" targetFramework="net45" />
<package id="SpecklePopup" version="1.6.10" targetFramework="net45" />
<package id="sqlite-net-pcl" version="1.5.231" targetFramework="net45" />
<package id="SQLitePCLRaw.bundle_green" version="1.1.11" targetFramework="net45" />
<package id="SQLitePCLRaw.core" version="1.1.11" targetFramework="net45" />
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# General Configuration
version: 1.6.0.{build}
version: 1.6.1.{build}
skip_branch_with_pr: true

# Environment Configuration
Expand Down

0 comments on commit 968ef91

Please sign in to comment.