Skip to content

Commit ce3fbaf

Browse files
committed
Create README.md
1 parent 2d040d9 commit ce3fbaf

File tree

1 file changed

+74
-0
lines changed

1 file changed

+74
-0
lines changed

README.md

+74
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
<div align="center">
2+
<h3 style="font-size: xx-large;"> Auto IP Changer </h3>
3+
<hr>
4+
<p>Automatically change your Ethernet configuration to predefined or custom IP Static</p>
5+
<hr>
6+
</div>
7+
8+
<div align="center">
9+
10+
[![GitHub issues](https://img.shields.io/bitbucket/issues/danielcshn/autoipchanger?style=for-the-badge)](https://github.com/danielcshn/autoipchanger/issues)
11+
[![GitHub watchers](https://img.shields.io/github/watchers/danielcshn/autoipchanger?style=for-the-badge)](https://github.com/danielcshn/autoipchanger/watchers)
12+
[![GitHub forks](https://img.shields.io/github/forks/danielcshn/autoipchanger?style=for-the-badge)](https://github.com/danielcshn/autoipchanger/fork)
13+
[![GitHub stars](https://img.shields.io/github/stars/danielcshn/autoipchanger?style=for-the-badge)](https://github.com/danielcshn/autoipchanger/stargazers)
14+
[![License](https://img.shields.io/github/license/danielcshn/autoipchanger?style=for-the-badge)](https://github.com/danielcshn/autoipchanger/blob/master/LICENSE)
15+
[![Language](https://img.shields.io/github/languages/top/danielcshn/autoipchanger?style=for-the-badge)](https://github.com/danielcshn/autoipchanger/search?l=visual-basic-.net)
16+
[![GitHub last commit](https://img.shields.io/github/last-commit/danielcshn/autoipchanger?style=for-the-badge)](https://github.com/danielcshn/autoipchanger/commits/master)
17+
[![GitHub Releases (by Release)](https://img.shields.io/github/downloads/danielcshn/autoipchanger/1.0.0.3/total?style=for-the-badge)](https://github.com/danielcshn/autoipchanger/releases/tag/1.0.0.3)
18+
19+
</div>
20+
21+
<p align="center">
22+
<img src="https://raw.githubusercontent.com/danielcshn/autoipchanger/master/image/autoipchanger.png" title="autoipchanger">
23+
</p>
24+
25+
## ✅ Support
26+
27+
- Automatically change your Ethernet configuration.
28+
- IP Static & DHCP Config.
29+
30+
## 📋 Requirements
31+
32+
* Visual Studio 2015/2017
33+
* Microsoft .NET Framework 4.5
34+
35+
## 🤝 Contributing
36+
37+
We currently accept contributions to this repository.<br>Follow the steps below to make a contribution to the digital tool:
38+
39+
1. Fork the repository.
40+
2. Develop the new functionality or make the changes that you think add value to the tool
41+
3. Make a "pull request" documenting in detail the proposed changes in the repository.
42+
43+
**If you haven't contributed to the repository, but found the tool useful, we'd love to hear about your experience. Tell us about your experience in an Issue.**
44+
45+
#### Attributions
46+
Tell us in the "pull request" your username and organization to add it to the list of contributions in the Readme.md.
47+
48+
---
49+
50+
## 📝 License
51+
52+
```
53+
MIT License
54+
55+
Copyright (c) 2017 danielcshn
56+
57+
Permission is hereby granted, free of charge, to any person obtaining a copy
58+
of this software and associated documentation files (the "Software"), to deal
59+
in the Software without restriction, including without limitation the rights
60+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
61+
copies of the Software, and to permit persons to whom the Software is
62+
furnished to do so, subject to the following conditions:
63+
64+
The above copyright notice and this permission notice shall be included in all
65+
copies or substantial portions of the Software.
66+
67+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
68+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
69+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
70+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
71+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
72+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
73+
SOFTWARE.
74+
```

0 commit comments

Comments
 (0)