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 e5c338c commit a69286bCopy full SHA for a69286b
RELEASE_NOTES.md
@@ -1,3 +1,7 @@
1
+### 0.10.3 - January 1st 2022
2
+
3
+- Add support for B5G5R5A1_UNORM encoded DDS images
4
5
### 0.10.2 - December 14th 2021
6
7
- Add initial support for b8g8r8x8 encoded DDS images
src/Pfim/Pfim.csproj
@@ -17,7 +17,7 @@
17
18
<Major>0</Major>
19
<Minor>10</Minor>
20
- <Revision>2</Revision>
+ <Revision>3</Revision>
21
<AssemblyVersion>$(Major).$(Minor).$(Revision)</AssemblyVersion>
22
<AssemblyFileVersion>$(Major).$(Minor).$(Revision)</AssemblyFileVersion>
23
<InformationalVersion>$(Major).$(Minor).$(Revision)</InformationalVersion>
0 commit comments