File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33// Copyright, by SGrottel.de https://www.github.com/sgrottel/FindExecutable
44// Open Source under the `MIT license`
55//
6- // Copyright(c) 2023-2025 Sebastian Grottel
6+ // Copyright(c) 2023-2026 Sebastian Grottel
77//
88// Permission is hereby granted, free of charge, to any person obtaining a copy
99// of this software and associated documentation files (the "Software"), to deal
2525//
2626// Version history:
2727//
28- // v1.0 -- 2025-05-19
29- // v0.4 -- 2024-05-20
30- // v0.1 -- 2023-11-26
28+ // v1.0.1 -- 2026-02-22
29+ // resolved findings by scanners
30+ // v1.0 -- 2025-05-19
31+ // v0.4 -- 2024-05-20
32+ // v0.1 -- 2023-11-26
3133//
3234
3335using System ;
Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2023-2025 Sebastian Grottel
3+ Copyright (c) 2023-2026 Sebastian Grottel
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ Contributions to this project are welcome!
6767
6868This project is freely available under the terms of the [ MIT License] ( ./LICENSE )
6969
70- > Copyright (c) 2023-2025 Sebastian Grottel
70+ > Copyright (c) 2023-2026 Sebastian Grottel
7171>
7272> Permission is hereby granted, free of charge, to any person obtaining a copy
7373> of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 66 <!-- package metadata -->
77 <metadata minClientVersion =" 3.3" >
88 <id >SGrottel.FindExecutable</id >
9- <version >1.0.0 </version >
9+ <version >1.0.1 </version >
1010 <title >SGrottel.FindExecutable</title >
1111 <authors >SGrottel</authors >
1212 <owners >SGrottel</owners >
1313 <license type =" expression" >MIT</license >
1414 <projectUrl >https://github.com/sgrottel/FindExecutable</projectUrl >
1515 <requireLicenseAcceptance >false</requireLicenseAcceptance >
1616 <description >C# code to find the full path of an executable file by searching the system's search paths.</description >
17- <copyright >Copyright 2023-2025 </copyright >
17+ <copyright >Copyright 2023-2026 </copyright >
1818 <tags >FindExecutable</tags >
1919 <readme >docs/README.md</readme >
2020
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ The function will return the full file system path to the executable file reques
2323## License
2424This project is freely available under the terms of the [ MIT License] ( ./LICENSE )
2525
26- > Copyright (c) 2023-2025 Sebastian Grottel
26+ > Copyright (c) 2023-2026 Sebastian Grottel
2727>
2828> Permission is hereby granted, free of charge, to any person obtaining a copy
2929> of this software and associated documentation files (the "Software"), to deal
You can’t perform that action at this time.
0 commit comments