(feature): readme contact info update

This commit is contained in:
Maksym Sadovnychyy 2024-11-02 16:00:59 +01:00
parent 863885c9a1
commit fe37531300

View File

@ -4,6 +4,8 @@ MaksIT.Core is a collection of helper methods and extensions for .NET projects,
## Table of Contents ## Table of Contents
- [MaksIT.Core](#maksitcore)
- [Table of Contents](#table-of-contents)
- [Installation](#installation) - [Installation](#installation)
- [Usage](#usage) - [Usage](#usage)
- [Enumeration](#enumeration) - [Enumeration](#enumeration)
@ -14,18 +16,21 @@ MaksIT.Core is a collection of helper methods and extensions for .NET projects,
- [DataTable Extensions](#datatable-extensions) - [DataTable Extensions](#datatable-extensions)
- [DateTime Extensions](#datetime-extensions) - [DateTime Extensions](#datetime-extensions)
- [JWT Token Generation and Validation](#jwt-token-generation-and-validation) - [JWT Token Generation and Validation](#jwt-token-generation-and-validation)
- [Generate a JWT Token](#generate-a-jwt-token)
- [Validate a JWT Token](#validate-a-jwt-token)
- [Generate a Refresh Token](#generate-a-refresh-token)
- [Available Methods](#available-methods) - [Available Methods](#available-methods)
- [Enumeration Methods](#enumeration-methods) - [Enumeration Methods](#enumeration-methods)
- [Guid Methods](#guid-methods) - [Guid Methods](#guid-methods)
- [Object Methods](#object-methods) - [Object Methods](#object-methods)
- [String Methods](#string-methods) - [String Methods](#string-methods)
- [Security Methods](#security-methods)
- [DataTable Methods](#datatable-methods) - [DataTable Methods](#datatable-methods)
- [DateTime Methods](#datetime-methods) - [DateTime Methods](#datetime-methods)
- [JWT Methods](#jwt-methods) - [JWT Methods](#jwt-methods)
- [Contributing](#contributing) - [Contributing](#contributing)
- [License](#license)
- [Contact](#contact) - [Contact](#contact)
- [License](#license)
- [MIT License](#mit-license)
## Installation ## Installation
@ -297,6 +302,13 @@ Console.WriteLine("Generated Refresh Token: " + refreshToken);
Contributions to this project are welcome! Please fork the repository and submit a pull request with your changes. If you encounter any issues or have feature requests, feel free to open an issue on GitHub. Contributions to this project are welcome! Please fork the repository and submit a pull request with your changes. If you encounter any issues or have feature requests, feel free to open an issue on GitHub.
## Contact
If you have any questions or need further assistance, feel free to reach out:
- **Email**: [maksym.sadovnychyy@gmail.com](mailto:maksym.sadovnychyy@gmail.com)
- **Reddit**: [MaksIT.Core: Enhance Your .NET Development with Efficient Extensions and Helpers](https://www.reddit.com/r/MaksIT/comments/1f8zgqa/maksitcore_enhance_your_net_development_with/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button)
## License ## License
This project is licensed under the MIT License. See the full license text below. This project is licensed under the MIT License. See the full license text below.
@ -328,7 +340,3 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE. SOFTWARE.
``` ```
## Contact
For any questions or inquiries, please reach out via GitHub or [email](mailto:maksym.sadovnychyy@gmail.com).