This repository was archived by the owner on Dec 27, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +12
-4
lines changed Expand file tree Collapse file tree 5 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 1
1
ColorSharp's Changelog
2
2
======================
3
3
4
+ ## 2014-12-05 : 0.8.2 Release
5
+
6
+ ### Contributors
7
+ * Andrés Correa Casablanca <castarco@gmail.com , castarco@litipk.com >
8
+
9
+ ## Minor changes
10
+ * Added new constructor to the RegularLightSpectrum class.
11
+
4
12
## 2014-11-12 : 0.8.1 Release
5
13
6
14
### 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.8.1
37
+ version = 0.8.2
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.8.1 </ReleaseVersion >
14
+ <ReleaseVersion >0.8.2 </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 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.8.1 .*" ) ]
49
+ [ assembly: AssemblyVersion ( "0.8.2 .*" ) ]
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.8.1 </ReleaseVersion >
10
+ <ReleaseVersion >0.8.2 </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