Skip to content

Commit 8488c39

Browse files
committed
Update libzmq nuget packkage version.
1 parent a907826 commit 8488c39

File tree

6 files changed

+10
-12
lines changed

6 files changed

+10
-12
lines changed

builds/msvc/vs2013/bs/bs.vcxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
<Import Project="..\..\..\..\..\..\nuget\boost_regex-vc120.1.57.0.0\build\native\boost_regex-vc120.targets" Condition="Exists('..\..\..\..\..\..\nuget\boost_regex-vc120.1.57.0.0\build\native\boost_regex-vc120.targets')" />
9191
<Import Project="..\..\..\..\..\..\nuget\boost_system-vc120.1.57.0.0\build\native\boost_system-vc120.targets" Condition="Exists('..\..\..\..\..\..\nuget\boost_system-vc120.1.57.0.0\build\native\boost_system-vc120.targets')" />
9292
<Import Project="..\..\..\..\..\..\nuget\boost_thread-vc120.1.57.0.0\build\native\boost_thread-vc120.targets" Condition="Exists('..\..\..\..\..\..\nuget\boost_thread-vc120.1.57.0.0\build\native\boost_thread-vc120.targets')" />
93-
<Import Project="..\..\..\..\..\..\nuget\libzmq_vc120.4.2.3.0\build\native\libzmq_vc120.targets" Condition="Exists('..\..\..\..\..\..\nuget\libzmq_vc120.4.2.3.0\build\native\libzmq_vc120.targets')" />
93+
<Import Project="..\..\..\..\..\..\nuget\libzmq_vc120.4.2.20.1\build\native\libzmq_vc120.targets" Condition="Exists('..\..\..\..\..\..\nuget\libzmq_vc120.4.2.20.1\build\native\libzmq_vc120.targets')" />
9494
<Import Project="..\..\..\..\..\..\nuget\secp256k1_vc120.0.1.0.14\build\native\secp256k1_vc120.targets" Condition="Exists('..\..\..\..\..\..\nuget\secp256k1_vc120.0.1.0.14\build\native\secp256k1_vc120.targets')" />
9595
</ImportGroup>
9696
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
@@ -108,7 +108,7 @@
108108
<Error Condition="!Exists('..\..\..\..\..\..\nuget\boost_regex-vc120.1.57.0.0\build\native\boost_regex-vc120.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\nuget\boost_regex-vc120.1.57.0.0\build\native\boost_regex-vc120.targets'))" />
109109
<Error Condition="!Exists('..\..\..\..\..\..\nuget\boost_system-vc120.1.57.0.0\build\native\boost_system-vc120.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\nuget\boost_system-vc120.1.57.0.0\build\native\boost_system-vc120.targets'))" />
110110
<Error Condition="!Exists('..\..\..\..\..\..\nuget\boost_thread-vc120.1.57.0.0\build\native\boost_thread-vc120.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\nuget\boost_thread-vc120.1.57.0.0\build\native\boost_thread-vc120.targets'))" />
111-
<Error Condition="!Exists('..\..\..\..\..\..\nuget\libzmq_vc120.4.2.3.0\build\native\libzmq_vc120.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\nuget\libzmq_vc120.4.2.3.0\build\native\libzmq_vc120.targets'))" />
111+
<Error Condition="!Exists('..\..\..\..\..\..\nuget\libzmq_vc120.4.2.20.1\build\native\libzmq_vc120.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\nuget\libzmq_vc120.4.2.20.1\build\native\libzmq_vc120.targets'))" />
112112
<Error Condition="!Exists('..\..\..\..\..\..\nuget\secp256k1_vc120.0.1.0.14\build\native\secp256k1_vc120.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\nuget\secp256k1_vc120.0.1.0.14\build\native\secp256k1_vc120.targets'))" />
113113
</Target>
114114
<ItemGroup>

builds/msvc/vs2013/bs/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
<package id="boost_regex-vc120" version="1.57.0.0" targetFramework="Native" />
1212
<package id="boost_system-vc120" version="1.57.0.0" targetFramework="Native" />
1313
<package id="boost_thread-vc120" version="1.57.0.0" targetFramework="Native" />
14-
<package id="libzmq_vc120" version="4.2.3.0" targetFramework="Native" />
14+
<package id="libzmq_vc120" version="4.2.20.1" targetFramework="Native" />
1515
<package id="secp256k1_vc120" version="0.1.0.14" targetFramework="Native" />
1616
</packages>

