Releases: Phault/dprint-plugin-csharpier
Releases · Phault/dprint-plugin-csharpier
0.2.2
Changes
- Add a config schema
Install
In a dprint configuration file:
- Specify the plugin url and checksum in the
"plugins"
array or rundprint config add csharpier
.{ // etc... "plugins": [ "https://plugins.dprint.dev/Phault/csharpier-0.2.2.json@7ee18eb6f024b77dbba765af61bc5024fc699814797f909715820fd8eeab4ca5" ] }
- Add a "csharpier" configuration property if desired.
{ // ...etc... "csharpier": { "printWidth": 100 } }
0.2.1
Changes
- Fix invalid update url
- Update to latest release
Install
In a dprint configuration file:
- Specify the plugin url and checksum in the
"plugins"
array or rundprint config add csharpier
.{ // etc... "plugins": [ "https://plugins.dprint.dev/Phault/csharpier-0.2.1.json@9d3c48c119751a18fff8518a093fb8cc180f41d556cc88ca14bdb8e49fff745c" ] }
- Add a "csharpier" configuration property if desired.
{ // ...etc... "csharpier": { "printWidth": 100 } }
0.2.0
Changes
- Add self to dprint plugins and run formatter
- Add the missing options which are now exposed by csharpier
- Release v0.2.0
- Update mention of supported options in README
Install
In a dprint configuration file:
- Specify the plugin url and checksum in the
"plugins"
array or rundprint config add csharpier
.{ // etc... "plugins": [ "https://plugins.dprint.dev/Phault/csharpier-0.2.0.json@ea6c82022f7fcfbadcebb8c9be5ec4a7e4f81d45379fa6287909e032d8f4d207" ] }
- Add a "csharpier" configuration property if desired.
{ // ...etc... "csharpier": { "printWidth": 100 } }
0.1.1
Changes
- Bump to v0.1.1
- Remove user-specific DotSettings
- Switch to the macos-14 (m1) runner, so the mac versions get codesigned
- Update to latest proto dotnet plugin
Install
In a dprint configuration file:
- Specify the plugin url and checksum in the
"plugins"
array or rundprint config add csharpier
.{ // etc... "plugins": [ "https://plugins.dprint.dev/Phault/csharpier-0.1.1.json@c58a089d611865cb84bbd1a2c4d5985d7e5f02fd64973110a88b22d463d12a6b" ] }
- Add a "csharpier" configuration property if desired.
{ // ...etc... "csharpier": { "printWidth": 100 } }
0.1.0
Changes
First release! 🎉
Install
In a dprint configuration file:
- Specify the plugin url and checksum in the
"plugins"
array or rundprint config add csharpier
.{ // etc... "plugins": [ "https://plugins.dprint.dev/Phault/csharpier-0.1.0.json@52b3825b83cd12a15fb055309fdb704e9a7f91b1e46e8e9c91a5ad3425ce1f83" ] }
- Add a "csharpier" configuration property if desired.
{ // ...etc... "csharpier": { "printWidth": 100 } }