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

Commit 606b377

Browse files
committed
Bumped version
1 parent 320efef commit 606b377

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

ColorSharp.sln

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,13 @@ Global
2626
{960524F3-F375-4CDE-A82A-609CC32048E4}.Release|Any CPU.Build.0 = Release|Any CPU
2727
EndGlobalSection
2828
GlobalSection(MonoDevelopProperties) = preSolution
29-
StartupItem = ColorSharp\ColorSharp.csproj
3029
Policies = $0
3130
$0.DotNetNamingPolicy = $1
3231
$1.DirectoryNamespaceAssociation = None
3332
$1.ResourceNamePolicy = FileFormatDefault
3433
$0.VersionControlPolicy = $2
3534
$2.inheritsSet = Mono
3635
description = A .Net/Mono library to handle color spaces (and light spectrums!)
37-
version = 0.9.1
36+
version = 0.9.2
3837
EndGlobalSection
3938
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>true</DelaySign>
1313
<AssemblyOriginatorKeyFile>colorsharp.pub</AssemblyOriginatorKeyFile>
14-
<ReleaseVersion>0.9.1</ReleaseVersion>
14+
<ReleaseVersion>0.9.2</ReleaseVersion>
1515
</PropertyGroup>
1616
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1717
<DebugSymbols>true</DebugSymbols>

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

ColorSharpTests/ColorSharpTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<OutputType>Library</OutputType>
88
<RootNamespace>Litipk.ColorSharpTests</RootNamespace>
99
<AssemblyName>ColorSharpTests</AssemblyName>
10-
<ReleaseVersion>0.9.1</ReleaseVersion>
10+
<ReleaseVersion>0.9.2</ReleaseVersion>
1111
</PropertyGroup>
1212
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1313
<DebugSymbols>true</DebugSymbols>

0 commit comments

Comments
 (0)