(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,28 +4,33 @@ MaksIT.Core is a collection of helper methods and extensions for .NET projects,
## Table of Contents ## Table of Contents
- [Installation](#installation) - [MaksIT.Core](#maksitcore)
- [Usage](#usage) - [Table of Contents](#table-of-contents)
- [Enumeration](#enumeration) - [Installation](#installation)
- [Guid Extensions](#guid-extensions) - [Usage](#usage)
- [Object Extensions](#object-extensions) - [Enumeration](#enumeration)
- [String Extensions](#string-extensions) - [Guid Extensions](#guid-extensions)
- [Password Hasher](#password-hasher) - [Object Extensions](#object-extensions)
- [DataTable Extensions](#datatable-extensions) - [String Extensions](#string-extensions)
- [DateTime Extensions](#datetime-extensions) - [Password Hasher](#password-hasher)
- [JWT Token Generation and Validation](#jwt-token-generation-and-validation) - [DataTable Extensions](#datatable-extensions)
- [Available Methods](#available-methods) - [DateTime Extensions](#datetime-extensions)
- [Enumeration Methods](#enumeration-methods) - [JWT Token Generation and Validation](#jwt-token-generation-and-validation)
- [Guid Methods](#guid-methods) - [Generate a JWT Token](#generate-a-jwt-token)
- [Object Methods](#object-methods) - [Validate a JWT Token](#validate-a-jwt-token)
- [String Methods](#string-methods) - [Generate a Refresh Token](#generate-a-refresh-token)
- [Security Methods](#security-methods) - [Available Methods](#available-methods)
- [DataTable Methods](#datatable-methods) - [Enumeration Methods](#enumeration-methods)
- [DateTime Methods](#datetime-methods) - [Guid Methods](#guid-methods)
- [JWT Methods](#jwt-methods) - [Object Methods](#object-methods)
- [Contributing](#contributing) - [String Methods](#string-methods)
- [License](#license) - [DataTable Methods](#datatable-methods)
- [Contact](#contact) - [DateTime Methods](#datetime-methods)
- [JWT Methods](#jwt-methods)
- [Contributing](#contributing)
- [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).