Skip to content

Commit

Permalink
Merge pull request #5 from A9G-Data-Droid/csharp
Browse files Browse the repository at this point in the history
Update readme
  • Loading branch information
A9G-Data-Droid authored Sep 24, 2024
2 parents 3f459c8 + 1f7b484 commit e888815
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# TextFileConvert
This provides text file conversion capabilities like the common Unix utilities "ux2dos" and "dos2ux".

I needed the capability to perform Unix text file conversions, round trip, within a VB.NET project without being dependant upon external binaries.
I needed the capability to perform Unix text file conversions, round trip, within a .NET project without being dependant upon external binaries.
I couldn't find anything like that on NuGet so I wrote my own.

Included are two console apps that show the usage.

SEE: https://github.com/A9G-Data-Droid/TextFileConvert/blob/master/dos2ux/dos2ux.vb
3 changes: 0 additions & 3 deletions TextFileConvert/TextFileConvert.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,4 @@
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup>
<PackageReference Include="System.Memory" Version="4.5.5" />
</ItemGroup>
</Project>

0 comments on commit e888815

Please sign in to comment.