Skip to content

Commit 2cdc2fa

Browse files
committed
Patch version bump
1 parent 6d2ff55 commit 2cdc2fa

5 files changed

Lines changed: 11 additions & 9 deletions

File tree

FindExecutable/FindExecutable.cs

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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
@@ -25,9 +25,11 @@
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

3335
using System;

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2023-2025 Sebastian Grottel
3+
Copyright (c) 2023-2026 Sebastian Grottel
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Contributions to this project are welcome!
6767

6868
This 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

SGrottel.FindExecutable.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
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

package_readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The function will return the full file system path to the executable file reques
2323
## License
2424
This 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

0 commit comments

Comments
 (0)