We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d165629 commit a0804c6Copy full SHA for a0804c6
README.md
@@ -33,11 +33,11 @@ Install-Package Hexa.NET.DirectXTex
33
```
34
Or add it to your .csproj file:
35
```xml
36
-<PackageReference Include="Hexa.NET.DirectXTex" Version="1.0.2" />
+<PackageReference Include="Hexa.NET.DirectXTex" Version="2.0.0" />
37
38
A standalone version is also available (without depending on Silk)
39
40
-<PackageReference Include="Hexa.NET.DirectXTex.Standalone" Version="1.0.1" />
+<PackageReference Include="Hexa.NET.DirectXTex.Standalone" Version="2.0.0" />
41
42
43
## Usage
0 commit comments