Skip to content

Commit

Permalink
Releasing version v8.0.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
koszeggy committed Oct 22, 2023
1 parent 6830e5c commit adace16
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 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>8.0.0-preview.1</version>
<version>8.0.0-rc.1</version>
<title>KGy SOFT Core Libraries</title>
<authors>György Kőszeg</authors>
<owners>György Kőszeg</owners>
Expand Down
2 changes: 1 addition & 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 8.0.0-preview.1
Thank you for installing KGy SOFT Core Libraries 8.0.0-rc.1

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

Expand Down
4 changes: 2 additions & 2 deletions KGySoft.CoreLibraries/KGySoft.CoreLibraries.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<PropertyGroup>
<!--.NET Core 2.0 is needed because .NET Standard 2.0 lacks many features.-->
<!--.NET Core 3.0 is needed because if .NET Core 2.0 version exists, then a .NET Core 3.0 consumer references that instead of the .NET Standard 2.1 version.-->
<TargetFrameworks>net35;net40;net45;net46;net47;net472;netcoreapp2.0;netcoreapp2.1;netcoreapp3.0;netstandard2.0;netstandard2.1;net5.0;net6.0;net7.0;net8.0</TargetFrameworks>
<!--<TargetFrameworks>net7.0</TargetFrameworks>-->
<!--<TargetFrameworks>net35;net40;net45;net46;net47;net472;netcoreapp2.0;netcoreapp2.1;netcoreapp3.0;netstandard2.0;netstandard2.1;net5.0;net6.0;net7.0;net8.0</TargetFrameworks>-->
<TargetFrameworks>net8.0</TargetFrameworks>

<!--For UnitTesting the .NET Standard versions-->
<!--<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>-->
Expand Down
2 changes: 1 addition & 1 deletion KGySoft.CoreLibraries/KGySoft.CoreLibraries.shfbproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<SaveComponentCacheCapacity>100</SaveComponentCacheCapacity>
<WarnOnMissingSourceContext>False</WarnOnMissingSourceContext>
<HelpTitle>KGy SOFT Core Libraries Help</HelpTitle>
<HelpFileVersion>8.0.0-preview.1</HelpFileVersion>
<HelpFileVersion>8.0.0-rc.1</HelpFileVersion>
<NamingMethod>MemberName</NamingMethod>
<ContentPlacement>AboveNamespaces</ContentPlacement>
<RootNamespaceContainer>False</RootNamespaceContainer>
Expand Down
2 changes: 1 addition & 1 deletion KGySoft.CoreLibraries/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

[assembly: AssemblyVersion("8.0.0.0")]
[assembly: AssemblyFileVersion("8.0.0.0")]
[assembly: AssemblyInformationalVersion("8.0.0-preview.1")]
[assembly: AssemblyInformationalVersion("8.0.0-rc.1")]

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

0 comments on commit adace16

Please sign in to comment.