Skip to content

Commit c2172f2

Browse files
committed
updated corresponding nuget packages for python 2.7.16
1 parent b867b6c commit c2172f2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

PythonScript/project/PythonSettings_appveyor.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<PropertyGroup Label="UserMacros">
55
<BoostBase></BoostBase>
66
<BoostPythonLibPath></BoostPythonLibPath>
7-
<PythonBase>$(SolutionDir)/packages/python2x86.2.7.15/tools</PythonBase>
8-
<PythonBaseX64>$(SolutionDir)/packages/python2.2.7.15/tools</PythonBaseX64>
7+
<PythonBase>$(SolutionDir)/packages/python2x86.2.7.16/tools</PythonBase>
8+
<PythonBaseX64>$(SolutionDir)/packages/python2.2.7.16/tools</PythonBaseX64>
99
<PythonLibPath>$(PythonBase)\libs</PythonLibPath>
1010
<PythonLibPathX64>$(PythonBaseX64)\libs</PythonLibPathX64>
1111
<HtmlHelpBase>C:\Program Files (x86)\HTML Help Workshop</HtmlHelpBase>

PythonScript/project/packages_appveyor.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
<package id="boost" version="1.66.0.0" targetFramework="native" />
44
<package id="boost_python-vc140" version="1.66.0.0" targetFramework="native" />
55
<package id="boost_regex-vc140" version="1.66.0.0" targetFramework="native" />
6-
<package id="python2" version="2.7.15" targetFramework="native" />
7-
<package id="python2x86" version="2.7.15" targetFramework="native" />
6+
<package id="python2" version="2.7.16" targetFramework="native" />
7+
<package id="python2x86" version="2.7.16" targetFramework="native" />
88
</packages>

0 commit comments

Comments
 (0)