add docs
This commit is contained in:
parent
0cb819acf0
commit
67ff51521b
2 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
<TargetFramework>net8.0</TargetFramework>
|
<TargetFramework>net8.0</TargetFramework>
|
||||||
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
||||||
<PackageId>Pentole</PackageId>
|
<PackageId>Pentole</PackageId>
|
||||||
<Version>0.0.4</Version>
|
<Version>0.0.5</Version>
|
||||||
<Authors>Francesco Mecca</Authors>
|
<Authors>Francesco Mecca</Authors>
|
||||||
<Company>Bugless24</Company>
|
<Company>Bugless24</Company>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
/// Datatypes for Bits, Bytes and IEC related units of measurements
|
||||||
module Pentole.BinaryPrefix
|
module Pentole.BinaryPrefix
|
||||||
|
|
||||||
type IECBit =
|
type IECBit =
|
||||||
|
|
Loading…
Reference in a new issue