-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from emreakdemir/prerelease/1.0.0-alpha.4
Update version and release notes in project file
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,15 +13,15 @@ | |
<RepositoryUrl>[email protected]:emreakdemir/herokit.git</RepositoryUrl> | ||
<PackageTags>csharp, dotnet7, extensions</PackageTags> | ||
<AssemblyVersion>1.0.0</AssemblyVersion> | ||
<Version>1.0.0-alpha.3</Version> | ||
<Version>1.0.0-alpha.4</Version> | ||
<GenerateDocumentationFile>True</GenerateDocumentationFile> | ||
<PackageLicenseExpression>MIT</PackageLicenseExpression> | ||
<PackageReadmeFile>README.md</PackageReadmeFile> | ||
<Description>The HeroKit library, providing utility operations, offers a comprehensive set of extension methods for controlling, converting, and manipulating various data types. Designed for projects developed in C#, this extensive library enables performing diverse operations on different data types, ranging from arrays to date-time values, objects, and strings etc.</Description> | ||
<Copyright>Copyright © 2023 Emre Akdemir</Copyright> | ||
<RepositoryType>git</RepositoryType> | ||
<EmbedAllSources>true</EmbedAllSources> | ||
<PackageReleaseNotes>added new boolean conversion functions and optimized existing ones.</PackageReleaseNotes> | ||
<PackageReleaseNotes>added new extensions and tests</PackageReleaseNotes> | ||
<NeutralLanguage>en</NeutralLanguage> | ||
<PublishRepositoryUrl>true</PublishRepositoryUrl> | ||
<EmbedUntrackedSources>true</EmbedUntrackedSources> | ||
|