Skip to content

Commit

Permalink
Releasing version v6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
koszeggy committed Dec 18, 2021
1 parent 0f6dda0 commit 8972953
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 32 deletions.
3 changes: 2 additions & 1 deletion KGySoft.CoreLibraries/.nuspec/KGySoft.CoreLibraries.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>KGySoft.CoreLibraries</id>
<version>6.0.0</version>
<version>6.0.1</version>
<title>KGy SOFT Core Libraries</title>
<authors>György Kőszeg</authors>
<owners>György Kőszeg</owners>
Expand All @@ -18,6 +18,7 @@
Among others:
- Useful extensions for simple types, collections, and others
- High-performance collections
- Fast enum handling
- High-performance reflection API
- Very compact binary serializer with safe mode
- Powerful XML serializer
Expand Down
1 change: 1 addition & 0 deletions KGySoft.CoreLibraries/.nuspec/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Many of them aim to replace existing APIs of the original .NET framework with mo
Among others:
- Useful [extensions](https://docs.kgysoft.net/corelibraries/?topic=html/N_KGySoft_CoreLibraries.htm) for simple types, collections, and others
- High-performance [collections](https://docs.kgysoft.net/corelibraries/?topic=html/N_KGySoft_Collections.htm)
- [Fast enum handling](https://docs.kgysoft.net/corelibraries/?topic=html/T_KGySoft_CoreLibraries_Enum_1.htm)
- High-performance [reflection API](https://docs.kgysoft.net/corelibraries/?topic=html/N_KGySoft_Reflection.htm)
- Very compact and efficient [binary serializer](https://docs.kgysoft.net/corelibraries/?topic=html/T_KGySoft_Serialization_Binary_BinarySerializationFormatter.htm) with safe mode
- Powerful [XML serializer](https://docs.kgysoft.net/corelibraries/?topic=html/T_KGySoft_Serialization_Xml_XmlSerializer.htm)
Expand Down
3 changes: 2 additions & 1 deletion KGySoft.CoreLibraries/.nuspec/readme.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Thank you for installing KGy SOFT Core Libraries 6.0.0
Thank you for installing KGy SOFT Core Libraries 6.0.1

KGy SOFT Core Libraries offer high-performance and handy general libraries (see some highlights at the bottom).

Expand All @@ -25,6 +25,7 @@ Download link for the offline documentation: https://github.com/koszeggy/KGySoft
Some Highlights of KGy SOFT Core Libraries:
- Useful extensions for simple types, collections, and others
- High-performance collections
- Fast enum handling
- High-performance reflection API
- Very compact binary serializer with safe mode
- Powerful XML serializer
Expand Down
Binary file modified KGySoft.CoreLibraries/Help/KGySoft.CoreLibraries.chm
Binary file not shown.
2 changes: 1 addition & 1 deletion KGySoft.CoreLibraries/KGySoft.CoreLibraries.shfbproj
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<BinaryTOC>True</BinaryTOC>
<VisibleItems>Attributes, InheritedMembers, Protected, ProtectedInternalAsProtected, EditorBrowsableNever, NonBrowsable</VisibleItems>
<SaveComponentCacheCapacity>100</SaveComponentCacheCapacity>
<HelpFileVersion>6.0.0</HelpFileVersion>
<HelpFileVersion>6.0.1</HelpFileVersion>
<MaximumGroupParts>2</MaximumGroupParts>
<NamespaceGrouping>False</NamespaceGrouping>
<WarnOnMissingSourceContext>False</WarnOnMissingSourceContext>
Expand Down
6 changes: 3 additions & 3 deletions KGySoft.CoreLibraries/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.0.0.0")]
[assembly: AssemblyFileVersion("6.0.0.0")]
[assembly: AssemblyInformationalVersion("6.0.0")]
[assembly: AssemblyVersion("6.0.1.0")]
[assembly: AssemblyFileVersion("6.0.1.0")]
[assembly: AssemblyInformationalVersion("6.0.1")]

[assembly: NeutralResourcesLanguage("en")]
[assembly: InternalsVisibleTo("KGySoft.CoreLibraries.UnitTest, PublicKey=00240000048000009400000006020000002400005253413100040000010001003928BADFAA8C02789566AB7AC64A59DCDE30B798589A68EF92CBB04C9DED3FCBFE41F644D424DCF82F8A13F9148D45EE15785450318388E01AA8C4CF645E81C772E39DCA0D14B33CF48167B70F5C34A0E7B763141ED3AFDDAD0373D9FCD2E153E78D201C5C4EB61DBBD586EC6291EABFBE11879865C3776088605FA8820387C2")]
Expand Down
52 changes: 26 additions & 26 deletions README.md

Large diffs are not rendered by default.

0 comments on commit 8972953

Please sign in to comment.