We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 376f2bb commit 6b45179Copy full SHA for 6b45179
RELEASE_NOTES.md
@@ -1,3 +1,7 @@
1
+### 0.11.1 - August 17th 2022
2
+
3
+- Fix targa and dds decoding from publicly visible memory streams
4
5
### 0.11.0 - August 16th 2022
6
7
**Breaking Changes**
src/Pfim/Pfim.csproj
@@ -20,7 +20,7 @@
20
21
<Major>0</Major>
22
<Minor>11</Minor>
23
- <Revision>0</Revision>
+ <Revision>1</Revision>
24
<AssemblyVersion>$(Major).$(Minor).$(Revision)</AssemblyVersion>
25
<AssemblyFileVersion>$(Major).$(Minor).$(Revision)</AssemblyFileVersion>
26
<InformationalVersion>$(Major).$(Minor).$(Revision)</InformationalVersion>
0 commit comments