KageKirin.XmlFormat
0.3.1
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package KageKirin.XmlFormat --version 0.3.1
NuGet\Install-Package KageKirin.XmlFormat -Version 0.3.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="KageKirin.XmlFormat" Version="0.3.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="KageKirin.XmlFormat" Version="0.3.1" />
<PackageReference Include="KageKirin.XmlFormat" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add KageKirin.XmlFormat --version 0.3.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: KageKirin.XmlFormat, 0.3.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=KageKirin.XmlFormat&version=0.3.1
#tool nuget:?package=KageKirin.XmlFormat&version=0.3.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
<img src="icon.svg" alt="xml format icon" height="200" width="200" align="right" />
XmlFormat, aka xf
XmlFormat (project name), aka xf
(command name)
is a simple and straightforward XML formatter
written in C#.
⚡ Getting Started
🔧 Installation
dotnet tool install -g XmlFormat
This will make xf
available on the commandline.
Print an XML file after formatting
xf <file.xml>
or
cat <file.xml> | xf
Format an XML file and write the result back
xf --inline <file.xml>
Format many XML files
xf --inline *.xml
xf --inline `fd xml$`
fd xml$ -x xf {}
🔨 Build the Project
dotnet build
▶ Settings
The configuration file for xf
is, unironically,
a TOML file in the current directory from which the tool is run,
called .xmlformat
.
🤝 Collaborate with My Project
Please refer to COLLABORATION.md.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net9.0
- KageKirin.XmlFormat.SAX (>= 0.3.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.4.5 | 203 | 6/9/2025 |
0.4.4 | 205 | 6/9/2025 |
0.4.3 | 202 | 6/9/2025 |
0.4.2 | 104 | 6/6/2025 |
0.4.1 | 115 | 6/6/2025 |
0.4.0 | 119 | 6/6/2025 |
0.3.13 | 118 | 6/6/2025 |
0.3.12 | 118 | 6/6/2025 |
0.3.11 | 121 | 6/5/2025 |
0.3.10 | 120 | 6/5/2025 |
0.3.9 | 120 | 6/5/2025 |
0.3.8 | 118 | 6/4/2025 |
0.3.7 | 120 | 6/4/2025 |
0.3.6 | 125 | 6/4/2025 |
0.3.5 | 122 | 6/4/2025 |
0.3.4 | 124 | 6/4/2025 |
0.3.3 | 122 | 6/4/2025 |
0.3.2 | 124 | 6/3/2025 |
0.3.1 | 122 | 6/3/2025 |
0.3.0 | 126 | 5/28/2025 |
0.2.7 | 128 | 5/28/2025 |
0.2.6 | 131 | 5/26/2025 |
0.2.5 | 127 | 5/26/2025 |
0.2.4 | 113 | 5/23/2025 |
0.2.3 | 132 | 5/22/2025 |
0.2.2 | 133 | 5/21/2025 |
0.2.1 | 131 | 5/20/2025 |
0.2.0 | 129 | 5/20/2025 |
0.1.2 | 129 | 5/20/2025 |
0.1.1 | 127 | 5/20/2025 |
0.1.0 | 134 | 5/20/2025 |
0.0.19 | 131 | 5/20/2025 |
0.0.18 | 129 | 5/20/2025 |
0.0.17 | 132 | 5/19/2025 |
0.0.16 | 137 | 5/19/2025 |
0.0.15 | 135 | 5/19/2025 |
0.0.14 | 134 | 5/19/2025 |
0.0.13 | 132 | 5/19/2025 |
0.0.12 | 131 | 5/19/2025 |
0.0.11 | 218 | 5/14/2025 |
0.0.10 | 219 | 5/14/2025 |
0.0.9 | 215 | 5/14/2025 |
0.0.8 | 216 | 5/14/2025 |
0.0.7 | 214 | 5/14/2025 |
0.0.6 | 218 | 5/14/2025 |
CHANGELOG.md