Skip to content

Commit

Permalink
added .nuspac, and icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Bojan Pavlovic committed Dec 22, 2022
1 parent 8ba8bcb commit b5f13d9
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
17 changes: 17 additions & 0 deletions LetterConvert/.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<package>
<metadata>
<id>TextConverter</id>
<version>1.0.0</version>
<title>Text Converter</title>
<authors>Bojan</authors>
<owners>Bojan Pavlovic</owners>
<licenseUrl>https://opensource.org/licenses/MIT</licenseUrl>
<projectUrl>https://github.com/bojanrmv/TextConvertor</projectUrl>
<iconUrl>https://raw.githubusercontent.com/johndoe/MyPackage/master/icon.png</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>A text converter that can be used to convert Latin to Cyrilic letters, as well as any other letters. The converter is easy to use and can be incorporated into a variety of projects and applications. Whether you need to convert text for display or for processing, this converter can help you get the job done quickly and easily.</description>
<releaseNotes>Initial release</releaseNotes>
<copyright>Copyright 2022</copyright>
<tags>letters text converter</tags>
</metadata>
</package>
6 changes: 6 additions & 0 deletions LetterConvert/TextConvert.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,10 @@
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="6.0.0" />
</ItemGroup>

<ItemGroup>
<None Update="icon.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>

</Project>
Binary file added LetterConvert/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b5f13d9

Please sign in to comment.