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 11ColorSharp's Changelog
22======================
33
4+ ## 2014-11-12 : 0.8.0 Release
5+
6+ ### Contributors
7+ 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+
418## 2014-11-05 : 0.7.0 Release
519
620### Contributors
Original file line number Diff line number Diff line change 3434 $0 .VersionControlPolicy = $2
3535 $2 .inheritsSet = Mono
3636 description = A .Net /Mono library to handle color spaces (and light spectrums !)
37- version = 0.7 .0
37+ version = 0.8 .0
3838 EndGlobalSection
3939EndGlobal
Original file line number Diff line number Diff line change 1111 <SignAssembly >true</SignAssembly >
1212 <DelaySign >false</DelaySign >
1313 <AssemblyOriginatorKeyFile >colorsharp.snk</AssemblyOriginatorKeyFile >
14- <ReleaseVersion >0.7 .0</ReleaseVersion >
14+ <ReleaseVersion >0.8 .0</ReleaseVersion >
1515 </PropertyGroup >
1616 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
1717 <DebugSymbols >true</DebugSymbols >
Original file line number Diff line number Diff line change 1111 <requireLicenseAcceptance >false</requireLicenseAcceptance >
1212 <description >$description$</description >
1313 <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
1820 </releaseNotes >
1921 <copyright >Copyright 2014</copyright >
2022 <tags >Light Color Colour CIEXYZ CIExyY sRGB</tags >
Original file line number Diff line number Diff line change 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.7 .0.*" ) ]
49+ [ assembly: AssemblyVersion ( "0.8 .0.*" ) ]
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.
Original file line number Diff line number Diff line change 77 <OutputType >Library</OutputType >
88 <RootNamespace >Litipk.ColorSharpTests</RootNamespace >
99 <AssemblyName >ColorSharpTests</AssemblyName >
10- <ReleaseVersion >0.7 .0</ReleaseVersion >
10+ <ReleaseVersion >0.8 .0</ReleaseVersion >
1111 </PropertyGroup >
1212 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
1313 <DebugSymbols >true</DebugSymbols >
You can’t perform that action at this time.
0 commit comments