Skip to content

Commit e888815

Browse files
Merge pull request #5 from A9G-Data-Droid/csharp
Update readme
2 parents 3f459c8 + 1f7b484 commit e888815

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
# TextFileConvert
22
This provides text file conversion capabilities like the common Unix utilities "ux2dos" and "dos2ux".
33

4-
I needed the capability to perform Unix text file conversions, round trip, within a VB.NET project without being dependant upon external binaries.
4+
I needed the capability to perform Unix text file conversions, round trip, within a .NET project without being dependant upon external binaries.
55
I couldn't find anything like that on NuGet so I wrote my own.
6-
7-
Included are two console apps that show the usage.
8-
9-
SEE: https://github.com/A9G-Data-Droid/TextFileConvert/blob/master/dos2ux/dos2ux.vb

TextFileConvert/TextFileConvert.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,4 @@
4949
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
5050
</None>
5151
</ItemGroup>
52-
<ItemGroup>
53-
<PackageReference Include="System.Memory" Version="4.5.5" />
54-
</ItemGroup>
5552
</Project>

0 commit comments

Comments
 (0)