XmlTools.Console
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 XmlTools.Console --version 0.3.1
NuGet\Install-Package XmlTools.Console -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="XmlTools.Console" Version="0.3.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="XmlTools.Console" Version="0.3.1" />
<PackageReference Include="XmlTools.Console" />
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 XmlTools.Console --version 0.3.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: XmlTools.Console, 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.
#:package XmlTools.Console@0.3.1
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=XmlTools.Console&version=0.3.1
#tool nuget:?package=XmlTools.Console&version=0.3.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
XmlTools
There are no supported framework assets in this package.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
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.9.0 | 556 | 11/13/2021 |
0.8.1 | 461 | 4/12/2021 |
0.8.0 | 448 | 4/2/2021 |
0.7.0 | 606 | 4/27/2020 |
0.6.5 | 671 | 3/2/2020 |
0.6.4 | 610 | 3/2/2020 |
0.6.3 | 683 | 3/1/2020 |
0.6.2 | 678 | 9/11/2019 |
0.6.1 | 767 | 3/17/2019 |
0.6.0 | 813 | 12/28/2018 |
0.5.1 | 923 | 9/18/2018 |
0.5.0 | 955 | 9/18/2018 |
0.4.1 | 923 | 8/31/2018 |
0.4.0 | 911 | 8/28/2018 |
0.3.1 | 896 | 8/27/2018 |
0.3.0 | 913 | 8/27/2018 |
0.2.0 | 936 | 8/23/2018 |
## v0.3.1
- Fix comment style in generated code
## v0.3.0:
- Add feature to repair or remove invalid Xml date elements
## v0.2.0
- Add `GroupFlattener`
## v0.1.2
- Fix bug where attributes could not be corrected when they had wrong casing
## v0.1.1
- Fixes duplicate enumeration values and disables compiler warning about missing Xml comments for the generated class
## v0.1.0
- Initial Release