File tree Expand file tree Collapse file tree 14 files changed +82
-41
lines changed Expand file tree Collapse file tree 14 files changed +82
-41
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 1.0.5.28
2+ current_version = 1.0.5.29
33parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<dev>\d+))?
44serialize =
55 {major}.{minor}.{patch}.{release}{dev}
Original file line number Diff line number Diff line change 11package :
22 name : pythonnet
3- version : " 1.0.5.28 "
3+ version : " 1.0.5.29 "
44
55build :
66 skip : True # [not win]
Original file line number Diff line number Diff line change @@ -485,7 +485,7 @@ def run(self):
485485
486486setup (
487487 name = "pythonnet" ,
488- version = "1.0.5.28 " ,
488+ version = "1.0.5.29 " ,
489489 description = ".Net and Mono integration for Python" ,
490490 url = 'https://pythonnet.github.io/' ,
491491 license = 'MIT' ,
Original file line number Diff line number Diff line change 2525// Version Information. Keeping it simple. May need to revisit for Nuget
2626// See: https://codingforsmarties.wordpress.com/2016/01/21/how-to-version-assemblies-destined-for-nuget/
2727// AssemblyVersion can only be numeric
28- [ assembly: AssemblyVersion ( "1.0.5.28 " ) ]
28+ [ assembly: AssemblyVersion ( "1.0.5.29 " ) ]
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ public static void initclr()
5353 {
5454#if USE_PYTHON_RUNTIME_VERSION
5555 // Has no effect until SNK works. Keep updated anyways.
56- Version = new Version ( "1.0.5.28 " ) ,
56+ Version = new Version ( "1.0.5.29 " ) ,
5757#endif
5858 CultureInfo = CultureInfo. InvariantCulture
5959 } ;
Original file line number Diff line number Diff line change 1- <?xml version =" 1.0" encoding =" utf-8" ?>
2- <Project DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion =" 4 .0" >
1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion =" 12 .0" >
33 <PropertyGroup >
44 <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
55 <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
99 <RootNamespace >clrmodule</RootNamespace >
1010 <DocumentationFile >bin\clrmodule.xml</DocumentationFile >
1111 <OutputPath >bin\</OutputPath >
12- <TargetFrameworkVersion >v4.0 </TargetFrameworkVersion >
12+ <TargetFrameworkVersion >v4.5.2 </TargetFrameworkVersion >
1313 <TargetFrameworkProfile />
1414 <NoWarn >1591</NoWarn >
1515 <SolutionDir Condition =" $(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" >..\..\</SolutionDir >
9292 <Copy SourceFiles =" $(TargetAssemblyPdb)" Condition =" Exists('$(TargetAssemblyPdb)')" DestinationFiles =" $(PythonBuildDir)\clr.pdb" />
9393 </Target >
9494 <Import Project =" ../../packages/UnmanagedExports.1.2.7/tools/RGiesecke.DllExport.targets" Condition =" Exists('../../packages/UnmanagedExports.1.2.7/tools/RGiesecke.DllExport.targets')" />
95- </Project >
95+ </Project >
Original file line number Diff line number Diff line change 1- <?xml version =" 1.0" encoding =" utf-8" ?>
1+ <?xml version =" 1.0" encoding =" utf-8" ?>
22<packages >
3- <package id =" UnmanagedExports" version =" 1.2.7" targetFramework =" net40 " />
4- </packages >
3+ <package id =" UnmanagedExports" version =" 1.2.7" targetFramework =" net452 " />
4+ </packages >
Original file line number Diff line number Diff line change 1- <?xml version =" 1.0" encoding =" utf-8" ?>
2- <Project DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion =" 4 .0" >
1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion =" 12 .0" >
33 <PropertyGroup >
44 <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
55 <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
99 <RootNamespace >Python.Runtime</RootNamespace >
1010 <DocumentationFile >bin\nPython.xml</DocumentationFile >
1111 <OutputPath >bin\</OutputPath >
12- <TargetFrameworkVersion >v4.0 </TargetFrameworkVersion >
12+ <TargetFrameworkVersion >v4.5.2 </TargetFrameworkVersion >
1313 <TargetFrameworkProfile />
1414 <NoWarn >1591</NoWarn >
1515 <SolutionDir Condition =" $(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" >..\..\</SolutionDir >
9898 <Target Name =" AfterBuild" >
9999 <Copy SourceFiles =" $(TargetPath)" DestinationFolder =" $(PythonBuildDir)" />
100100 </Target >
101- </Project >
101+ </Project >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <Project DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion =" 4 .0" >
2+ <Project DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion =" 12 .0" >
33 <PropertyGroup >
44 <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
55 <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
99 <RootNamespace >Python.EmbeddingTest</RootNamespace >
1010 <DocumentationFile >bin\Python.EmbeddingTest.xml</DocumentationFile >
1111 <OutputPath >bin\</OutputPath >
12- <TargetFrameworkVersion >v4.0 </TargetFrameworkVersion >
12+ <TargetFrameworkVersion >v4.5.2 </TargetFrameworkVersion >
1313 <TargetFrameworkProfile />
1414 <NoWarn >1591</NoWarn >
1515 <SolutionDir Condition =" $(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" >..\..\</SolutionDir >
Original file line number Diff line number Diff line change 1- <?xml version =" 1.0" encoding =" utf-8" ?>
1+ <?xml version =" 1.0" encoding =" utf-8" ?>
22<packages >
3- <package id =" NUnit" version =" 3.7.1" targetFramework =" net40 " />
4- <package id =" NUnit.ConsoleRunner" version =" 3.7.0" targetFramework =" net40 " />
5- </packages >
3+ <package id =" NUnit" version =" 3.7.1" targetFramework =" net452 " requireReinstallation = " true " />
4+ <package id =" NUnit.ConsoleRunner" version =" 3.7.0" targetFramework =" net452 " />
5+ </packages >
You can’t perform that action at this time.
0 commit comments