Skip to content

Commit

Permalink
used published version 1.1.1.0 of pgn.net
Browse files Browse the repository at this point in the history
  • Loading branch information
iigorr committed Jun 8, 2014
1 parent 9ce6cf2 commit 431e283
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 9 deletions.
5 changes: 3 additions & 2 deletions examples/NET_4_0/NET_4_0.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="pgn.net">
<HintPath>..\packages\pgn.net.1.1.0.2\lib\net40\pgn.net.dll</HintPath>
<Reference Include="pgn.net, Version=1.1.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\pgn.net.1.1.1.0\lib\net40\pgn.net.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down
2 changes: 1 addition & 1 deletion examples/NET_4_0/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="pgn.net" version="1.1.0.2" targetFramework="net40" />
<package id="pgn.net" version="1.1.1.0" targetFramework="net40" />
</packages>
5 changes: 3 additions & 2 deletions examples/NET_4_5/NET_4_5.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="pgn.net">
<HintPath>..\packages\pgn.net.1.1.0.2\lib\net45\pgn.net.dll</HintPath>
<Reference Include="pgn.net, Version=1.1.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\pgn.net.1.1.1.0\lib\net45\pgn.net.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down
2 changes: 1 addition & 1 deletion examples/NET_4_5/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="pgn.net" version="1.1.0.2" targetFramework="net45" />
<package id="pgn.net" version="1.1.1.0" targetFramework="net45" />
</packages>
5 changes: 3 additions & 2 deletions examples/ReadPgnFile/ReadPgnFile.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="pgn.net">
<HintPath>..\packages\pgn.net.1.1.0.2\lib\net45\pgn.net.dll</HintPath>
<Reference Include="pgn.net, Version=1.1.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\pgn.net.1.1.1.0\lib\net45\pgn.net.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down
2 changes: 1 addition & 1 deletion examples/ReadPgnFile/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="pgn.net" version="1.1.0.2" targetFramework="net45" />
<package id="pgn.net" version="1.1.1.0" targetFramework="net45" />
</packages>

0 comments on commit 431e283

Please sign in to comment.