Skip to content

Commit 403464b

Browse files
committed
new release 1.5.20
1 parent 31ec69d commit 403464b

32 files changed

+57
-48
lines changed

R.NET/Properties/VersionInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
// You can specify all the values or you can default the Build and Revision Numbers
1111
// by using the '*' as shown below:
1212
// [assembly: AssemblyVersion("1.0.*")]
13-
[assembly: AssemblyVersion("1.5.19.*")]
14-
[assembly: AssemblyInformationalVersion("1.5.19")]
13+
[assembly: AssemblyVersion("1.5.20.*")]
14+
[assembly: AssemblyInformationalVersion("1.5.20")]

R.NET/RDotNet.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,9 @@
3636
<DocumentationFile>bin\Release\RDotNet.XML</DocumentationFile>
3737
</PropertyGroup>
3838
<ItemGroup>
39-
<Reference Include="DynamicInterop">
40-
<HintPath>..\packages\DynamicInterop.0.7.1.0\lib\net40\DynamicInterop.dll</HintPath>
39+
<Reference Include="DynamicInterop, Version=0.7.2.0, Culture=neutral, processorArchitecture=MSIL">
40+
<SpecificVersion>False</SpecificVersion>
41+
<HintPath>..\packages\DynamicInterop.0.7.2.0\lib\net40\DynamicInterop.dll</HintPath>
4142
</Reference>
4243
<Reference Include="System" />
4344
<Reference Include="System.Core" />

R.NET/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="DynamicInterop" version="0.7.1.0" targetFramework="net40" />
3+
<package id="DynamicInterop" version="0.7.2.0" targetFramework="net40" />
44
</packages>

RDotNet.FSharp.Tests/RDotNet.FSharp.Tests.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
</ItemGroup>
6262
<ItemGroup>
6363
<Reference Include="DynamicInterop">
64-
<HintPath>..\packages\DynamicInterop.0.7.1.0\lib\net40\DynamicInterop.dll</HintPath>
64+
<HintPath>..\packages\DynamicInterop.0.7.2.0\lib\net40\DynamicInterop.dll</HintPath>
6565
<Private>True</Private>
6666
</Reference>
6767
<Reference Include="FSharp.Core, Version=$(TargetFSharpCoreVersion), Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">

RDotNet.FSharp.Tests/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="DynamicInterop" version="0.7.1.0" targetFramework="net40" />
3+
<package id="DynamicInterop" version="0.7.2.0" targetFramework="net40" />
44
<package id="NUnit" version="2.6.3" targetFramework="net40" />
55
</packages>

RDotNet.FSharp/RDotNet.FSharp.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
</ItemGroup>
6767
<ItemGroup>
6868
<Reference Include="DynamicInterop">
69-
<HintPath>..\packages\DynamicInterop.0.7.1.0\lib\net40\DynamicInterop.dll</HintPath>
69+
<HintPath>..\packages\DynamicInterop.0.7.2.0\lib\net40\DynamicInterop.dll</HintPath>
7070
<Private>True</Private>
7171
</Reference>
7272
<Reference Include="FSharp.Core, Version=$(TargetFSharpCoreVersion), Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">

RDotNet.FSharp/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="DynamicInterop" version="0.7.1.0" targetFramework="net40" />
3+
<package id="DynamicInterop" version="0.7.2.0" targetFramework="net40" />
44
</packages>

RDotNet.Graphics.Tests/RDotNet.Graphics.Tests.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,9 @@
3636
<StartupObject />
3737
</PropertyGroup>
3838
<ItemGroup>
39-
<Reference Include="DynamicInterop">
40-
<HintPath>..\packages\DynamicInterop.0.7.1.0\lib\net40\DynamicInterop.dll</HintPath>
39+
<Reference Include="DynamicInterop, Version=0.7.2.0, Culture=neutral, processorArchitecture=MSIL">
40+
<SpecificVersion>False</SpecificVersion>
41+
<HintPath>..\packages\DynamicInterop.0.7.2.0\lib\net40\DynamicInterop.dll</HintPath>
4142
</Reference>
4243
<Reference Include="System" />
4344
<Reference Include="System.Core" />
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="DynamicInterop" version="0.7.1.0" targetFramework="net40" />
3+
<package id="DynamicInterop" version="0.7.2.0" targetFramework="net40" />
44
</packages>

