Skip to content

Commit

Permalink
Prepare for 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
atifaziz committed Mar 15, 2023
1 parent e8383eb commit 190263e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MoreLinq/MoreLinq.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
<Copyright>$([System.Text.RegularExpressions.Regex]::Replace($(Copyright), `\s+`, ` `).Trim())</Copyright>
<AssemblyTitle>MoreLINQ</AssemblyTitle>
<NeutralLanguage>en-US</NeutralLanguage>
<VersionPrefix>3.4.1</VersionPrefix>
<VersionPrefix>4.0.0</VersionPrefix>
<Authors>MoreLINQ Developers.</Authors>
<TargetFrameworks>net462;netstandard1.0;netstandard2.0;netstandard2.1;net6.0</TargetFrameworks>
<DebugType>portable</DebugType>
Expand All @@ -135,7 +135,7 @@
<PackageOutputPath>..\dist</PackageOutputPath>
<PackageReadmeFile>README.md</PackageReadmeFile>
<EnablePackageValidation>true</EnablePackageValidation>
<PackageValidationBaselineVersion>3.3.1</PackageValidationBaselineVersion>
<PackageValidationBaselineVersion>3.4.1</PackageValidationBaselineVersion>
<IncludeSymbols>true</IncludeSymbols>
<IncludeSource>true</IncludeSource>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
Expand Down

0 comments on commit 190263e

Please sign in to comment.