GitBrowser
Out-GridTree
79ff0ff/dotnet-tools.json
Name Message Date
📁 OutGridTree Initialize PowerShell Project 7 hours ago
📄 .editorconfig Initialize PowerShell Project 7 hours ago
📄 .gitignore Initialize PowerShell Project 7 hours ago
📄 Directory.Build.props Initialize PowerShell Project 7 hours ago
📄 Directory.Packages.props Initialize PowerShell Project 7 hours ago
📄 dotnet-tools.json Initialize PowerShell Project 7 hours ago
📄 global.json Initialize PowerShell Project 7 hours ago
📄 LICENSE Initialize PowerShell Project 7 hours ago
📄 Out-GridTree.slnx Initialize PowerShell Project 7 hours ago
📄 README.md Initialize PowerShell Project 7 hours 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.2.6",
      "commands": [
        "csharpier"
      ],
      "rollForward": false
    }
  }
}