builds/msvc/vs2013/libbitcoin-server-test/libbitcoin-server-test.vcxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
<Import Project="..\..\..\..\..\..\nuget\boost_system-vc120.1.57.0.0\build\native\boost_system-vc120.targets" Condition="Exists('..\..\..\..\..\..\nuget\boost_system-vc120.1.57.0.0\build\native\boost_system-vc120.targets')" />
8383
<Import Project="..\..\..\..\..\..\nuget\boost_thread-vc120.1.57.0.0\build\native\boost_thread-vc120.targets" Condition="Exists('..\..\..\..\..\..\nuget\boost_thread-vc120.1.57.0.0\build\native\boost_thread-vc120.targets')" />
8484
<Import Project="..\..\..\..\..\..\nuget\boost_unit_test_framework-vc120.1.57.0.0\build\native\boost_unit_test_framework-vc120.targets" Condition="Exists('..\..\..\..\..\..\nuget\boost_unit_test_framework-vc120.1.57.0.0\build\native\boost_unit_test_framework-vc120.targets')" />
85-
<Import Project="..\..\..\..\..\..\nuget\libzmq_vc120.4.2.3.0\build\native\libzmq_vc120.targets" Condition="Exists('..\..\..\..\..\..\nuget\libzmq_vc120.4.2.3.0\build\native\libzmq_vc120.targets')" />
85+
<Import Project="..\..\..\..\..\..\nuget\libzmq_vc120.4.2.20.1\build\native\libzmq_vc120.targets" Condition="Exists('..\..\..\..\..\..\nuget\libzmq_vc120.4.2.20.1\build\native\libzmq_vc120.targets')" />
8686
<Import Project="..\..\..\..\..\..\nuget\secp256k1_vc120.0.1.0.14\build\native\secp256k1_vc120.targets" Condition="Exists('..\..\..\..\..\..\nuget\secp256k1_vc120.0.1.0.14\build\native\secp256k1_vc120.targets')" />
8787
</ImportGroup>
8888
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
@@ -100,7 +100,7 @@
100100
<Error Condition="!Exists('..\..\..\..\..\..\nuget\boost_system-vc120.1.57.0.0\build\native\boost_system-vc120.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\nuget\boost_system-vc120.1.57.0.0\build\native\boost_system-vc120.targets'))" />
101101
<Error Condition="!Exists('..\..\..\..\..\..\nuget\boost_thread-vc120.1.57.0.0\build\native\boost_thread-vc120.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\nuget\boost_thread-vc120.1.57.0.0\build\native\boost_thread-vc120.targets'))" />
102102
<Error Condition="!Exists('..\..\..\..\..\..\nuget\boost_unit_test_framework-vc120.1.57.0.0\build\native\boost_unit_test_framework-vc120.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\nuget\boost_unit_test_framework-vc120.1.57.0.0\build\native\boost_unit_test_framework-vc120.targets'))" />
103-
<Error Condition="!Exists('..\..\..\..\..\..\nuget\libzmq_vc120.4.2.3.0\build\native\libzmq_vc120.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\nuget\libzmq_vc120.4.2.3.0\build\native\libzmq_vc120.targets'))" />
103+
<Error Condition="!Exists('..\..\..\..\..\..\nuget\libzmq_vc120.4.2.20.1\build\native\libzmq_vc120.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\nuget\libzmq_vc120.4.2.20.1\build\native\libzmq_vc120.targets'))" />
104104
<Error Condition="!Exists('..\..\..\..\..\..\nuget\secp256k1_vc120.0.1.0.14\build\native\secp256k1_vc120.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\nuget\secp256k1_vc120.0.1.0.14\build\native\secp256k1_vc120.targets'))" />
105105
</Target>
106106
<ItemGroup>

builds/msvc/vs2013/libbitcoin-server-test/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
<package id="boost_system-vc120" version="1.57.0.0" targetFramework="Native" />
1313
<package id="boost_thread-vc120" version="1.57.0.0" targetFramework="Native" />
1414
<package id="boost_unit_test_framework-vc120" version="1.57.0.0" targetFramework="Native" />
15-
<package id="libzmq_vc120" version="4.2.3.0" targetFramework="Native" />
15+
<package id="libzmq_vc120" version="4.2.20.1" targetFramework="Native" />
1616
<package id="secp256k1_vc120" version="0.1.0.14" targetFramework="Native" />
1717
</packages>

