-
Notifications
You must be signed in to change notification settings - Fork 1
/
Directory.Build.props
25 lines (25 loc) · 1.37 KB
/
Directory.Build.props
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<Project>
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<LangVersion>12.0</LangVersion>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<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>