diff --git a/LetterConvert/.nuspec b/LetterConvert/.nuspec new file mode 100644 index 0000000..2a78b46 --- /dev/null +++ b/LetterConvert/.nuspec @@ -0,0 +1,17 @@ + + + TextConverter + 1.0.0 + Text Converter + Bojan + Bojan Pavlovic + https://opensource.org/licenses/MIT + https://github.com/bojanrmv/TextConvertor + https://raw.githubusercontent.com/johndoe/MyPackage/master/icon.png + true + 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. + Initial release + Copyright 2022 + letters text converter + + diff --git a/LetterConvert/TextConvert.csproj b/LetterConvert/TextConvert.csproj index dbde20d..ab86e4a 100644 --- a/LetterConvert/TextConvert.csproj +++ b/LetterConvert/TextConvert.csproj @@ -10,4 +10,10 @@ + + + PreserveNewest + + + diff --git a/LetterConvert/icon.png b/LetterConvert/icon.png new file mode 100644 index 0000000..10a145c Binary files /dev/null and b/LetterConvert/icon.png differ