Skip to content

Commit

Permalink
Merge pull request #10 from StackPointCloud/master
Browse files Browse the repository at this point in the history
Fixed nuget package for profitbricks-sdk-net
  • Loading branch information
Jasmin Gacic authored Nov 22, 2016
2 parents 259384e + 0e98f49 commit a0c15b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Profitbricks/Profitbricks.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
<HintPath>..\packages\NUnit.3.5.0\lib\net45\nunit.framework.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="ProfitbricksV2, Version=3.0.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\ProfitbricksV2.3.0.1\lib\net45\ProfitbricksV2.dll</HintPath>
<Reference Include="ProfitbricksV2, Version=3.0.3.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\ProfitbricksV2.3.0.3\lib\net45\ProfitbricksV2.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="RestSharp, Version=105.2.3.0, Culture=neutral, processorArchitecture=MSIL">
Expand Down
2 changes: 1 addition & 1 deletion Profitbricks/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package id="Microsoft.PowerShell.5.ReferenceAssemblies" version="1.0.0" targetFramework="net452" />
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net45" />
<package id="NUnit" version="3.5.0" targetFramework="net45" />
<package id="ProfitbricksV2" version="3.0.1" targetFramework="net45" />
<package id="ProfitbricksV2" version="3.0.3" targetFramework="net45" />
<package id="RestSharp" version="105.2.3" targetFramework="net45" />
<package id="XmlDoc2CmdletDoc" version="0.2.4" targetFramework="net45" developmentDependency="true" />
</packages>

0 comments on commit a0c15b4

Please sign in to comment.