rename: sampleUsngLocalApi to SampleUsingLocalApi by rdeveen · Pull Request #1999 · reactiveui/refit
This pull request renames the folder sampleUsngLocalApi and the solution file to ensure consistency and correctness.
What kind of change does this PR introduce?
File renaming and path updates:
- Renamed the solution file from
samples/SampleWithLocalAPIs.slntosamples/SampleUsingLocalApi.slnfor improved naming consistency. - Updated project paths within the solution file to correct the directory name from
sampleUsngLocalApitoSampleUsingLocalApifor all associated projects (LibraryWithSDKandRefitService,RestApiForTest, andConsoleSampleUsingLocalApi).
What might this PR break?
Nothing.
Please check if the PR fulfills these requirements
- Tests for the changes have been added (for bug fixes / features)
- Docs have been added / updated (for bug fixes / features)
Other information: