Skip to content

Commit

Permalink
Updating versions and documentation for releasing v4.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
koszeggy committed Aug 4, 2019
1 parent 1c1856d commit 78598f6
Show file tree
Hide file tree
Showing 10 changed files with 253 additions and 54 deletions.
12 changes: 6 additions & 6 deletions KGySoft.Drawing.UnitTest/KGySoft.Drawing.UnitTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -82,18 +82,18 @@
<AssemblyOriginatorKeyFile>..\KGySoft.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup Condition="'$(TargetFrameworkVersion)' == 'v3.5'">
<Reference Include="KGySoft.CoreLibraries, Version=4.6.1.0, Culture=neutral, PublicKeyToken=b45eba277439ddfe, processorArchitecture=MSIL">
<HintPath>..\..\packages\KGySoft.CoreLibraries.4.6.1\lib\net35\KGySoft.CoreLibraries.dll</HintPath>
<Reference Include="KGySoft.CoreLibraries, Version=4.7.0.0, Culture=neutral, PublicKeyToken=b45eba277439ddfe, processorArchitecture=MSIL">
<HintPath>..\..\packages\KGySoft.CoreLibraries.4.7.0\lib\net35\KGySoft.CoreLibraries.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup Condition="'$(TargetFrameworkVersion)' == 'v4.0'">
<Reference Include="KGySoft.CoreLibraries, Version=4.6.1.0, Culture=neutral, PublicKeyToken=b45eba277439ddfe, processorArchitecture=MSIL">
<HintPath>..\..\packages\KGySoft.CoreLibraries.4.6.1\lib\net40\KGySoft.CoreLibraries.dll</HintPath>
<Reference Include="KGySoft.CoreLibraries, Version=4.7.0.0, Culture=neutral, PublicKeyToken=b45eba277439ddfe, processorArchitecture=MSIL">
<HintPath>..\..\packages\KGySoft.CoreLibraries.4.7.0\lib\net40\KGySoft.CoreLibraries.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup Condition="'$(TargetFrameworkVersion)' == 'v4.5'">
<Reference Include="KGySoft.CoreLibraries, Version=4.6.1.0, Culture=neutral, PublicKeyToken=b45eba277439ddfe, processorArchitecture=MSIL">
<HintPath>..\..\packages\KGySoft.CoreLibraries.4.6.1\lib\net45\KGySoft.CoreLibraries.dll</HintPath>
<Reference Include="KGySoft.CoreLibraries, Version=4.7.0.0, Culture=neutral, PublicKeyToken=b45eba277439ddfe, processorArchitecture=MSIL">
<HintPath>..\..\packages\KGySoft.CoreLibraries.4.7.0\lib\net45\KGySoft.CoreLibraries.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup Condition="'$(TargetFrameworkVersion)' == 'v3.5'">
Expand Down
2 changes: 1 addition & 1 deletion KGySoft.Drawing.UnitTest/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="KGySoft.CoreLibraries" version="4.6.1" targetFramework="net45" />
<package id="KGySoft.CoreLibraries" version="4.7.0" targetFramework="net45" />
<package id="NUnit" version="3.11.0" targetFramework="net45" />
<package id="NUnit3TestAdapter" version="3.11.0" targetFramework="net45" />
</packages>
11 changes: 6 additions & 5 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>4.6.1</version>
<version>4.7.0</version>
<title>KGy SOFT Drawing Libraries</title>
<authors>György Kőszeg</authors>
<owners>György Kőszeg</owners>
Expand All @@ -23,21 +23,22 @@ Among others:
- Converting between various pixel formats preserving transparency if possible.
- Useful extensions for the Icon, Bitmap, Image, Metafile and Graphics types.

