Skip to content

Commit

Permalink
Bump version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bond-009 committed Mar 28, 2021
1 parent 355e2f4 commit 195c703
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions BlurHashSharp.sln
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BlurHashSharp.SkiaSharp.Tes
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BlurHashSharp.Drawing", "src\BlurHashSharp.Drawing\BlurHashSharp.Drawing.csproj", "{362D6C70-75DE-4A80-9008-777538FA5C98}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BlurHashSharp.Drawing.Tests", "tests\BlurHashSharp.Drawing.Tests\BlurHashSharp.Drawing.Tests.csproj", "{802D2884-1F5F-45FD-A20B-39CFA2C76F6F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -90,12 +92,25 @@ Global
{362D6C70-75DE-4A80-9008-777538FA5C98}.Release|x64.Build.0 = Release|Any CPU
{362D6C70-75DE-4A80-9008-777538FA5C98}.Release|x86.ActiveCfg = Release|Any CPU
{362D6C70-75DE-4A80-9008-777538FA5C98}.Release|x86.Build.0 = Release|Any CPU
{802D2884-1F5F-45FD-A20B-39CFA2C76F6F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{802D2884-1F5F-45FD-A20B-39CFA2C76F6F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{802D2884-1F5F-45FD-A20B-39CFA2C76F6F}.Debug|x64.ActiveCfg = Debug|Any CPU
{802D2884-1F5F-45FD-A20B-39CFA2C76F6F}.Debug|x64.Build.0 = Debug|Any CPU
{802D2884-1F5F-45FD-A20B-39CFA2C76F6F}.Debug|x86.ActiveCfg = Debug|Any CPU
{802D2884-1F5F-45FD-A20B-39CFA2C76F6F}.Debug|x86.Build.0 = Debug|Any CPU
{802D2884-1F5F-45FD-A20B-39CFA2C76F6F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{802D2884-1F5F-45FD-A20B-39CFA2C76F6F}.Release|Any CPU.Build.0 = Release|Any CPU
{802D2884-1F5F-45FD-A20B-39CFA2C76F6F}.Release|x64.ActiveCfg = Release|Any CPU
{802D2884-1F5F-45FD-A20B-39CFA2C76F6F}.Release|x64.Build.0 = Release|Any CPU
{802D2884-1F5F-45FD-A20B-39CFA2C76F6F}.Release|x86.ActiveCfg = Release|Any CPU
{802D2884-1F5F-45FD-A20B-39CFA2C76F6F}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{680BD7F7-37FA-44B3-8297-91C6EF00A870} = {22515C2C-F86B-404F-A0B0-60F0B8FE9B8C}
{2422C8A8-5121-4BA4-8B8F-F8D00C659E98} = {22515C2C-F86B-404F-A0B0-60F0B8FE9B8C}
{EA7DE5B7-8A37-4BF1-B10A-7CE7B982CD8A} = {AA9B09A6-896C-4CB8-8B56-7AA05697B218}
{B075D075-93C4-4A19-8657-773593308FD4} = {AA9B09A6-896C-4CB8-8B56-7AA05697B218}
{362D6C70-75DE-4A80-9008-777538FA5C98} = {22515C2C-F86B-404F-A0B0-60F0B8FE9B8C}
{802D2884-1F5F-45FD-A20B-39CFA2C76F6F} = {AA9B09A6-896C-4CB8-8B56-7AA05697B218}
EndGlobalSection
EndGlobal
4 changes: 2 additions & 2 deletions src/BlurHashSharp.Drawing/BlurHashSharp.Drawing.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@

<PropertyGroup>
<Authors>Bond_009</Authors>
<Version>1.1.0</Version>
<Version>1.2.0</Version>
<PackageTags>BlurHash;image;bitmap;drawing</PackageTags>
<Description>BlurHash encoder for use with the System.Drawing.Common image library.</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryUrl>https://github.com/Bond-009/BlurHashSharp</RepositoryUrl>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="System.Drawing.Common" Version="4.7.0" />
<PackageReference Include="System.Drawing.Common" Version="5.0.2" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/BlurHashSharp/BlurHashSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<PropertyGroup>
<Authors>Bond_009</Authors>
<Version>1.2</Version>
<Version>1.2.0</Version>
<PackageTags>BlurHash;image;bitmap</PackageTags>
<Description>BlurHash encoder for working with raw bitmaps in memory.</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down

0 comments on commit 195c703

Please sign in to comment.