We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e465ab commit f1721adCopy full SHA for f1721ad
1 file changed
src/OneBitSoftware.Slovom/OneBitSoftware.Slovom.csproj
@@ -4,6 +4,14 @@
4
<TargetFramework>net9.0</TargetFramework>
5
<ImplicitUsings>enable</ImplicitUsings>
6
<Nullable>enable</Nullable>
7
+ <GeneratePackageOnBuild>true</GeneratePackageOnBuild>
8
+ <PackageId>OneBitSoftware.Slovom</PackageId>
9
+ <Version>1.0.0</Version>
10
+ <Authors>Radi Atanassov</Authors>
11
+ <Company>OneBit Software</Company>
12
+ <Description>A .NET library for converting currency values into Bulgarian words, tailored for accounting needs.</Description>
13
+ <PackageTags>NumbersToWords;Bulgarian;Accounting</PackageTags>
14
+ <RepositoryUrl>https://github.com/OneBitSoftware/OneBitSoftware.Slovom</RepositoryUrl>
15
</PropertyGroup>
16
17
<ItemGroup>
0 commit comments