This repository was archived by the owner on Dec 27, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -26,14 +26,13 @@ Global
26
26
{960524F3-F375-4CDE-A82A-609CC32048E4} .Release| Any CPU .Build .0 = Release| Any CPU
27
27
EndGlobalSection
28
28
GlobalSection (MonoDevelopProperties ) = preSolution
29
- StartupItem = ColorSharp \ColorSharp .csproj
30
29
Policies = $0
31
30
$0 .DotNetNamingPolicy = $1
32
31
$1 .DirectoryNamespaceAssociation = None
33
32
$1 .ResourceNamePolicy = FileFormatDefault
34
33
$0 .VersionControlPolicy = $2
35
34
$2 .inheritsSet = Mono
36
35
description = A .Net /Mono library to handle color spaces (and light spectrums !)
37
- version = 0.9.1
36
+ version = 0.9.2
38
37
EndGlobalSection
39
38
EndGlobal
Original file line number Diff line number Diff line change 11
11
<SignAssembly >true</SignAssembly >
12
12
<DelaySign >true</DelaySign >
13
13
<AssemblyOriginatorKeyFile >colorsharp.pub</AssemblyOriginatorKeyFile >
14
- <ReleaseVersion >0.9.1 </ReleaseVersion >
14
+ <ReleaseVersion >0.9.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.9.1 .*" ) ]
49
+ [ assembly: AssemblyVersion ( "0.9.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.9.1 </ReleaseVersion >
10
+ <ReleaseVersion >0.9.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