Skip to content

Commit

Permalink
Upgraded to protobuf-net 2.0.0.640.
Browse files Browse the repository at this point in the history
  • Loading branch information
rdingwall committed Jun 9, 2013
1 parent 430b89d commit 8dd90e1
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions src/ProtoBuf.Data.Net20/ProtoBuf.Data.Net20.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
<AssemblyOriginatorKeyFile>ProtoBuf.Data.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="protobuf-net, Version=2.0.0.621, Culture=neutral, PublicKeyToken=257b51d87d2e4d67, processorArchitecture=MSIL">
<Reference Include="protobuf-net, Version=2.0.0.640, Culture=neutral, PublicKeyToken=257b51d87d2e4d67, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\packages\protobuf-net.2.0.0.621\lib\net20\protobuf-net.dll</HintPath>
<HintPath>..\..\packages\protobuf-net.2.0.0.640\lib\net20\protobuf-net.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
Expand Down
2 changes: 1 addition & 1 deletion src/ProtoBuf.Data.Net20/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="protobuf-net" version="2.0.0.621" targetFramework="net20" />
<package id="protobuf-net" version="2.0.0.640" targetFramework="net20" />
</packages>
4 changes: 2 additions & 2 deletions src/ProtoBuf.Data.Net30/ProtoBuf.Data.Net30.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
<AssemblyOriginatorKeyFile>ProtoBuf.Data.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="protobuf-net, Version=2.0.0.621, Culture=neutral, PublicKeyToken=257b51d87d2e4d67, processorArchitecture=MSIL">
<Reference Include="protobuf-net, Version=2.0.0.640, Culture=neutral, PublicKeyToken=257b51d87d2e4d67, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\packages\protobuf-net.2.0.0.621\lib\net30\protobuf-net.dll</HintPath>
<HintPath>..\..\packages\protobuf-net.2.0.0.640\lib\net30\protobuf-net.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
Expand Down
2 changes: 1 addition & 1 deletion src/ProtoBuf.Data.Net30/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="protobuf-net" version="2.0.0.621" targetFramework="net30" />
<package id="protobuf-net" version="2.0.0.640" targetFramework="net30" />
</packages>
4 changes: 2 additions & 2 deletions src/ProtoBuf.Data.Net35/ProtoBuf.Data.Net35.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
<AssemblyOriginatorKeyFile>ProtoBuf.Data.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="protobuf-net, Version=2.0.0.621, Culture=neutral, PublicKeyToken=257b51d87d2e4d67, processorArchitecture=MSIL">
<Reference Include="protobuf-net, Version=2.0.0.640, Culture=neutral, PublicKeyToken=257b51d87d2e4d67, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\packages\protobuf-net.2.0.0.621\lib\net35\protobuf-net.dll</HintPath>
<HintPath>..\..\packages\protobuf-net.2.0.0.640\lib\net35\protobuf-net.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
Expand Down
2 changes: 1 addition & 1 deletion src/ProtoBuf.Data.Net35/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="protobuf-net" version="2.0.0.621" targetFramework="net35" />
<package id="protobuf-net" version="2.0.0.640" targetFramework="net35" />
</packages>
4 changes: 2 additions & 2 deletions src/ProtoBuf.Data.Net40/ProtoBuf.Data.Net40.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
<AssemblyOriginatorKeyFile>ProtoBuf.Data.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="protobuf-net, Version=2.0.0.621, Culture=neutral, PublicKeyToken=257b51d87d2e4d67, processorArchitecture=MSIL">
<Reference Include="protobuf-net, Version=2.0.0.640, Culture=neutral, PublicKeyToken=257b51d87d2e4d67, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\packages\protobuf-net.2.0.0.621\lib\net40\protobuf-net.dll</HintPath>
<HintPath>..\..\packages\protobuf-net.2.0.0.640\lib\net40\protobuf-net.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
Expand Down
2 changes: 1 addition & 1 deletion src/ProtoBuf.Data.Net40/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="protobuf-net" version="2.0.0.621" targetFramework="net40" />
<package id="protobuf-net" version="2.0.0.640" targetFramework="net40" />
</packages>
4 changes: 2 additions & 2 deletions src/ProtoBuf.Data.Net45/ProtoBuf.Data.Net45.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
<AssemblyOriginatorKeyFile>ProtoBuf.Data.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="protobuf-net, Version=2.0.0.621, Culture=neutral, PublicKeyToken=257b51d87d2e4d67, processorArchitecture=MSIL">
<Reference Include="protobuf-net, Version=2.0.0.640, Culture=neutral, PublicKeyToken=257b51d87d2e4d67, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\packages\protobuf-net.2.0.0.621\lib\net40\protobuf-net.dll</HintPath>
<HintPath>..\..\packages\protobuf-net.2.0.0.640\lib\net40\protobuf-net.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down
2 changes: 1 addition & 1 deletion src/ProtoBuf.Data.Net45/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="protobuf-net" version="2.0.0.621" targetFramework="net45" />
<package id="protobuf-net" version="2.0.0.640" targetFramework="net45" />
</packages>

0 comments on commit 8dd90e1

Please sign in to comment.