RDotNet.Graphics/RDotNet.Graphics.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,9 @@
3535
<DocumentationFile>bin\Release\RDotNet.Graphics.XML</DocumentationFile>
3636
</PropertyGroup>
3737
<ItemGroup>
38-
<Reference Include="DynamicInterop">
39-
<HintPath>..\packages\DynamicInterop.0.7.1.0\lib\net40\DynamicInterop.dll</HintPath>
38+
<Reference Include="DynamicInterop, Version=0.7.2.0, Culture=neutral, processorArchitecture=MSIL">
39+
<SpecificVersion>False</SpecificVersion>
40+
<HintPath>..\packages\DynamicInterop.0.7.2.0\lib\net40\DynamicInterop.dll</HintPath>
4041
</Reference>
4142
<Reference Include="System" />
4243
<Reference Include="System.Core" />

RDotNet.Graphics/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="DynamicInterop" version="0.7.1.0" targetFramework="net40" />
3+
<package id="DynamicInterop" version="0.7.2.0" targetFramework="net40" />
44
</packages>

RDotNet.NativeLibrary/RDotNet.NativeLibrary.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
<DocumentationFile>bin\Release\RDotNet.NativeLibrary.XML</DocumentationFile>
3636
</PropertyGroup>
3737
<ItemGroup>
38-
<Reference Include="DynamicInterop, Version=0.7.1.0, Culture=neutral, processorArchitecture=MSIL">
38+
<Reference Include="DynamicInterop, Version=0.7.2.0, Culture=neutral, processorArchitecture=MSIL">
3939
<SpecificVersion>False</SpecificVersion>
40-
<HintPath>..\packages\DynamicInterop.0.7.1.0\lib\net40\DynamicInterop.dll</HintPath>
40+
<HintPath>..\packages\DynamicInterop.0.7.2.0\lib\net40\DynamicInterop.dll</HintPath>
4141
</Reference>
4242
<Reference Include="System" />
4343
<Reference Include="System.Core" />

RDotNet.NativeLibrary/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="DynamicInterop" version="0.7.1.0" targetFramework="net40" />
3+
<package id="DynamicInterop" version="0.7.2.0" targetFramework="net40" />
44
</packages>

RDotNet.TestBase/RDotNet.TestBase.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@
3333
<WarningLevel>4</WarningLevel>
3434
</PropertyGroup>
3535
<ItemGroup>
36-
<Reference Include="DynamicInterop">
37-
<HintPath>..\packages\DynamicInterop.0.7.1.0\lib\net40\DynamicInterop.dll</HintPath>
36+
<Reference Include="DynamicInterop, Version=0.7.2.0, Culture=neutral, processorArchitecture=MSIL">
37+
<SpecificVersion>False</SpecificVersion>
38+
<HintPath>..\packages\DynamicInterop.0.7.2.0\lib\net40\DynamicInterop.dll</HintPath>
3839
</Reference>
3940
<Reference Include="System" />
4041
<Reference Include="System.Core" />

RDotNet.TestBase/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="DynamicInterop" version="0.7.1.0" targetFramework="net40" />
3+
<package id="DynamicInterop" version="0.7.2.0" targetFramework="net40" />
44
<package id="NUnit" version="2.6.3" targetFramework="net40" />
55
</packages>

RDotNet.Tests/RDotNet.Tests.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,9 @@
3131
<WarningLevel>4</WarningLevel>
3232
</PropertyGroup>
3333
<ItemGroup>
34-
<Reference Include="DynamicInterop">
35-
<HintPath>..\packages\DynamicInterop.0.7.1.0\lib\net40\DynamicInterop.dll</HintPath>
34+
<Reference Include="DynamicInterop, Version=0.7.2.0, Culture=neutral, processorArchitecture=MSIL">
35+
<SpecificVersion>False</SpecificVersion>
36+
<HintPath>..\packages\DynamicInterop.0.7.2.0\lib\net40\DynamicInterop.dll</HintPath>
3637
</Reference>
3738
<Reference Include="System" />
3839
<Reference Include="System.Core" />

RDotNet.Tests/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="DynamicInterop" version="0.7.1.0" targetFramework="net40" />
3+
<package id="DynamicInterop" version="0.7.2.0" targetFramework="net40" />
44
<package id="NUnit" version="2.6.3" targetFramework="net40" />
55
</packages>

