-
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.
- Loading branch information
1 parent
8746780
commit cafe181
Showing
2 changed files
with
23 additions
and
25 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 |
---|---|---|
@@ -1,5 +1,21 @@ | ||
<Project> | ||
<ItemGroup> | ||
<None Include="README.md" Pack="true" PackagePath="" /> | ||
</ItemGroup> | ||
<PropertyGroup> | ||
<Authors>Giovanni Costagliola</Authors> | ||
<Company>Bogoware</Company> | ||
<Product>Moneta</Product> | ||
<Copyright>Copyright © Giovanni Costagliola 2024</Copyright> | ||
<NeutralLanguage>en-US</NeutralLanguage> | ||
<Title>Bogoware Moneta</Title> | ||
<Description>Library for secure monetary calculations.</Description> | ||
<Summary>Moneta is a library designed for secure monetary calculations. It offers a robust API that ensures accuracy and consistency in financial operations while preventing unnoticed rounding errors.</Summary> | ||
<PackageTags>Financial Money Currency Banking Finance Accounting</PackageTags> | ||
<PackageReadmeFile>README.md</PackageReadmeFile> | ||
<!-- <PackageIcon>packageIcon.png</PackageIcon> --> | ||
<!-- <PackageIconUrl></PackageIconUrl> --> | ||
<!-- <PackageProjectUrl>https://mr.bogoware.io/projects/2023/monads</PackageProjectUrl> --> | ||
<PackageLicenseExpression>MIT</PackageLicenseExpression> | ||
<PublishRepositoryUrl>true</PublishRepositoryUrl> | ||
<RepositoryUrl>https://github.com/bogoware/moneta</RepositoryUrl> | ||
<RepositoryType>github</RepositoryType> | ||
</PropertyGroup> | ||
</Project> |
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