Skip to content

NiTiS-Dev/NiTiS.FileSize

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages