Skip to content

Releases: Phault/dprint-plugin-csharpier

0.2.2

24 Feb 12:46
Compare
Choose a tag to compare

Changes

  • Add a config schema

Install

In a dprint configuration file:

  1. Specify the plugin url and checksum in the "plugins" array or run dprint config add csharpier.
    {
      // etc...
      "plugins": [
        "https://plugins.dprint.dev/Phault/csharpier-0.2.2.json@7ee18eb6f024b77dbba765af61bc5024fc699814797f909715820fd8eeab4ca5"
      ]
    }
  2. Add a "csharpier" configuration property if desired.
    {
      // ...etc...
      "csharpier": {
        "printWidth": 100
      }
    }

0.2.1

24 Feb 11:48
Compare
Choose a tag to compare

Changes

  • Fix invalid update url
  • Update to latest release

Install

In a dprint configuration file:

  1. Specify the plugin url and checksum in the "plugins" array or run dprint config add csharpier.
    {
      // etc...
      "plugins": [
        "https://plugins.dprint.dev/Phault/csharpier-0.2.1.json@9d3c48c119751a18fff8518a093fb8cc180f41d556cc88ca14bdb8e49fff745c"
      ]
    }
  2. Add a "csharpier" configuration property if desired.
    {
      // ...etc...
      "csharpier": {
        "printWidth": 100
      }
    }

0.2.0

20 Feb 17:50
Compare
Choose a tag to compare

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:

  1. Specify the plugin url and checksum in the "plugins" array or run dprint config add csharpier.
    {
      // etc...
      "plugins": [
        "https://plugins.dprint.dev/Phault/csharpier-0.2.0.json@ea6c82022f7fcfbadcebb8c9be5ec4a7e4f81d45379fa6287909e032d8f4d207"
      ]
    }
  2. Add a "csharpier" configuration property if desired.
    {
      // ...etc...
      "csharpier": {
        "printWidth": 100
      }
    }

0.1.1

15 Feb 20:43
Compare
Choose a tag to compare

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:

  1. Specify the plugin url and checksum in the "plugins" array or run dprint config add csharpier.
    {
      // etc...
      "plugins": [
        "https://plugins.dprint.dev/Phault/csharpier-0.1.1.json@c58a089d611865cb84bbd1a2c4d5985d7e5f02fd64973110a88b22d463d12a6b"
      ]
    }
  2. Add a "csharpier" configuration property if desired.
    {
      // ...etc...
      "csharpier": {
        "printWidth": 100
      }
    }

0.1.0

11 Feb 13:26
Compare
Choose a tag to compare

Changes

First release! 🎉

Install

In a dprint configuration file:

  1. Specify the plugin url and checksum in the "plugins" array or run dprint config add csharpier.
    {
      // etc...
      "plugins": [
        "https://plugins.dprint.dev/Phault/csharpier-0.1.0.json@52b3825b83cd12a15fb055309fdb704e9a7f91b1e46e8e9c91a5ad3425ce1f83"
      ]
    }
  2. Add a "csharpier" configuration property if desired.
    {
      // ...etc...
      "csharpier": {
        "printWidth": 100
      }
    }