From 132d5d5313fd898d85ec4f16c5f66649b5a37ce7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maurice=20Ren=C3=A9=20Prei=C3=9F?= <61245817+mauricepreiss@users.noreply.github.com> Date: Mon, 11 Dec 2023 10:16:26 +0100 Subject: [PATCH] updated readme.md for release 1.1.0 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4f6a1a6..42c567c 100644 --- a/README.md +++ b/README.md @@ -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) {