RDotNet.nuspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<metadata>
44
<id>R.NET.Community</id>
55
<title>R.NET</title>
6-
<version>1.5.19</version>
7-
<releaseNotes>Fixes: stack imbalance issue; R_HOME now takes precedence to checking the Windows registry. Refactor: support classes for upcoming rclr.codeplex.com; use a separate DynamicInterop NuGet dependency.</releaseNotes>
6+
<version>1.5.20</version>
7+
<releaseNotes>Minor update to use DynamicInterop 0.7.2, which has a fix to the load dynamic library scheme</releaseNotes>
88
<authors>RecycleBin, jperraud</authors>
99
<owners>kos59125, jperraud</owners>
1010
<licenseUrl>http://rdotnet.codeplex.com/license</licenseUrl>
@@ -18,7 +18,7 @@
1818
<reference file="RDotNet.NativeLibrary.dll" />
1919
</references>
2020
<dependencies>
21-
<dependency id="DynamicInterop" version="0.7.1" />
21+
<dependency id="DynamicInterop" version="0.7.2" />
2222
</dependencies>
2323
<frameworkAssemblies>
2424
<frameworkAssembly assemblyName="System.Numerics" />

TestApps/EngineDisposeTest/EngineDisposeTest.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,9 @@
3434
<WarningLevel>4</WarningLevel>
3535
</PropertyGroup>
3636
<ItemGroup>
37-
<Reference Include="DynamicInterop">
38-
<HintPath>..\..\packages\DynamicInterop.0.7.1.0\lib\net40\DynamicInterop.dll</HintPath>
37+
<Reference Include="DynamicInterop, Version=0.7.2.0, Culture=neutral, processorArchitecture=MSIL">
38+
<SpecificVersion>False</SpecificVersion>
39+
<HintPath>..\..\packages\DynamicInterop.0.7.2.0\lib\net40\DynamicInterop.dll</HintPath>
3940
</Reference>
4041
<Reference Include="System" />
4142
<Reference Include="System.Core" />
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="DynamicInterop" version="0.7.1.0" targetFramework="net40" />
3+
<package id="DynamicInterop" version="0.7.2.0" targetFramework="net40" />
44
</packages>

TestApps/MeasureRuntime/MeasureRuntime.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,9 @@
3434
<WarningLevel>4</WarningLevel>
3535
</PropertyGroup>
3636
<ItemGroup>
37-
<Reference Include="DynamicInterop">
38-
<HintPath>..\..\packages\DynamicInterop.0.7.1.0\lib\net40\DynamicInterop.dll</HintPath>
37+
<Reference Include="DynamicInterop, Version=0.7.2.0, Culture=neutral, processorArchitecture=MSIL">
38+
<SpecificVersion>False</SpecificVersion>
39+
<HintPath>..\..\packages\DynamicInterop.0.7.2.0\lib\net40\DynamicInterop.dll</HintPath>
3940
</Reference>
4041
<Reference Include="System" />
4142
<Reference Include="System.Core" />
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="DynamicInterop" version="0.7.1.0" targetFramework="net40" />
3+
<package id="DynamicInterop" version="0.7.2.0" targetFramework="net40" />
44
</packages>

TestApps/RDotNet.SetEnv.Tests.32/RDotNet.SetEnv.Tests.32.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
<WarningLevel>4</WarningLevel>
3535
</PropertyGroup>
3636
<ItemGroup>
37-
<Reference Include="DynamicInterop, Version=0.7.1.0, Culture=neutral, processorArchitecture=MSIL">
37+
<Reference Include="DynamicInterop, Version=0.7.2.0, Culture=neutral, processorArchitecture=MSIL">
3838
<SpecificVersion>False</SpecificVersion>
39-
<HintPath>..\..\packages\DynamicInterop.0.7.1.0\lib\net40\DynamicInterop.dll</HintPath>
39+
<HintPath>..\..\packages\DynamicInterop.0.7.2.0\lib\net40\DynamicInterop.dll</HintPath>
4040
</Reference>
4141
<Reference Include="System" />
4242
<Reference Include="System.Core" />
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="DynamicInterop" version="0.7.1.0" targetFramework="net40" />
3+
<package id="DynamicInterop" version="0.7.2.0" targetFramework="net40" />
44
</packages>

