Skip to content
This repository was archived by the owner on Dec 27, 2023. It is now read-only.

Commit 3e99676

Browse files
committed
Updated MathNet.Numerics dependency
1 parent d2ab119 commit 3e99676

File tree

6 files changed

+8
-7
lines changed

6 files changed

+8
-7
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ColorSharp's Changelog
22
======================
33

4-
## 2015-01-13 : 0.9.0 Release
4+
## 2015-01-13 : 0.9.1 Release
55

66
### Contributors
77
* Andrés Correa Casablanca <castarco@gmail.com , castarco@litipk.com>
@@ -10,6 +10,7 @@ ColorSharp's Changelog
1010
* Added CIE's 1960 UVW color space
1111
* Less destructive conversions (now the data is better preserved)
1212
* Now ToSRGB, ToCIExyY and ToCIEUVW are virtual methods, not abstract.
13+
* Updated MathNet.Numerics dependency.
1314

1415

1516
## 2014-12-19 : 0.8.3 Release

ColorSharp.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ Global
3434
$0.VersionControlPolicy = $2
3535
$2.inheritsSet = Mono
3636
description = A .Net/Mono library to handle color spaces (and light spectrums!)
37-
version = 0.9.0
37+
version = 0.9.1
3838
EndGlobalSection
3939
EndGlobal

ColorSharp/ColorSharp.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<SignAssembly>true</SignAssembly>
1212
<DelaySign>false</DelaySign>
1313
<AssemblyOriginatorKeyFile>colorsharp.snk</AssemblyOriginatorKeyFile>
14-
<ReleaseVersion>0.9.0</ReleaseVersion>
14+
<ReleaseVersion>0.9.1</ReleaseVersion>
1515
</PropertyGroup>
1616
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1717
<DebugSymbols>true</DebugSymbols>
@@ -44,7 +44,7 @@
4444
<Reference Include="System" />
4545
<Reference Include="System.Numerics" />
4646
<Reference Include="MathNet.Numerics">
47-
<HintPath>..\packages\MathNet.Numerics.Signed.3.3.0\lib\net40\MathNet.Numerics.dll</HintPath>
47+
<HintPath>..\packages\MathNet.Numerics.Signed.3.5.0\lib\net40\MathNet.Numerics.dll</HintPath>
4848
</Reference>
4949
</ItemGroup>
5050
<ItemGroup>

ColorSharp/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
4747
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
4848

49-
[assembly: AssemblyVersion ("0.9.0.*")]
49+
[assembly: AssemblyVersion ("0.9.1.*")]
5050

5151
// The following attributes are used to specify the signing key for the assembly,
5252
// if desired. See the Mono documentation for more information about signing.

ColorSharp/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="MathNet.Numerics.Signed" version="3.3.0" targetFramework="net40" />
3+
<package id="MathNet.Numerics.Signed" version="3.5.0" targetFramework="net40" />
44
</packages>

ColorSharpTests/ColorSharpTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<OutputType>Library</OutputType>
88
<RootNamespace>Litipk.ColorSharpTests</RootNamespace>
99
<AssemblyName>ColorSharpTests</AssemblyName>
10-
<ReleaseVersion>0.9.0</ReleaseVersion>
10+
<ReleaseVersion>0.9.1</ReleaseVersion>
1111
</PropertyGroup>
1212
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1313
<DebugSymbols>true</DebugSymbols>

0 commit comments

Comments
 (0)