Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix incorrect filenames #5122

Merged
merged 1 commit into from
May 18, 2024

Conversation

kirilllivanov
Copy link
Contributor

I compiled the project on Linux (GitHub Codespaces) and encountered an issue with incorrect file naming in the project. Specifically, the filenames SampleHttprequest and SampleHttpresponse should have request and response capitalized.

Here is how these files are referenced in the .csproj:

<EmbeddedResource Include="Sample\SampleHttpRequest">

<EmbeddedResource Include="Sample\SampleHttpResponse">

@2dust
Copy link
Owner

2dust commented May 18, 2024

@kirilllivanov
Copy link
Contributor Author

The files in the v2rayN.csproj have been referenced with capitalized names, but the actual files in the folder were not. Now corrected the filenames in the folder to match the capitalized names in the v2rayN.csproj.

@2dust 2dust merged commit 83b4f1e into 2dust:master May 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants