https://github.com/sillsdev/enchantdotnet
.Net bindings for enchant
https://github.com/sillsdev/enchantdotnet
Last synced: 3 months ago
JSON representation
.Net bindings for enchant
- Host: GitHub
- URL: https://github.com/sillsdev/enchantdotnet
- Owner: sillsdev
- Fork: true (AbiWord/enchantdotnet)
- Created: 2019-02-08T02:22:48.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2021-05-31T14:29:41.000Z (almost 5 years ago)
- Last Synced: 2025-11-24T05:20:17.080Z (5 months ago)
- Language: C#
- Size: 288 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# .NET bindings for enchant
These are the .NET bindings for [libenchant](https://github.com/AbiWord/enchant/). They were last updated on 1st July 2008, shortly after the release of Enchant 1.4.2, so should presumably work with that version, but may not with Enchant 1.5, released in 2009, or later releases.
Anyone interested in bringing them up to date is encouraged to get in contact with the Enchant maintainers.
## Building
Either load and build `Enchant.Net.sln` in an IDE, or build from the command line:
```bash
msbuild /t:Build build/enchantdotnet.proj
```
To create a nuget package, run:
```bash
msbuild /t:Pack build/enchantdotnet.proj
```
This will create the nuget package in the `output` subdirectory.