mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-02-05 06:38:27 -06:00
updated spellcheck
This commit is contained in:
BIN
utils/spellcheck/WeCantSpell.Hunspell.dll
Normal file
BIN
utils/spellcheck/WeCantSpell.Hunspell.dll
Normal file
Binary file not shown.
52
utils/spellcheck/spellcheck.deps.json
Normal file
52
utils/spellcheck/spellcheck.deps.json
Normal file
@@ -0,0 +1,52 @@
|
||||
{
|
||||
"runtimeTarget": {
|
||||
"name": ".NETCoreApp,Version=v6.0",
|
||||
"signature": ""
|
||||
},
|
||||
"compilationOptions": {},
|
||||
"targets": {
|
||||
".NETCoreApp,Version=v6.0": {
|
||||
"spellcheck/1.0.0": {
|
||||
"dependencies": {
|
||||
"WeCantSpell.Hunspell": "3.0.1"
|
||||
},
|
||||
"runtime": {
|
||||
"spellcheck.dll": {}
|
||||
}
|
||||
},
|
||||
"System.Memory/4.5.1": {},
|
||||
"WeCantSpell.Hunspell/3.0.1": {
|
||||
"dependencies": {
|
||||
"System.Memory": "4.5.1"
|
||||
},
|
||||
"runtime": {
|
||||
"lib/netstandard2.0/WeCantSpell.Hunspell.dll": {
|
||||
"assemblyVersion": "3.0.1.0",
|
||||
"fileVersion": "3.0.1.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"libraries": {
|
||||
"spellcheck/1.0.0": {
|
||||
"type": "project",
|
||||
"serviceable": false,
|
||||
"sha512": ""
|
||||
},
|
||||
"System.Memory/4.5.1": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-sDJYJpGtTgx+23Ayu5euxG5mAXWdkDb4+b0rD0Cab0M1oQS9H0HXGPriKcqpXuiJDTV7fTp/d+fMDJmnr6sNvA==",
|
||||
"path": "system.memory/4.5.1",
|
||||
"hashPath": "system.memory.4.5.1.nupkg.sha512"
|
||||
},
|
||||
"WeCantSpell.Hunspell/3.0.1": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-guVwsDstyatfSrF3pcRvBecKAOAHg2/V/kpQlzUEa/09xgsfyMeDzV/W8iFHR5HpzPCOEYsHtRtpWLP+OZAiiw==",
|
||||
"path": "wecantspell.hunspell/3.0.1",
|
||||
"hashPath": "wecantspell.hunspell.3.0.1.nupkg.sha512"
|
||||
}
|
||||
}
|
||||
}
|
||||
BIN
utils/spellcheck/spellcheck.dll
Normal file
BIN
utils/spellcheck/spellcheck.dll
Normal file
Binary file not shown.
BIN
utils/spellcheck/spellcheck.exe
Normal file
BIN
utils/spellcheck/spellcheck.exe
Normal file
Binary file not shown.
BIN
utils/spellcheck/spellcheck.pdb
Normal file
BIN
utils/spellcheck/spellcheck.pdb
Normal file
Binary file not shown.
12
utils/spellcheck/spellcheck.runtimeconfig.json
Normal file
12
utils/spellcheck/spellcheck.runtimeconfig.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"runtimeOptions": {
|
||||
"tfm": "net6.0",
|
||||
"framework": {
|
||||
"name": "Microsoft.NETCore.App",
|
||||
"version": "6.0.0"
|
||||
},
|
||||
"configProperties": {
|
||||
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user