WithoutHaste.DataFiles 1.0.0

Requires NuGet 2.0 or higher.

dotnet add package WithoutHaste.DataFiles --version 1.0.0
NuGet\Install-Package WithoutHaste.DataFiles -Version 1.0.0
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="WithoutHaste.DataFiles" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WithoutHaste.DataFiles --version 1.0.0
#r "nuget: WithoutHaste.DataFiles, 1.0.0"
#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.
// Install WithoutHaste.DataFiles as a Cake Addin
#addin nuget:?package=WithoutHaste.DataFiles&version=1.0.0

// Install WithoutHaste.DataFiles as a Cake Tool
#tool nuget:?package=WithoutHaste.DataFiles&version=1.0.0

Primarily created to support EarlyDocs (https://packages.nuget.org/packages/EarlyDocs/).  

Included namespaces:  
+ WithoutHaste.DataFiles.DotNet: pull comments and object structure from .Net project/library.  
+ WithoutHaste.DataFiles.Markdown: generate Markdown files.  

See full documentation on GitHub (https://github.com/WithoutHaste/WithoutHaste.DataFiles).

Product Compatible and additional computed target framework versions.
.NET Framework net20 is compatible.  net30 is compatible.  net35 is compatible.  net40 is compatible.  net403 was computed.  net45 is compatible.  net451 is compatible.  net452 is compatible.  net46 is compatible.  net461 is compatible.  net462 is compatible.  net463 was computed.  net47 is compatible.  net471 is compatible.  net472 is compatible.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 2.0

  • .NETFramework 3.0

  • .NETFramework 3.5

    • No dependencies.
  • .NETFramework 4.0

    • No dependencies.
  • .NETFramework 4.5

    • No dependencies.
  • .NETFramework 4.5.1

    • No dependencies.
  • .NETFramework 4.5.2

    • No dependencies.
  • .NETFramework 4.6

    • No dependencies.
  • .NETFramework 4.6.1

    • No dependencies.
  • .NETFramework 4.6.2

    • No dependencies.
  • .NETFramework 4.7

    • No dependencies.
  • .NETFramework 4.7.1

    • No dependencies.
  • .NETFramework 4.7.2

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on WithoutHaste.DataFiles:

Package Downloads
EarlyDocs

EarlyDocs generates Markdown documentation for your .Net library. Install the NuGet package to insert EarlyDocs into your build process. It will run after your project build is complete. Errors in EarlyDocs will not affect your build. Summary: + Loads documentation from your Project.dll and Project.XML files. + Generates one Markdown documentation page for each Type in your project. + Generates one global Table of Contents per project and one detailed Table of Contents per namespace. + All Markdown files are inter-linked. + Everything is saved to one "documentation" directory. See full documentation on Github (https://github.com/WithoutHaste/EarlyDocs).

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0 661 4/3/2019
1.0.0-alpha4 407 4/2/2019
1.0.0-alpha3 420 4/1/2019
1.0.0-alpha2 410 3/29/2019
1.0.0-alpha 419 3/26/2019

Initial Release:  
+ Support for parsing Visual Studio XML documentation files.  
+ Support for parsing .Net assembly information.  
+ Support for creating Markdown files.  
+ Multi-targeted to all .Net Frameworks from 2.0 through 4.7.2.