Skip to content

Commit

Permalink
Version 2.1.0.2312-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
lpeyr committed Dec 3, 2023
1 parent a6e5202 commit da38ead
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 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>net6.0;net7.0;net8.0</TargetFrameworks>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<Title>PeyrSharp.Core</Title>
<Version>2.1.0.2312-pre1</Version>
<Version>2.1.0.2312-rc1</Version>
<Authors>Devyus</Authors>
<Description>Core methods and features of PeyrSharp.</Description>
<Copyright>© 2023</Copyright>
Expand All @@ -18,7 +18,11 @@
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PackageReleaseNotes>- Added DownloadFile() method (#157)
- Added XML Documentation
- Added new overload for GenerateAsync() in Password (#158)</PackageReleaseNotes>
- Added new overload for GenerateAsync() in Password (#158)
- Added CelsiusToKelvin() method (#159)
- Added FahrenheitToKelvin() method (#159)
- Added KelvinToCelsius() method (#159)
- Added KelvinToFahrenheit() method (#159)</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit da38ead

Please sign in to comment.