Skip to content

Commit

Permalink
Version 1.7.0.2307-pre1
Browse files Browse the repository at this point in the history
  • Loading branch information
lpeyr committed Jun 29, 2023
1 parent 6eae22c commit 38264e3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions PeyrSharp.Core/PeyrSharp.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net5.0;net6.0;net7.0</TargetFrameworks>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<Title>PeyrSharp.Core</Title>
<Version>1.6.1.2305</Version>
<Version>1.7.0.2307-pre1</Version>
<Authors>Devyus</Authors>
<Description>Core methods and features of PeyrSharp.</Description>
<Copyright>© 2023</Copyright>
Expand All @@ -16,7 +16,10 @@
<PackageReadmeFile>NUGET_README.md</PackageReadmeFile>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PackageReleaseNotes>- Fixed IsAvailableAsync() crashes when no internet connection is available (#112)</PackageReleaseNotes>
<PackageReleaseNotes>- Added Range() method in Stats (#117)
- Added Variance() method in Stats (#118)
- Improved exceptions
</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 38264e3

Please sign in to comment.