Skip to content

Commit 132d5d5

Browse files
updated readme.md for release 1.1.0
1 parent 84e4139 commit 132d5d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ After the summary the program will ask you if you want to open the "result" dire
3737
If there is any errors, the program will ask you if you want to open the log file. The program created log files for errors. They will be stored in the programs directory in subdirectory "logs". The log file will be created new for every day.
3838

3939
## Code
40-
[Here](https://github.com/mauricepreiss/CSharpFinder/blob/master/CSharpFinder/Program.cs#L260)
41-
is the code on how to program identifies a file as a c# assembly:
40+
[Here](https://github.com/mauricepreiss/CSharpFinder/blob/master/CSharpFinder/Program.cs#L523)
41+
is one of the many function how the program identifies a file as a c# / .net assembly:
4242
```C#
4343
private static bool IsCSharpAssembly(Assembly assembly)
4444
{

0 commit comments

Comments
 (0)