This repository was archived by the owner on Dec 27, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +24
-8
lines changed Expand file tree Collapse file tree 6 files changed +24
-8
lines changed Original file line number Diff line number Diff line change 1
1
ColorSharp's Changelog
2
2
======================
3
3
4
+ ## 2014-11-12 : 0.8.0 Release
5
+
6
+ ### Contributors
7
+ * Andrés Correa Casablanca <castarco@gmail.com , castarco@litipk.com >
8
+
9
+ ### Changes
10
+ * Added Illuminants (only D65)
11
+ * Added more precise matching functions
12
+ * Improved XML documentation
13
+ * Increased unit testing coverage
14
+ * Improved class constructors flexibility
15
+ * Exposed more immutable properties
16
+
17
+
4
18
## 2014-11-05 : 0.7.0 Release
5
19
6
20
### Contributors
Original file line number Diff line number Diff line change 34
34
$0 .VersionControlPolicy = $2
35
35
$2 .inheritsSet = Mono
36
36
description = A .Net /Mono library to handle color spaces (and light spectrums !)
37
- version = 0.7 .0
37
+ version = 0.8 .0
38
38
EndGlobalSection
39
39
EndGlobal
Original file line number Diff line number Diff line change 11
11
<SignAssembly >true</SignAssembly >
12
12
<DelaySign >false</DelaySign >
13
13
<AssemblyOriginatorKeyFile >colorsharp.snk</AssemblyOriginatorKeyFile >
14
- <ReleaseVersion >0.7 .0</ReleaseVersion >
14
+ <ReleaseVersion >0.8 .0</ReleaseVersion >
15
15
</PropertyGroup >
16
16
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
17
17
<DebugSymbols >true</DebugSymbols >
Original file line number Diff line number Diff line change 11
11
<requireLicenseAcceptance >false</requireLicenseAcceptance >
12
12
<description >$description$</description >
13
13
<releaseNotes >
14
- - Improved documentation
15
- - Minor cleanups
16
- - Big refactor
17
- - Removed NUnit dependency
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
18
20
</releaseNotes >
19
21
<copyright >Copyright 2014</copyright >
20
22
<tags >Light Color Colour CIEXYZ CIExyY sRGB</tags >
Original file line number Diff line number Diff line change 46
46
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
47
47
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
48
48
49
- [ assembly: AssemblyVersion ( "0.7 .0.*" ) ]
49
+ [ assembly: AssemblyVersion ( "0.8 .0.*" ) ]
50
50
51
51
// The following attributes are used to specify the signing key for the assembly,
52
52
// if desired. See the Mono documentation for more information about signing.
Original file line number Diff line number Diff line change 7
7
<OutputType >Library</OutputType >
8
8
<RootNamespace >Litipk.ColorSharpTests</RootNamespace >
9
9
<AssemblyName >ColorSharpTests</AssemblyName >
10
- <ReleaseVersion >0.7 .0</ReleaseVersion >
10
+ <ReleaseVersion >0.8 .0</ReleaseVersion >
11
11
</PropertyGroup >
12
12
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
13
13
<DebugSymbols >true</DebugSymbols >
You can’t perform that action at this time.
0 commit comments