Skip to content

Commit e573ceb

Browse files
committed
Release 1.8.0
Release 1.8.0
1 parent c06cc07 commit e573ceb

File tree

6 files changed

+843
-555
lines changed

6 files changed

+843
-555
lines changed

docs/downloads/fnr.zip

619 Bytes
Binary file not shown.

src/.gitignore

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
################################################################################
2+
# This .gitignore file was automatically created by Microsoft(R) Visual Studio.
3+
################################################################################
4+
5+
/packages
6+
/.vs
7+
/EncodingTools/bin/Debug
8+
/EncodingTools/obj/Debug
9+
/EncodingTools/obj/Release
10+
/FindAndReplace/bin/Debug
11+
/FindAndReplace/obj
12+
/FindAndReplace.App/obj/x86
13+
/FindAndReplace.App/bin/Debug
14+
/FindAndReplace.Tests/obj
15+
/FindAndReplace.Tests/bin/Debug
16+
/FindAndReplace.Tests.CommandLine/obj
17+
/FindAndReplace.Tests.CommandLine/bin/Debug
18+
/EncodingTools/bin/Release
19+
/FindAndReplace/bin/Release
20+
/FindAndReplace.App/bin/Release

0 commit comments

Comments
 (0)