Find the full documentation with examples online: https://docs.kgysoft.net/drawing</description>
Demo App and Debugger Visualizers: https://github.com/koszeggy/KGySoft.Drawing.Tools
Find Documentation: https://docs.kgysoft.net/drawing</description>
<releaseNotes>See the detailed release notes here: https://github.com/koszeggy/KGySoft.Drawing/blob/master/KGySoft.Drawing/changelog.txt</releaseNotes>
<copyright>Copyright © KGy SOFT</copyright>
<tags>KGySoft Drawing extension icon bitmap image metafile graphics gif tiff emf wmf</tags>
<language>en-US</language>
<repository type="git" url="https://github.com/koszeggy/KGySoft.Drawing" />
<dependencies>
<group targetFramework=".NETFramework3.5">
<dependency id="KGySoft.CoreLibraries" version="4.6.1" />
<dependency id="KGySoft.CoreLibraries" version="4.7.0" />
</group>
<group targetFramework=".NETFramework4.0">
<dependency id="KGySoft.CoreLibraries" version="4.6.1" />
<dependency id="KGySoft.CoreLibraries" version="4.7.0" />
</group>
<group targetFramework=".NETFramework4.5">
<dependency id="KGySoft.CoreLibraries" version="4.6.1" />
<dependency id="KGySoft.CoreLibraries" version="4.7.0" />
</group>
</dependencies>
</metadata>
Expand Down
8 changes: 7 additions & 1 deletion KGySoft.Drawing/.nuspec/readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
![KGy SOFT .net](http://docs.kgysoft.net/drawing/icons/logo.png)
[![KGy SOFT .net](http://docs.kgysoft.net/drawing/icons/logo.png)](https://kgysoft.net/drawing)

[![Website](https://img.shields.io/website/https/kgysoft.net/drawing.svg)](https://kgysoft.net/drawing) [![Online Help](https://img.shields.io/website/https/docs.kgysoft.net/drawing.svg?label=online%20help&up_message=available)](https://docs.kgysoft.net/drawing) [![GitHub Repo](https://img.shields.io/github/repo-size/koszeggy/KGySoft.Drawing.svg?label=github)](https://github.com/koszeggy/KGySoft.Drawing) [![Drawing Tools](https://img.shields.io/github/repo-size/koszeggy/KGySoft.Drawing.Tools.svg?label=Drawing%20Tools)](https://github.com/koszeggy/KGySoft.Drawing.Tools)

KGy SOFT Drawing Libraries provides advanced features for System.Drawing types.

Expand All @@ -10,3 +12,7 @@ Among others:
- Advanced support for saving Icon, GIF and TIFF formats.
- Converting between various pixel formats preserving transparency if possible.
- Useful extensions for the [Icon](http://docs.kgysoft.net/drawing/?topic=html/T_KGySoft_Drawing_IconExtensions.htm), [Bitmap](http://docs.kgysoft.net/drawing/?topic=html/T_KGySoft_Drawing_BitmapExtensions.htm), [Image](http://docs.kgysoft.net/drawing/?topic=html/T_KGySoft_Drawing_ImageExtensions.htm), [Metafile](http://docs.kgysoft.net/drawing/?topic=html/T_KGySoft_Drawing_MetafileExtensions.htm) and [Graphics](http://docs.kgysoft.net/drawing/?topic=html/T_KGySoft_Drawing_GraphicsExtensions.htm) types.

See the [online help](https://docs.kgysoft.net/drawing) for the complete documentation or the [project site](https://kgysoft.net/drawing) for some highlighted code examples.

See also the [KGySoft.Drawing.Tools](https://github.com/koszeggy/KGySoft.Drawing.Tools) repo, which contains debugger visualizers built on the KGy SOFT Drawing Libraries as well as a test project, which demonstrates its features.
17 changes: 15 additions & 2 deletions KGySoft.Drawing/.nuspec/readme.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,27 @@
Thank you for installing KGy SOFT Drawing Libraries

Release Notes: https://github.com/koszeggy/KGySoft.Drawing/blob/master/KGySoft.Drawing/changelog.txt

KGy SOFT Drawing Libraries provides advanced features for System.Drawing types.

~~*~~

+----------------------------------------------------------------------------------------------------------------+
| Debugger Visualizers for System.Drawing types built on KGy SOFT Drawing Libraries along with demo application: |
| https://github.com/koszeggy/KGySoft.Drawing.Tools |
+----------------------------------------------------------------------------------------------------------------+

~~*~~

Project Home Page: https://kgysoft.net/drawing
Online documentation: https://docs.kgysoft.net/drawing
Offline documentation: <packages folder>\KGySoft.Drawing.<version>\Help\KGySoft.Drawing.chm
GitHub: https://github.com/koszeggy/KGySoft.Drawing

KGy SOFT Drawing Libraries provides advanced features for System.Drawing types.
~~*~~

Some Highlights of KGy SOFT Drawing Libraries:

Among others:
- Several built-in icons as well as simple access to Windows associated and stock icons.
- Extracting bitmaps from multi-frame bitmaps and icons.
- Creating combined icons and multi-resolution bitmaps.
Expand Down
Binary file modified KGySoft.Drawing/Help/KGySoft.Drawing.chm
Binary file not shown.
106 changes: 92 additions & 14 deletions KGySoft.Drawing/KGySoft.Drawing.MsHelp.shfbproj
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,6 @@
<ImageId>Information16</ImageId>
<AlternateText>Information 16</AlternateText>
</Content>
</ItemGroup>
<ItemGroup>
<Content Include="Help\Images\Warning256.png">
<ImageId>Warning256</ImageId>
<AlternateText>Warning 256</AlternateText>
Expand Down Expand Up @@ -215,8 +213,6 @@
<ImageId>Error16</ImageId>
<AlternateText>Error 16</AlternateText>
</Content>
</ItemGroup>
<ItemGroup>
<Content Include="Help\Images\Application16.png">
<ImageId>Application16</ImageId>
<AlternateText>Application 16</AlternateText>
Expand Down Expand Up @@ -245,8 +241,6 @@
<ImageId>ApplicationXP32</ImageId>
<AlternateText>ApplicationXP 32</AlternateText>
</Content>
</ItemGroup>
<ItemGroup>
<Content Include="Help\Images\ErrorXP16.png">
<ImageId>ErrorXP16</ImageId>
<AlternateText>ErrorXP 16</AlternateText>
Expand All @@ -255,8 +249,6 @@
<ImageId>ErrorXP32</ImageId>
<AlternateText>ErrorXP 32</AlternateText>
</Content>
</ItemGroup>
<ItemGroup>
<Content Include="Help\Images\InformationXP16.png">
<ImageId>InformationXP16</ImageId>
<AlternateText>InformationXP 16</AlternateText>
Expand All @@ -265,8 +257,6 @@
<ImageId>InformationXP32</ImageId>
<AlternateText>InformationXP 32</AlternateText>
</Content>
</ItemGroup>
<ItemGroup>
<Content Include="Help\Images\QuestionXP16.png">
<ImageId>QuestionXP16</ImageId>
<AlternateText>QuestionXP 16</AlternateText>
Expand Down Expand Up @@ -315,8 +305,6 @@
<ImageId>SecurityQuestion48</ImageId>
<AlternateText>Security Question 48</AlternateText>
</Content>
</ItemGroup>
<ItemGroup>
<Content Include="Help\Images\SecuritySuccess16.png">
<ImageId>SecuritySuccess16</ImageId>
<AlternateText>Security Success 16</AlternateText>
Expand Down Expand Up @@ -357,8 +345,6 @@
<ImageId>SecurityWarning48</ImageId>
<AlternateText>Security Warning 48</AlternateText>
</Content>
</ItemGroup>
<ItemGroup>
<Content Include="Help\Images\ShieldXP16.png">
<ImageId>ShieldXP16</ImageId>
<AlternateText>ShieldXP 16</AlternateText>
Expand All @@ -379,6 +365,98 @@
<ImageId>WarningXP32</ImageId>
<AlternateText>WarningXP 32</AlternateText>
</Content>
<Content Include="Help\Images\Warning64.png">
<ImageId>Warning64</ImageId>
<AlternateText>Warning 64</AlternateText>
</Content>
<Content Include="Help\Images\Warning32W10.png">
<ImageId>Warning32W10</ImageId>
<AlternateText>Warning 32 W 10</AlternateText>
</Content>
<Content Include="Help\Images\Warning24.png">
<ImageId>Warning24</ImageId>
<AlternateText>Warning 24</AlternateText>
</Content>
<Content Include="Help\Images\Warning20.png">
<ImageId>Warning20</ImageId>
<AlternateText>Warning 20</AlternateText>
</Content>
<Content Include="Help\Images\Warning16W10.png">
<ImageId>Warning16W10</ImageId>
<AlternateText>Warning 16 W 10</AlternateText>
</Content>
<Content Include="Help\Images\Shield32W10.png">
<ImageId>Shield32W10</ImageId>
<AlternateText>Shield 32 W 10</AlternateText>
</Content>
<Content Include="Help\Images\Shield16W10.png">
<ImageId>Shield16W10</ImageId>
<AlternateText>Shield 16 W 10</AlternateText>
</Content>
<Content Include="Help\Images\Question32W10.png">
<ImageId>Question32W10</ImageId>
<AlternateText>Question 32 W 10</AlternateText>
</Content>
<Content Include="Help\Images\Question24.png">
<ImageId>Question24</ImageId>
<AlternateText>Question 24</AlternateText>
</Content>
<Content Include="Help\Images\Question20.png">
<ImageId>Question20</ImageId>
<AlternateText>Question 20</AlternateText>
</Content>
<Content Include="Help\Images\Question16W10.png">
<ImageId>Question16W10</ImageId>
<AlternateText>Question 16 W 10</AlternateText>
</Content>
<Content Include="Help\Images\Information64.png">
<ImageId>Information64</ImageId>
<AlternateText>Information 64</AlternateText>
</Content>
<Content Include="Help\Images\Information32W10.png">
<ImageId>Information32W10</ImageId>
<AlternateText>Information 32 W 10</AlternateText>
</Content>
<Content Include="Help\Images\Information24.png">
<ImageId>Information24</ImageId>
<AlternateText>Information 24</AlternateText>
</Content>
<Content Include="Help\Images\Information20.png">
<ImageId>Information20</ImageId>
<AlternateText>Information 20</AlternateText>
</Content>
<Content Include="Help\Images\Information16W10.png">
<ImageId>Information16W10</ImageId>
<AlternateText>Information 16 W 10</AlternateText>
</Content>
<Content Include="Help\Images\Error64.png">
<ImageId>Error64</ImageId>
<AlternateText>Error 64</AlternateText>
</Content>
<Content Include="Help\Images\Error32W10.png">
<ImageId>Error32W10</ImageId>
<AlternateText>Error 32 W 10</AlternateText>
</Content>
<Content Include="Help\Images\Error20.png">
<ImageId>Error20</ImageId>
<AlternateText>Error 20</AlternateText>
</Content>
<Content Include="Help\Images\Error16W10.png">
<ImageId>Error16W10</ImageId>
<AlternateText>Error 16 W 10</AlternateText>
</Content>
<Content Include="Help\Images\Application64.png">
<ImageId>Application64</ImageId>
<AlternateText>Application 64</AlternateText>
</Content>
<Content Include="Help\Images\Application32W10.png">
<ImageId>Application32W10</ImageId>
<AlternateText>Application 32 W 10</AlternateText>
</Content>
<Content Include="Help\Images\Application16W10.png">
<ImageId>Application16W10</ImageId>
<AlternateText>Application 16 W 10</AlternateText>
</Content>
</ItemGroup>
<ItemGroup>
<Reference Include="KGySoft.Libraries">
Expand Down
Loading

0 comments on commit 78598f6

Please sign in to comment.