builds/msvc/vs2013/libbitcoin-server/libbitcoin-server.vcxproj

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -89,14 +89,12 @@
8989
<ClInclude Include="..\..\..\..\include\bitcoin\server\settings.hpp" />
9090
<ClInclude Include="..\..\..\..\include\bitcoin\server\utility\address_key.hpp" />
9191
<ClInclude Include="..\..\..\..\include\bitcoin\server\utility\authenticator.hpp" />
92-
<ClInclude Include="..\..\..\..\include\bitcoin\server\utility\fetch_helpers.hpp" />
9392
<ClInclude Include="..\..\..\..\include\bitcoin\server\version.hpp" />
9493
<ClInclude Include="..\..\..\..\include\bitcoin\server\workers\notification_worker.hpp" />
9594
<ClInclude Include="..\..\..\..\include\bitcoin\server\workers\query_worker.hpp" />
9695
<ClInclude Include="..\..\resource.h" />
9796
</ItemGroup>
9897
<ItemGroup>
99-
<ClCompile Include="..\..\..\..\src\address_key.cpp" />
10098
<ClCompile Include="..\..\..\..\src\configuration.cpp" />
10199
<ClCompile Include="..\..\..\..\src\interface\address.cpp" />
102100
<ClCompile Include="..\..\..\..\src\interface\blockchain.cpp" />
@@ -111,8 +109,8 @@
111109
<ClCompile Include="..\..\..\..\src\services\query_service.cpp" />
112110
<ClCompile Include="..\..\..\..\src\services\transaction_service.cpp" />
113111
<ClCompile Include="..\..\..\..\src\settings.cpp" />
112+
<ClCompile Include="..\..\..\..\src\utility\address_key.cpp" />
114113
<ClCompile Include="..\..\..\..\src\utility\authenticator.cpp" />
115-
<ClCompile Include="..\..\..\..\src\utility\fetch_helpers.cpp" />
116114
<ClCompile Include="..\..\..\..\src\workers\notification_worker.cpp" />
117115
<ClCompile Include="..\..\..\..\src\workers\query_worker.cpp" />
118116
</ItemGroup>
@@ -133,7 +131,7 @@
133131
<Import Project="..\..\..\..\..\..\nuget\boost_regex-vc120.1.57.0.0\build\native\boost_regex-vc120.targets" Condition="Exists('..\..\..\..\..\..\nuget\boost_regex-vc120.1.57.0.0\build\native\boost_regex-vc120.targets')" />
134132
<Import Project="..\..\..\..\..\..\nuget\boost_system-vc120.1.57.0.0\build\native\boost_system-vc120.targets" Condition="Exists('..\..\..\..\..\..\nuget\boost_system-vc120.1.57.0.0\build\native\boost_system-vc120.targets')" />
135133
<Import Project="..\..\..\..\..\..\nuget\boost_thread-vc120.1.57.0.0\build\native\boost_thread-vc120.targets" Condition="Exists('..\..\..\..\..\..\nuget\boost_thread-vc120.1.57.0.0\build\native\boost_thread-vc120.targets')" />
136-
<Import Project="..\..\..\..\..\..\nuget\libzmq_vc120.4.2.3.0\build\native\libzmq_vc120.targets" Condition="Exists('..\..\..\..\..\..\nuget\libzmq_vc120.4.2.3.0\build\native\libzmq_vc120.targets')" />
134+
<Import Project="..\..\..\..\..\..\nuget\libzmq_vc120.4.2.20.1\build\native\libzmq_vc120.targets" Condition="Exists('..\..\..\..\..\..\nuget\libzmq_vc120.4.2.20.1\build\native\libzmq_vc120.targets')" />
137135
<Import Project="..\..\..\..\..\..\nuget\secp256k1_vc120.0.1.0.14\build\native\secp256k1_vc120.targets" Condition="Exists('..\..\..\..\..\..\nuget\secp256k1_vc120.0.1.0.14\build\native\secp256k1_vc120.targets')" />
138136
</ImportGroup>
139137
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
@@ -151,7 +149,7 @@
151149
<Error Condition="!Exists('..\..\..\..\..\..\nuget\boost_regex-vc120.1.57.0.0\build\native\boost_regex-vc120.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\nuget\boost_regex-vc120.1.57.0.0\build\native\boost_regex-vc120.targets'))" />
152150
<Error Condition="!Exists('..\..\..\..\..\..\nuget\boost_system-vc120.1.57.0.0\build\native\boost_system-vc120.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\nuget\boost_system-vc120.1.57.0.0\build\native\boost_system-vc120.targets'))" />
153151
<Error Condition="!Exists('..\..\..\..\..\..\nuget\boost_thread-vc120.1.57.0.0\build\native\boost_thread-vc120.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\nuget\boost_thread-vc120.1.57.0.0\build\native\boost_thread-vc120.targets'))" />
154-
<Error Condition="!Exists('..\..\..\..\..\..\nuget\libzmq_vc120.4.2.3.0\build\native\libzmq_vc120.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\nuget\libzmq_vc120.4.2.3.0\build\native\libzmq_vc120.targets'))" />
152+
<Error Condition="!Exists('..\..\..\..\..\..\nuget\libzmq_vc120.4.2.20.1\build\native\libzmq_vc120.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\nuget\libzmq_vc120.4.2.20.1\build\native\libzmq_vc120.targets'))" />
155153
<Error Condition="!Exists('..\..\..\..\..\..\nuget\secp256k1_vc120.0.1.0.14\build\native\secp256k1_vc120.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\nuget\secp256k1_vc120.0.1.0.14\build\native\secp256k1_vc120.targets'))" />
156154
</Target>
157155
</Project>

builds/msvc/vs2013/libbitcoin-server/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
<package id="boost_regex-vc120" version="1.57.0.0" targetFramework="Native" />
1212
<package id="boost_system-vc120" version="1.57.0.0" targetFramework="Native" />
1313
<package id="boost_thread-vc120" version="1.57.0.0" targetFramework="Native" />
14-
<package id="libzmq_vc120" version="4.2.3.0" targetFramework="Native" />
14+
<package id="libzmq_vc120" version="4.2.20.1" targetFramework="Native" />
1515
<package id="secp256k1_vc120" version="0.1.0.14" targetFramework="Native" />
1616
</packages>

0 commit comments

Comments
 (0)