Skip to content

Commit b35a70a

Browse files
Working to include readme in the package
1 parent d4754f8 commit b35a70a

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

src/OneBitSoftware.Slovom/OneBitSoftware.Slovom.csproj

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,11 @@
1212
<Description>A .NET library for converting currency values into Bulgarian words, tailored for accounting needs.</Description>
1313
<PackageTags>NumbersToWords;Bulgarian;Accounting</PackageTags>
1414
<RepositoryUrl>https://github.com/OneBitSoftware/OneBitSoftware.Slovom</RepositoryUrl>
15-
<PackageReadmeFile>readme.md</PackageReadmeFile>
15+
<PackageReadmeFile>README.md</PackageReadmeFile>
1616
</PropertyGroup>
1717

1818
<ItemGroup>
19-
<None Include="..\..\README.md" Link="README.md" Pack="true" PackagePath="\">
20-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
21-
</None>
19+
<None Include="..\..\readme.md" pack="true" PackagePath="." />
2220
</ItemGroup>
2321

2422
<ItemGroup>

0 commit comments

Comments
 (0)