Skip to content

Commit

Permalink
New release :D
Browse files Browse the repository at this point in the history
  • Loading branch information
abjerner committed Jun 9, 2018
1 parent a6fb7f1 commit 4a2c7f8
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
Binary file added releases/github/Skybrud.Colors.v1.0.2.zip
Binary file not shown.
Binary file added releases/nuget/Skybrud.Colors.1.0.2.nupkg
Binary file not shown.
10 changes: 5 additions & 5 deletions src/Skybrud.Colors/Properties/AssemblyInfo.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"title": "Skybrud.Colors",
"description": "A library for working with various color models and color conversion in .NET.",
"company": "Skybrud.dk",
"company": "Anders Bjerner",
"product": "Skybrud.Colors",
"copyright": "Copyright © 2017",
"version": "1.0.1.0",
"informationalVersion": "1.0.1",
"fileVersion": "0.0.333.1"
"copyright": "Copyright © 2018",
"version": "1.0.2.0",
"informationalVersion": "1.0.2",
"fileVersion": "0.0.855.1"
}
2 changes: 1 addition & 1 deletion src/Skybrud.Colors/Properties/AssemblyInfoGenerated.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Reflection;

[assembly: AssemblyFileVersion("0.0.333.1")]
[assembly: AssemblyFileVersion("0.0.855.1")]

2 changes: 1 addition & 1 deletion src/Skybrud.Colors/Skybrud.Colors.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</PropertyGroup>

<PropertyGroup>
<Version>1.0.1</Version>
<Version>1.0.2</Version>
<Authors>Anders Bjerner</Authors>
<Description>A library for working with various color models and color conversion in .NET.</Description>
<Copyright>Copyright © 2018</Copyright>
Expand Down

0 comments on commit 4a2c7f8

Please sign in to comment.