We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67cb636 commit c316bc1Copy full SHA for c316bc1
2 files changed
FindExecutable/FindExecutable.cs
@@ -25,6 +25,8 @@
25
//
26
// Version history:
27
28
+// v1.0.2 -- 2026-03-31
29
+// resolved further finding by code analyzer
30
// v1.0.1 -- 2026-02-22
31
// resolved findings by scanners
32
// v1.0 -- 2025-05-19
SGrottel.FindExecutable.nuspec
@@ -6,7 +6,7 @@
6
<!-- package metadata -->
7
<metadata minClientVersion="3.3" >
8
<id>SGrottel.FindExecutable</id>
9
- <version>1.0.1</version>
+ <version>1.0.2</version>
10
<title>SGrottel.FindExecutable</title>
11
<authors>SGrottel</authors>
12
<owners>SGrottel</owners>
0 commit comments