Skip to content

Commit

Permalink
Update the NuGet package BitcoinBlockchain to version 1.2.5.0. This n…
Browse files Browse the repository at this point in the history
…ew version accommodates for block versions 805306375 (30000007) and 536870916 (20000004). Updates this app's version to 1.9.0.0.
  • Loading branch information
ladimolnar committed Apr 30, 2017
1 parent 54e6ab1 commit 6901673
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions Sources/BitcoinDataLayerAdoNet/BitcoinDataLayerAdoNet.csproj
Expand Up @@ -39,8 +39,8 @@
</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="BitcoinBlockchain, Version=1.2.4.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\BitcoinBlockchain.1.2.4.0\lib\net45\BitcoinBlockchain.dll</HintPath>
<Reference Include="BitcoinBlockchain, Version=1.2.5.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\BitcoinBlockchain.1.2.5.0\lib\net45\BitcoinBlockchain.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
Expand Down
2 changes: 1 addition & 1 deletion Sources/BitcoinDataLayerAdoNet/packages.config
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="BitcoinBlockchain" version="1.2.4.0" targetFramework="net45" />
<package id="BitcoinBlockchain" version="1.2.5.0" targetFramework="net45" />
</packages>
Expand Up @@ -43,8 +43,8 @@
</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="BitcoinBlockchain, Version=1.2.4.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\BitcoinBlockchain.1.2.4.0\lib\net45\BitcoinBlockchain.dll</HintPath>
<Reference Include="BitcoinBlockchain, Version=1.2.5.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\BitcoinBlockchain.1.2.5.0\lib\net45\BitcoinBlockchain.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.Threading.Tasks">
Expand Down
4 changes: 2 additions & 2 deletions Sources/BitcoinDatabaseGenerator/Properties/AssemblyInfo.cs
Expand Up @@ -39,5 +39,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.8.0.0")]
[assembly: AssemblyFileVersion("1.8.0.0")]
[assembly: AssemblyVersion("1.9.0.0")]
[assembly: AssemblyFileVersion("1.9.0.0")]
2 changes: 1 addition & 1 deletion Sources/BitcoinDatabaseGenerator/packages.config
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="BitcoinBlockchain" version="1.2.4.0" targetFramework="net45" />
<package id="BitcoinBlockchain" version="1.2.5.0" targetFramework="net45" />
<package id="Microsoft.Bcl" version="1.1.10" targetFramework="net45" />
<package id="Microsoft.Bcl.Async" version="1.0.168" targetFramework="net45" />
<package id="Microsoft.Bcl.Build" version="1.0.21" targetFramework="net45" />
Expand Down
Expand Up @@ -36,8 +36,8 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="BitcoinBlockchain, Version=1.2.4.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\BitcoinBlockchain.1.2.4.0\lib\net45\BitcoinBlockchain.dll</HintPath>
<Reference Include="BitcoinBlockchain, Version=1.2.5.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\BitcoinBlockchain.1.2.5.0\lib\net45\BitcoinBlockchain.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.Threading.Tasks">
Expand Down
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="BitcoinBlockchain" version="1.2.4.0" targetFramework="net45" />
<package id="BitcoinBlockchain" version="1.2.5.0" targetFramework="net45" />
<package id="Microsoft.Bcl" version="1.1.10" targetFramework="net45" />
<package id="Microsoft.Bcl.Async" version="1.0.168" targetFramework="net45" />
<package id="Microsoft.Bcl.Build" version="1.0.21" targetFramework="net45" />
Expand Down

0 comments on commit 6901673

Please sign in to comment.