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

Commit d5efc45

Browse files
committed
Bugfix in the D65 spectrum data
1 parent a0eb228 commit d5efc45

File tree

9 files changed

+556
-415
lines changed

9 files changed

+556
-415
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
ColorSharp's Changelog
22
======================
33

4+
## 2014-11-12 : 0.8.1 Release
5+
6+
### Contributors
7+
* Andrés Correa Casablanca <castarco@gmail.com , castarco@litipk.com>
8+
9+
### Bugfixes
10+
* Fixed D65 spectrum data points.
11+
12+
413
## 2014-11-12 : 0.8.0 Release
514

615
### Contributors

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.8.0
37+
version = 0.8.1
3838
EndGlobalSection
3939
EndGlobal

ColorSharp/ColorSharp.csproj

Lines changed: 1 addition & 1 deletion
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.8.0</ReleaseVersion>
14+
<ReleaseVersion>0.8.1</ReleaseVersion>
1515
</PropertyGroup>
1616
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1717
<DebugSymbols>true</DebugSymbols>

ColorSharp/ColorSharp.nuspec

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,7 @@
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1212
<description>$description$</description>
1313
<releaseNotes>
14-
- Added Illuminants
15-
- Added more precise matching functions
16-
- Improved XML documentation
17-
- Increased unit testing coverage
18-
- Improved class constructors flexibility
19-
- Exposed more immutable properties
14+
- Bugfix in the D65 Illuminant (spectrum sample)
2015
</releaseNotes>
2116
<copyright>Copyright 2014</copyright>
2217
<tags>Light Color Colour CIEXYZ CIExyY sRGB</tags>

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.8.0.*")]
49+
[assembly: AssemblyVersion ("0.8.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.

0 commit comments

Comments
 (0)