TestApps/RDotNet.SetEnv.Tests.64/RDotNet.SetEnv.Tests.64.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
<WarningLevel>4</WarningLevel>
3535
</PropertyGroup>
3636
<ItemGroup>
37-
<Reference Include="DynamicInterop, Version=0.7.1.0, Culture=neutral, processorArchitecture=MSIL">
37+
<Reference Include="DynamicInterop, Version=0.7.2.0, Culture=neutral, processorArchitecture=MSIL">
3838
<SpecificVersion>False</SpecificVersion>
39-
<HintPath>..\..\packages\DynamicInterop.0.7.1.0\lib\net40\DynamicInterop.dll</HintPath>
39+
<HintPath>..\..\packages\DynamicInterop.0.7.2.0\lib\net40\DynamicInterop.dll</HintPath>
4040
</Reference>
4141
<Reference Include="System" />
4242
<Reference Include="System.Core" />
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="DynamicInterop" version="0.7.1.0" targetFramework="net40" />
3+
<package id="DynamicInterop" version="0.7.2.0" targetFramework="net40" />
44
</packages>

TestApps/RDotNet.SetEnv.Tests/RDotNet.SetEnv.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737
<StartupObject />
3838
</PropertyGroup>
3939
<ItemGroup>
40-
<Reference Include="DynamicInterop, Version=0.7.1.0, Culture=neutral, processorArchitecture=MSIL">
40+
<Reference Include="DynamicInterop, Version=0.7.2.0, Culture=neutral, processorArchitecture=MSIL">
4141
<SpecificVersion>False</SpecificVersion>
42-
<HintPath>..\..\packages\DynamicInterop.0.7.1.0\lib\net40\DynamicInterop.dll</HintPath>
42+
<HintPath>..\..\packages\DynamicInterop.0.7.2.0\lib\net40\DynamicInterop.dll</HintPath>
4343
</Reference>
4444
<Reference Include="System" />
4545
<Reference Include="System.Core" />
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="DynamicInterop" version="0.7.1.0" targetFramework="net40" />
3+
<package id="DynamicInterop" version="0.7.2.0" targetFramework="net40" />
44
</packages>

TestApps/SimpleTest/SimpleTest.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@
2929
<Externalconsole>true</Externalconsole>
3030
</PropertyGroup>
3131
<ItemGroup>
32-
<Reference Include="DynamicInterop">
33-
<HintPath>..\..\packages\DynamicInterop.0.7.1.0\lib\net40\DynamicInterop.dll</HintPath>
32+
<Reference Include="DynamicInterop, Version=0.7.2.0, Culture=neutral, processorArchitecture=MSIL">
33+
<SpecificVersion>False</SpecificVersion>
34+
<HintPath>..\..\packages\DynamicInterop.0.7.2.0\lib\net40\DynamicInterop.dll</HintPath>
3435
</Reference>
3536
<Reference Include="System" />
3637
<Reference Include="System.Core" />

TestApps/SimpleTest/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="DynamicInterop" version="0.7.1.0" targetFramework="net40" />
3+
<package id="DynamicInterop" version="0.7.2.0" targetFramework="net40" />
44
</packages>

TestApps/StressTest/StressTest.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,9 @@
3434
<WarningLevel>4</WarningLevel>
3535
</PropertyGroup>
3636
<ItemGroup>
37-
<Reference Include="DynamicInterop">
38-
<HintPath>..\..\packages\DynamicInterop.0.7.1.0\lib\net40\DynamicInterop.dll</HintPath>
37+
<Reference Include="DynamicInterop, Version=0.7.2.0, Culture=neutral, processorArchitecture=MSIL">
38+
<SpecificVersion>False</SpecificVersion>
39+
<HintPath>..\..\packages\DynamicInterop.0.7.2.0\lib\net40\DynamicInterop.dll</HintPath>
3940
</Reference>
4041
<Reference Include="System" />
4142
<Reference Include="System.Core" />

TestApps/StressTest/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="DynamicInterop" version="0.7.1.0" targetFramework="net40" />
3+
<package id="DynamicInterop" version="0.7.2.0" targetFramework="net40" />
44
</packages>

0 commit comments

Comments
 (0)