Skip to content

Commit

Permalink
Releasing v5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
koszeggy committed Dec 26, 2019
1 parent c0d4163 commit 637d4bd
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 12 deletions.
2 changes: 1 addition & 1 deletion KGySoft.CoreLibraries/.nuspec/KGySoft.CoreLibraries.nuspec
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>KGySoft.CoreLibraries</id>
<version>5.0.0</version>
<version>5.0.1</version>
<title>KGy SOFT Core Libraries</title>
<authors>György Kőszeg</authors>
<owners>György Kőszeg</owners>
Expand Down
4 changes: 2 additions & 2 deletions KGySoft.CoreLibraries/.nuspec/readme.txt
@@ -1,6 +1,6 @@
Thank you for installing KGy SOFT Core Libraries 5.0.0
Thank you for installing KGy SOFT Core Libraries 5.0.1

Main new features in this version:
Main new features in 5.0.x:
- Targeting .NET Framework 4.7.2 (additionally to 3.5, 4.0 and 4.5)
- Targeting .NET Core 2.0 and .NET Core 3.0
- Targeting .NET Standard 2.0 (some reflection APIs throw PlatformNotSupportedException) and .NET Standard 2.1
Expand Down
Binary file modified KGySoft.CoreLibraries/Help/KGySoft.CoreLibraries.chm
Binary file not shown.
6 changes: 3 additions & 3 deletions KGySoft.CoreLibraries/Properties/AssemblyInfo.cs
Expand Up @@ -31,9 +31,9 @@

[assembly: CLSCompliant(true)]

[assembly: AssemblyVersion("5.0.0.0")]
[assembly: AssemblyFileVersion("5.0.0.0")]
[assembly: AssemblyInformationalVersion("5.0.0")]
[assembly: AssemblyVersion("5.0.1.0")]
[assembly: AssemblyFileVersion("5.0.1.0")]
[assembly: AssemblyInformationalVersion("5.0.1")]

[assembly: NeutralResourcesLanguage("en")]
[assembly: InternalsVisibleTo("KGySoft.CoreLibraries.UnitTest, PublicKey=00240000048000009400000006020000002400005253413100040000010001003928BADFAA8C02789566AB7AC64A59DCDE30B798589A68EF92CBB04C9DED3FCBFE41F644D424DCF82F8A13F9148D45EE15785450318388E01AA8C4CF645E81C772E39DCA0D14B33CF48167B70F5C34A0E7B763141ED3AFDDAD0373D9FCD2E153E78D201C5C4EB61DBBD586EC6291EABFBE11879865C3776088605FA8820387C2")]
Expand Down
10 changes: 10 additions & 0 deletions KGySoft.CoreLibraries/changelog.txt
Expand Up @@ -5,6 +5,16 @@
+ New feature
===============================================================================

~~~~~~~~~
- v5.0.1:
~~~~~~~~~

- KGySoft.CoreLibraries namespace:
==================================
- Enum<TEnum> class: An exception could come from IsDefined(long/ulong) and GetName(long/ulong) methods if
if no other members were called previously with the same enum type.


~~~~~~~~~
! v5.0.0:
~~~~~~~~~
Expand Down
6 changes: 0 additions & 6 deletions nuget.config

This file was deleted.

0 comments on commit 637d4bd

Please sign in to comment.