Commit 064c9af
authored
Migrate source and example directories to lowercase (#261)
* Migrate source and example directories to lowercase
Renamed all 'Src' and 'Examples' directories to 'src' and 'examples' for consistency and to follow common directory naming conventions. Updated GitHub Actions workflows to use the new lowercase paths and upgraded actions/checkout and actions/setup-dotnet to v5.
* Update SmtpServer.sln
* Fix project reference paths to use lowercase 'src'
Updated project reference paths in SampleApp and WorkerService csproj files to use 'src' instead of 'Src' for consistency and to avoid case sensitivity issues on some file systems.1 parent 95a1ed2 commit 064c9af
File tree
134 files changed
+19
-19
lines changed- .github/workflows
- examples
- SampleApp
- Examples
- WorkerService
- Properties
- src
- SmtpServer.Benchmarks
- SmtpServer.Tests
- Mocks
- SmtpServer
- Authentication
- ComponentModel
- Extensions
- IO
- Mail
- Net
- Protocol
- StateMachine
- Storage
- Text
- Tracing
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
134 files changed
+19
-19
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
0 commit comments