Skip to content

Commit

Permalink
Releasing version v6.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
koszeggy committed Feb 27, 2022
1 parent 01b4445 commit 4a151dd
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
20 changes: 10 additions & 10 deletions 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.1</version>
<version>6.3.2</version>
<title>KGy SOFT Drawing Libraries</title>
<authors>György Kőszeg</authors>
<owners>György Kőszeg</owners>
Expand Down Expand Up @@ -36,35 +36,35 @@ Find Documentation: https://docs.kgysoft.net/drawing</description>
<repository type="git" url="https://github.com/koszeggy/KGySoft.Drawing" />
<dependencies>
<group targetFramework=".NETFramework3.5">
<dependency id="KGySoft.CoreLibraries" version="6.0.1" />
<dependency id="KGySoft.CoreLibraries" version="6.0.2" />
</group>
<group targetFramework=".NETFramework4.0">
<dependency id="KGySoft.CoreLibraries" version="6.0.1" />
<dependency id="KGySoft.CoreLibraries" version="6.0.2" />
</group>
<group targetFramework=".NETFramework4.5">
<dependency id="KGySoft.CoreLibraries" version="6.0.1" />
<dependency id="KGySoft.CoreLibraries" version="6.0.2" />
</group>
<group targetFramework=".NETFramework4.6">
<dependency id="KGySoft.CoreLibraries" version="6.0.1" />
<dependency id="KGySoft.CoreLibraries" version="6.0.2" />
</group>
<group targetFramework="netcoreapp2.0" >
<dependency id="KGySoft.CoreLibraries" version="6.0.1" />
<dependency id="KGySoft.CoreLibraries" version="6.0.2" />
<dependency id="System.Drawing.Common" version="5.0.3" />
</group>
<group targetFramework="netcoreapp3.0" >
<dependency id="KGySoft.CoreLibraries" version="6.0.1" />
<dependency id="KGySoft.CoreLibraries" version="6.0.2" />
<dependency id="System.Drawing.Common" version="5.0.3" />
</group>
<group targetFramework="netstandard2.0" >
<dependency id="KGySoft.CoreLibraries" version="6.0.1" />
<dependency id="KGySoft.CoreLibraries" version="6.0.2" />
<dependency id="System.Drawing.Common" version="5.0.3" />
</group>
<group targetFramework="netstandard2.1" >
<dependency id="KGySoft.CoreLibraries" version="6.0.1" />
<dependency id="KGySoft.CoreLibraries" version="6.0.2" />
<dependency id="System.Drawing.Common" version="5.0.3" />
</group>
<group targetFramework="net5.0" >
<dependency id="KGySoft.CoreLibraries" version="6.0.1" />
<dependency id="KGySoft.CoreLibraries" version="6.0.2" />
<dependency id="System.Drawing.Common" version="6.0.0" />
</group>
</dependencies>
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.1
Thank you for installing KGy SOFT Drawing Libraries 6.3.2
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.
2 changes: 1 addition & 1 deletion 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.1</HelpFileVersion>
<HelpFileVersion>6.3.2</HelpFileVersion>
<SaveComponentCacheCapacity>100</SaveComponentCacheCapacity>
<HeaderText>
</HeaderText>
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.1.0")]
[assembly: AssemblyFileVersion("6.3.1.0")]
[assembly: AssemblyInformationalVersion("6.3.1")]
[assembly: AssemblyVersion("6.3.2.0")]
[assembly: AssemblyFileVersion("6.3.2.0")]
[assembly: AssemblyInformationalVersion("6.3.2")]

[assembly: NeutralResourcesLanguage("en")]
[assembly: InternalsVisibleTo("KGySoft.Drawing.UnitTest, PublicKey=00240000048000009400000006020000002400005253413100040000010001003928BADFAA8C02789566AB7AC64A59DCDE30B798589A68EF92CBB04C9DED3FCBFE41F644D424DCF82F8A13F9148D45EE15785450318388E01AA8C4CF645E81C772E39DCA0D14B33CF48167B70F5C34A0E7B763141ED3AFDDAD0373D9FCD2E153E78D201C5C4EB61DBBD586EC6291EABFBE11879865C3776088605FA8820387C2")]
Expand Down

0 comments on commit 4a151dd

Please sign in to comment.