-
Notifications
You must be signed in to change notification settings - Fork 189
refactor: Rename repository to dotnet-client #547
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
Conversation
In case we would like to rename the repo to match the other clients in the appium project, this is a good place to start.
|
@jlipps any issue from your side with the idea of changing the repo name? |
|
Seems fine if it's a significant improvement in your opinion. I'm not sure what all consequences would be but I do know that github creates redirects for urls in the old repo. Can you double check the appium 2 docs and update any links to it? |
|
@akinsolb should we move forward with the Rename? I can open a PR on Appium for the links change |
Yeah I was going to suggest creating a new ticket to manage all outstanding tasks as opposed to this PR. I'm happy to progress with renaming and merging this PR. |
|
@akinsolb should we rename the Product value in the .csproj as well? |
Yep |
Done |
In case we would like to rename the repo to match the other clients in the appium project, this is a good place to start.
As discussed with @akinsolb on slack
Change list
Please provide briefly described change list which are you going to propose.
Types of changes
What types of changes are you proposing/introducing to .NET client?
Put an
xin the boxes that applyDocumentation
This can be done by navigating to the documentation section on http://appium.io selecting the appropriate command/endpoint and clicking the 'Edit this doc' link to update the C# example
Integration tests
Details
Please provide more details about changes if it is necessary. If there are new features you can provide code samples which show the way they
work and possible use cases. Also you can create gists with pasted C# code samples or put them here using markdown.
About markdown please read Mastering markdown and Writing on GitHub