Skip to content

Commit

Permalink
v1.0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Cihan Cakir authored and Cihan Cakir committed Jul 18, 2023
1 parent 19bb086 commit a900d58
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 30 deletions.
26 changes: 13 additions & 13 deletions README-Nuget.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![AdsDialogKit](https://raw.githubusercontent.com/CihanCakir/AdsDialogKit/main/logo.PNG)]
[![AdsDialogKit](https://raw.githubusercontent.com/adessoTurkey-dotNET/AdsDialogKit/main/logo.PNG)]
<!-- PROJECT SHIELDS -->
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
Expand Down Expand Up @@ -124,7 +124,7 @@ public class DialogBoxController : ControllerBase



_For more examples, please refer to the [Sample Project](https://github.com/CihanCakir/AdsDialogKit/tree/main/sample/AdsDialogKit.Console)_
_For more examples, please refer to the [Sample Project](https://github.com/adessoTurkey-dotNET/AdsDialogKit/tree/main/sample/AdsDialogKit.Console)_



Expand Down Expand Up @@ -173,21 +173,21 @@ Distributed under the MIT License. See `LICENSE.md` for more information.

Cihan Çakır - dev.cihancakir@gmail.com

Project Link: [https://github.com/CihanCakir/AdsDialogKit](https://github.com/CihanCakir/AdsDialogKit)
Project Link: [https://github.com/adessoTurkey-dotNET/AdsDialogKit](https://github.com/adessoTurkey-dotNET/AdsDialogKit)



<!-- MARKDOWN LINKS & IMAGES -->
[contributors-shield]: https://img.shields.io/github/contributors/CihanCakir/AdsDialogKit.svg?style=for-the-badge
[contributors-url]: https://github.com/CihanCakir/AdsDialogKit/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/CihanCakir/AdsDialogKit.svg?style=for-the-badge
[forks-url]: https://github.com/CihanCakir/AdsDialogKit/network/members
[stars-shield]: https://img.shields.io/github/stars/CihanCakir/AdsDialogKit.svg?style=for-the-badge
[stars-url]: https://github.com/CihanCakir/AdsDialogKit/stargazers
[issues-shield]: https://img.shields.io/github/issues/CihanCakir/AdsDialogKit.svg?style=for-the-badge
[issues-url]: https://github.com/CihanCakir/AdsDialogKit/issues
[license-shield]: https://img.shields.io/github/license/CihanCakir/AdsDialogKit.svg?style=for-the-badge
[license-url]: https://github.com/CihanCakir/AdsDialogKit/blob/main/LICENSE.md
[contributors-shield]: https://img.shields.io/github/contributors/adessoTurkey-dotNET/AdsDialogKit.svg?style=for-the-badge
[contributors-url]: https://github.com/adessoTurkey-dotNET/AdsDialogKit/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/adessoTurkey-dotNET/AdsDialogKit.svg?style=for-the-badge
[forks-url]: https://github.com/adessoTurkey-dotNET/AdsDialogKit/network/members
[stars-shield]: https://img.shields.io/github/stars/adessoTurkey-dotNET/AdsDialogKit.svg?style=for-the-badge
[stars-url]: https://github.com/adessoTurkey-dotNET/AdsDialogKit/stargazers
[issues-shield]: https://img.shields.io/github/issues/adessoTurkey-dotNET/AdsDialogKit.svg?style=for-the-badge
[issues-url]: https://github.com/adessoTurkey-dotNET/AdsDialogKit/issues
[license-shield]: https://img.shields.io/github/license/adessoTurkey-dotNET/AdsDialogKit.svg?style=for-the-badge
[license-url]: https://github.com/adessoTurkey-dotNET/AdsDialogKit/blob/main/LICENSE.md
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
[linkedin-url]: https://linkedin.com/in/Cihancakir
[product-screenshot]: images/screenshot.png
Expand Down
34 changes: 17 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,22 @@
<!-- PROJECT LOGO -->
<br />
<div align="center">
<img src="https://github.com/CihanCakir/AdsDialogKit/blob/main/logo.PNG" alt="AdsDialogKit" width="200" height="200">
<img src="https://github.com/adessoTurkey-dotNET/AdsDialogKit/blob/main/logo.PNG" alt="AdsDialogKit" width="200" height="200">


<h3 align="center">AdsDialogKit</h3>

<p align="center">
Dialog Kit is a user interface solution that provides fast and customizable dialog boxes.
<br />
<a href="https://github.com/CihanCakir/AdsDialogKit/blob/main/README.md"><strong>Explore the docs »</strong></a>
<a href="https://github.com/adessoTurkey-dotNET/AdsDialogKit/blob/main/README.md"><strong>Explore the docs »</strong></a>
<br />
<br />
<a href="https://github.com/CihanCakir/AdsDialogKit/tree/main/sample/AdsDialogKit.Console">View Demo</a>
<a href="https://github.com/adessoTurkey-dotNET/AdsDialogKit/tree/main/sample/AdsDialogKit.Console">View Demo</a>
·
<a href="https://github.com/CihanCakir/AdsDialogKit/issues">Report Bug</a>
<a href="https://github.com/adessoTurkey-dotNET/AdsDialogKit/issues">Report Bug</a>
·
<a href="https://github.com/CihanCakir/AdsDialogKit/issues">Request Feature</a>
<a href="https://github.com/adessoTurkey-dotNET/AdsDialogKit/issues">Request Feature</a>
</p>
</div>

Expand Down Expand Up @@ -171,7 +171,7 @@ public class DialogBoxController : ControllerBase



_For more examples, please refer to the [Sample Project](https://github.com/CihanCakir/AdsDialogKit/tree/main/sample/AdsDialogKit.Console)_
_For more examples, please refer to the [Sample Project](https://github.com/adessoTurkey-dotNET/AdsDialogKit/tree/main/sample/AdsDialogKit.Console)_

<p align="right">(<a href="#readme-top">back to top</a>)</p>

Expand Down Expand Up @@ -228,23 +228,23 @@ Distributed under the MIT License. See `LICENSE.md` for more information.

Cihan Çakır - dev.cihancakir@gmail.com

Project Link: [https://github.com/CihanCakir/AdsDialogKit](https://github.com/CihanCakir/AdsDialogKit)
Project Link: [https://github.com/adessoTurkey-dotNET/AdsDialogKit](https://github.com/adessoTurkey-dotNET/AdsDialogKit)

<p align="right">(<a href="#readme-top">back to top</a>)</p>



<!-- MARKDOWN LINKS & IMAGES -->
[contributors-shield]: https://img.shields.io/github/contributors/CihanCakir/AdsDialogKit.svg?style=for-the-badge
[contributors-url]: https://github.com/CihanCakir/AdsDialogKit/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/CihanCakir/AdsDialogKit.svg?style=for-the-badge
[forks-url]: https://github.com/CihanCakir/AdsDialogKit/network/members
[stars-shield]: https://img.shields.io/github/stars/CihanCakir/AdsDialogKit.svg?style=for-the-badge
[stars-url]: https://github.com/CihanCakir/AdsDialogKit/stargazers
[issues-shield]: https://img.shields.io/github/issues/CihanCakir/AdsDialogKit.svg?style=for-the-badge
[issues-url]: https://github.com/CihanCakir/AdsDialogKit/issues
[license-shield]: https://img.shields.io/github/license/CihanCakir/AdsDialogKit.svg?style=for-the-badge
[license-url]: https://github.com/CihanCakir/AdsDialogKit/blob/main/LICENSE.md
[contributors-shield]: https://img.shields.io/github/contributors/adessoTurkey-dotNET/AdsDialogKit.svg?style=for-the-badge
[contributors-url]: https://github.com/adessoTurkey-dotNET/AdsDialogKit/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/adessoTurkey-dotNET/AdsDialogKit.svg?style=for-the-badge
[forks-url]: https://github.com/adessoTurkey-dotNET/AdsDialogKit/network/members
[stars-shield]: https://img.shields.io/github/stars/adessoTurkey-dotNET/AdsDialogKit.svg?style=for-the-badge
[stars-url]: https://github.com/adessoTurkey-dotNET/AdsDialogKit/stargazers
[issues-shield]: https://img.shields.io/github/issues/adessoTurkey-dotNET/AdsDialogKit.svg?style=for-the-badge
[issues-url]: https://github.com/adessoTurkey-dotNET/AdsDialogKit/issues
[license-shield]: https://img.shields.io/github/license/adessoTurkey-dotNET/AdsDialogKit.svg?style=for-the-badge
[license-url]: https://github.com/adessoTurkey-dotNET/AdsDialogKit/blob/main/LICENSE.md
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
[linkedin-url]: https://linkedin.com/in/Cihancakir
[product-screenshot]: images/screenshot.png
Expand Down

0 comments on commit a900d58

Please sign in to comment.