Skip to content

Latest commit

 

History

History
33 lines (28 loc) · 795 Bytes

File metadata and controls

33 lines (28 loc) · 795 Bytes

NiTiS.FileSize

This package provides new types:

  • NiTiS.FileSize
  • NiTiS.FileSizeUnit
  • NiTiS.FileSizeSystem

Installing

Via PackageReference

Append PackageReference node to your C# project file

<Project Sdk="Microsoft.NET.Sdk">
...
	<ItemGroup>
		...
		<!-- Append next line into your project file -->
		<PackageReference Include="NiTiS.FileSize" />
	</ItemGroup>
...
</Project>

Via .NET CLI

dotnet add package NiTiS.FileSize

Contributing

Contributions are welcome! Please read CONTRIBUTING.md before making any contribution to repository.

License

This project licensed under MIT license