https://github.com/withlithum/polite
Reusable component for LSPDFR plugins
https://github.com/withlithum/polite
Last synced: over 1 year ago
JSON representation
Reusable component for LSPDFR plugins
- Host: GitHub
- URL: https://github.com/withlithum/polite
- Owner: WithLithum
- License: lgpl-3.0
- Created: 2022-10-31T11:25:24.000Z (over 3 years ago)
- Default Branch: trunk
- Last Pushed: 2022-11-01T03:20:50.000Z (over 3 years ago)
- Last Synced: 2025-01-18T11:22:34.007Z (over 1 year ago)
- Language: C#
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# Polite
A helper library designed to provide reusable code for the use of writing
LSPD First Response plugins.
## Building
Place LSPD First Response assembly into `References` directory, and then
it should build.
Building this project requires Visual Studio 2022. Do note that this project uses
SDK-style project file so you might need Build Tools or a new version of .NET SDK.
## Licence
This project is licensed under [GNU Lesser General Public License](COPYING.LESSER) version 3,
or any later version of your choice.
Note that LGPLv3 is just a set of additional permissions granted based on [GPLv3](COPYING).