Skip to content

Commit

Permalink
build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBogomips committed Mar 1, 2024
1 parent 8746780 commit cafe181
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 25 deletions.
22 changes: 19 additions & 3 deletions Directory.Build.props
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>
26 changes: 4 additions & 22 deletions src/Moneta/Moneta.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,28 +6,10 @@
<Nullable>enable</Nullable>
<AssemblyName>Bogoware.Moneta</AssemblyName>
<RootNamespace>Bogoware.Moneta</RootNamespace>
</PropertyGroup>

<PropertyGroup>
<PackageId>Bogoware.Moneta</PackageId>
<!-- <Version>0.0.1</Version> -->
<!-- <GeneratePackageOnBuild>true</GeneratePackageOnBuild> -->
<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>

<ItemGroup>
<None Include="../../README.md" Pack="true" PackagePath="" />
</ItemGroup>
</Project>

0 comments on commit cafe181

Please sign in to comment.