The prior `///` F# documentation blocks were not rendering in IDEs, and parameters were not documented. This change adds complete XML documentation to all (but `Compat`) classes, methods, and functions. Reviewed-on: #10
23 lines
1.1 KiB
XML
23 lines
1.1 KiB
XML
<Project>
|
|
<PropertyGroup>
|
|
<TargetFrameworks>net8.0;net9.0</TargetFrameworks>
|
|
<DebugType>embedded</DebugType>
|
|
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
|
<AssemblyVersion>4.0.1.0</AssemblyVersion>
|
|
<FileVersion>4.0.1.0</FileVersion>
|
|
<VersionPrefix>4.0.1</VersionPrefix>
|
|
<PackageReleaseNotes>From v4.0: Add XML documention (IDE support)
|
|
From v3.1: See 4.0 release for breaking changes and compatibility</PackageReleaseNotes>
|
|
<Authors>danieljsummers</Authors>
|
|
<Company>Bit Badger Solutions</Company>
|
|
<PackageReadmeFile>README.md</PackageReadmeFile>
|
|
<PackageIcon>icon.png</PackageIcon>
|
|
<PackageProjectUrl>https://bitbadger.solutions/open-source/relational-documents/</PackageProjectUrl>
|
|
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
|
|
<RepositoryUrl>https://git.bitbadger.solutions/bit-badger/BitBadger.Documents</RepositoryUrl>
|
|
<RepositoryType>Git</RepositoryType>
|
|
<Copyright>MIT License</Copyright>
|
|
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
|
</PropertyGroup>
|
|
</Project>
|