GitBrowser
JsonLdRecipeParser
af7adb6/dotnet-tools.json
Name Message Date
📁 src Prepare for package publish 22 days ago
📁 test Parsing to domain recipe 1 month ago
📄 .editorconfig Initialize project 1 month ago
📄 .gitignore Initialize project 1 month ago
📄 Directory.Build.props Deserialize Thing JSON 1 month ago
📄 Directory.Packages.props Deserialize Thing JSON 1 month ago
📄 dotnet-tools.json Initialize project 1 month ago
📄 global.json Update to .NET 11 preview 6 23 days ago
📄 JsonLdRecipeParser.slnx Update to .NET 11 preview 6 23 days ago
📄 LICENSE Prepare for package publish 22 days ago
📄 README.md Add "documentation" 1 month ago
📄 dotnet-tools.json
1 2 3 4 5 6 7 8 9 10 11 12 13
{
  "version": 1,
  "isRoot": true,
  "tools": {
    "csharpier": {
      "version": "1.3.0",
      "commands": [
        "csharpier"
      ],
      "rollForward": false
    }
  }
}