Skip to content

Commit 9186903

Browse files
committed
Version 2.1.0
1 parent 8027552 commit 9186903

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

BCnEnc.Net/BCnEncoder.csproj

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
<PackageLicenseExpression>MIT OR Unlicense</PackageLicenseExpression>
1313
<Copyright />
1414
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
15-
<Version>2.0.3</Version>
15+
<Version>2.1.0</Version>
1616
<Authors>Nominom</Authors>
1717
<Company />
1818
<Product>BCnEncoder.Net</Product>
19-
<Description>BCnEncoder.NET is a library for compressing rgba images to different block-compressed formats. Both ktx and dds output formats are supported. It has no native dependencies and is .NET Standard 2.1 compatible.
19+
<Description>BCnEncoder.NET is a library for compressing rgba images to different block-compressed formats. Both ktx and dds output file-formats are supported. It has no native dependencies and is .NET Standard 2.1 compatible.
2020

2121
Supported formats are:
2222
Raw unsigned byte R, RG, RGB and RGBA formats
@@ -25,15 +25,16 @@ Supported formats are:
2525
BC3 (S3TC DXT5)
2626
BC4 (RGTC1)
2727
BC5 (RGTC2)
28+
BC6 (BPTC-FLOAT)
2829
BC7 (BPTC)</Description>
2930
<PackageId>BCnEncoder.Net</PackageId>
3031
<RepositoryUrl>https://github.com/Nominom/BCnEncoder.NET</RepositoryUrl>
3132
<RepositoryType>git</RepositoryType>
32-
<PackageTags>BCn BC BC1 BC2 BC3 BC4 BC5 BC7 BPTC RGTC S3TC DXT1 DXT3 DXT5 ktx dds texture compression encoding decoding decompression image gpu</PackageTags>
33+
<PackageTags>BCn BC BC1 BC2 BC3 BC4 BC5 BC6 BC6H BC7 BPTC RGTC S3TC DXT1 DXT3 DXT5 ktx dds texture compression encoding decoding decompression image gpu</PackageTags>
3334
<PackageProjectUrl>https://github.com/Nominom/BCnEncoder.NET</PackageProjectUrl>
3435
<PackageReleaseNotes>2.0.0 - Removed ImageSharp dependency, added async api methods, added ATC and BGRA support, added new raw api methods, improved dds file handling and fixed some bugs. See the github page for more information about 2.0.
3536

36-
2.0.3 - Updated Microsoft high performance toolkit version</PackageReleaseNotes>
37+
2.1.0 - BC6H Support</PackageReleaseNotes>
3738
</PropertyGroup>
3839

3940
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">

0 commit comments

Comments
 (0)