Skip to content

Commit

Permalink
updated readme.md for release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mauricepreiss authored Dec 11, 2023
1 parent 84e4139 commit 132d5d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ After the summary the program will ask you if you want to open the "result" dire
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.

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

0 comments on commit 132d5d5

Please sign in to comment.