Skip to content
This repository has been archived by the owner on Mar 30, 2019. It is now read-only.

Commit

Permalink
[Toolkit.Yaml] Update to SharpYaml 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
xoofx committed Jan 15, 2014
1 parent 0b64658 commit 2e726ed
Show file tree
Hide file tree
Showing 7 changed files with 95 additions and 203 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@
<None Include="SharpDX.Toolkit.Yaml.nuspec" />
</ItemGroup>
<ItemGroup>
<Reference Include="SharpYaml, Version=1.1.0.42833, Culture=neutral, PublicKeyToken=1ced8108e942bc02, processorArchitecture=MSIL">
<Reference Include="SharpYaml, Version=1.2.0.13711, Culture=neutral, PublicKeyToken=1ced8108e942bc02, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\packages\SharpYaml.1.1.0\lib\SharpYaml.dll</HintPath>
<HintPath>..\..\..\packages\SharpYaml.1.2.0\lib\SharpYaml.dll</HintPath>
</Reference>
</ItemGroup>
<Import Project="$(SolutionDir)\SharpDX.PostSettings.targets" />
Expand Down
2 changes: 1 addition & 1 deletion Source/Toolkit/SharpDX.Toolkit.Yaml/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="SharpYaml" version="1.1.0" targetFramework="net40" />
<package id="SharpYaml" version="1.2.0" targetFramework="net40" />
</packages>
Binary file removed packages/SharpYaml.1.1.0/lib/SharpYaml.dll
Binary file not shown.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>SharpYaml</id>
<version>1.1.0</version>
<version>1.2.0</version>
<authors>Alexandre Mutel</authors>
<owners>Alexandre Mutel</owners>
<licenseUrl>https://github.com/xoofx/SharpYaml/blob/master/LICENSE.txt</licenseUrl>
Expand Down
Binary file added packages/SharpYaml.1.2.0/lib/SharpYaml.dll
Binary file not shown.
Loading

0 comments on commit 2e726ed

Please sign in to comment.