We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4754f8 commit b35a70aCopy full SHA for b35a70a
1 file changed
src/OneBitSoftware.Slovom/OneBitSoftware.Slovom.csproj
@@ -12,13 +12,11 @@
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
- <PackageReadmeFile>readme.md</PackageReadmeFile>
+ <PackageReadmeFile>README.md</PackageReadmeFile>
16
</PropertyGroup>
17
18
<ItemGroup>
19
- <None Include="..\..\README.md" Link="README.md" Pack="true" PackagePath="\">
20
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
21
- </None>
+ <None Include="..\..\readme.md" pack="true" PackagePath="." />
22
</ItemGroup>
23
24
0 commit comments