Skip to content

Commit

Permalink
Releasing version v6.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
koszeggy committed Feb 6, 2022
1 parent ccdb5d7 commit 007c683
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 10 deletions.
2 changes: 1 addition & 1 deletion KGySoft.Drawing/.nuspec/KGySoft.Drawing.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>KGySoft.Drawing</id>
<version>6.3.0</version>
<version>6.3.1</version>
<title>KGy SOFT Drawing Libraries</title>
<authors>György Kőszeg</authors>
<owners>György Kőszeg</owners>
Expand Down
2 changes: 1 addition & 1 deletion KGySoft.Drawing/.nuspec/readme.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Thank you for installing KGy SOFT Drawing Libraries 6.3.0
Thank you for installing KGy SOFT Drawing Libraries 6.3.1
KGy SOFT Drawing Libraries offer advanced drawing features both for completely managed bitmap data
as well as native System.Drawing types on multiple platforms.

Expand Down
Binary file modified KGySoft.Drawing/Help/KGySoft.Drawing.chm
Binary file not shown.
10 changes: 5 additions & 5 deletions KGySoft.Drawing/KGySoft.Drawing.shfbproj
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<Argument Key="baseSourceCodeUrl" Value="" />
<Argument Key="requestExampleUrl" Value="" />
</TransformComponentArguments>
<HelpFileVersion>6.3.0</HelpFileVersion>
<HelpFileVersion>6.3.1</HelpFileVersion>
<SaveComponentCacheCapacity>100</SaveComponentCacheCapacity>
<HeaderText>
</HeaderText>
Expand All @@ -74,10 +74,10 @@
<PlugInConfigurations>
<PlugInConfig id="Additional Reference Links" enabled="True">
<configuration>
<targets>
<target htmlSdkLinkType="None" helpViewerSdkLinkType="None" websiteSdkLinkType="None" helpFileProject="..\..\KGySoft.CoreLibraries\KGySoft.CoreLibraries\KGySoft.CoreLibraries.shfbproj" />
</targets>
</configuration>
<targets>
<target htmlSdkLinkType="None" helpViewerSdkLinkType="None" websiteSdkLinkType="None" helpFileProject="..\..\KGySoft.CoreLibraries\KGySoft.CoreLibraries\KGySoft.CoreLibraries.shfbproj" />
</targets>
</configuration>
</PlugInConfig>
</PlugInConfigurations>
</PropertyGroup>
Expand Down
6 changes: 3 additions & 3 deletions KGySoft.Drawing/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@

[assembly: CLSCompliant(true)]

[assembly: AssemblyVersion("6.3.0.0")]
[assembly: AssemblyFileVersion("6.3.0.0")]
[assembly: AssemblyInformationalVersion("6.3.0")]
[assembly: AssemblyVersion("6.3.1.0")]
[assembly: AssemblyFileVersion("6.3.1.0")]
[assembly: AssemblyInformationalVersion("6.3.1")]

[assembly: NeutralResourcesLanguage("en")]
[assembly: InternalsVisibleTo("KGySoft.Drawing.UnitTest, PublicKey=00240000048000009400000006020000002400005253413100040000010001003928BADFAA8C02789566AB7AC64A59DCDE30B798589A68EF92CBB04C9DED3FCBFE41F644D424DCF82F8A13F9148D45EE15785450318388E01AA8C4CF645E81C772E39DCA0D14B33CF48167B70F5C34A0E7B763141ED3AFDDAD0373D9FCD2E153E78D201C5C4EB61DBBD586EC6291EABFBE11879865C3776088605FA8820387C2")]
Expand Down
4 changes: 4 additions & 0 deletions KGySoft.Drawing/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
* GifEncoder.EncodeAnimation method:
+ AnimatedGifConfiguration.AllowDeltaFrames is now supported also for quantizers without transparency.
- If quantizer was not explicitly set, AnimatedGifConfiguration.AllowDeltaFrames was ignored.
- Input frames with custom indexed pixel format with more than 8 bpp were not always handled correctly.
- BitmapDataFactory.CreateBitmapData methods: Not omitting backColor and alphaThreshold parameters even for pixel
formats with alpha support because in some rare cases their value can be relevant (eg. when using the
PredefinedColorsQuantizer.FromBitmapData method)


~~~~~~~~~
Expand Down

0 comments on commit 007c683

Please sign in to comment.