Skip to content

Commit

Permalink
Updated Project Information in csproj | develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Samyeak committed Feb 4, 2020
1 parent 338ae5c commit bd40e32
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions NumericWordsConversion/NumericWordsConversion.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,22 @@
<TargetFramework>netcoreapp3.0</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>Samyeak Maharjan</Authors>
<Description>Amount To Words Library for English and Nepali Number System with output in English, Nepali Unicode as well as Devnagari Format.</Description>
<Description>Numeric Words Conversion is a C# library for converting numeric into words. The goal is to create a simple customizable library which can easily be used to convert any numbers or currencies to words. Supports Nepali, Hindi and International Numeral System out of the box.</Description>
<Copyright>Samyeak Maharjan</Copyright>
<NeutralLanguage>en</NeutralLanguage>
<Version>1.0.0.0</Version>
<Version>2.0.0.0</Version>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageProjectUrl>https://github.com/Samyeak/NumericWordsConversion.git</PackageProjectUrl>
<RepositoryUrl>https://github.com/Samyeak/NumericWordsConversion.git</RepositoryUrl>
<RepositoryType>github</RepositoryType>
<PackageTags>Numeric; NumericToWords; CurrencyToWords; InWords; Currency In Words; Number In Words; ToWords; AmountToWords; Nepali; Devnagari; Unicode; DecimalToWords; Nepali Number To Words; Amount To Words;</PackageTags>
<PackageReleaseNotes>**Amount To Words Library for English and Nepali Number System**
* Supports output in English, Nepali Unicode as well as Devnagari System
* Supports input upto the max number suppored by the decimal type</PackageReleaseNotes>
<PackageTags>NumberToText;Numeric; NumericToWords; CurrencyToWords; InWords; Currency In Words; Number In Words; ToWords; AmountToWords; Nepali; Devnagari; Unicode; DecimalToWords; Nepali Number To Words; Amount To Words; Hindi Number To Words; Hindi Currency To Text</PackageTags>
<PackageReleaseNotes>* Added Application Level Configuration
* Added Hindi Numeral System</PackageReleaseNotes>
<SignAssembly>false</SignAssembly>
<DelaySign>false</DelaySign>
<AssemblyOriginatorKeyFile>NumericWordsConversionSignatureKey.snk</AssemblyOriginatorKeyFile>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageIconUrl>https://repository-images.githubusercontent.com/233162696/d06bb100-4545-11ea-8853-f816e055791a</PackageIconUrl>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down

0 comments on commit bd40e32

Please sign in to comment.