Skip to content

Commit 368592d

Browse files
committed
Bump package to next version
1 parent d2a9cd9 commit 368592d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

RELEASE_NOTES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 0.10.2 - December 14th 2021
2+
3+
- Add initial support for b8g8r8x8 encoded DDS images
4+
15
### 0.10.1 - July 8th 2021
26

37
- Add more support for TGA images with dimensions that require stride padding

src/Pfim/Pfim.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
<Major>0</Major>
1919
<Minor>10</Minor>
20-
<Revision>1</Revision>
20+
<Revision>2</Revision>
2121
<AssemblyVersion>$(Major).$(Minor).$(Revision)</AssemblyVersion>
2222
<AssemblyFileVersion>$(Major).$(Minor).$(Revision)</AssemblyFileVersion>
2323
<InformationalVersion>$(Major).$(Minor).$(Revision)</InformationalVersion>

0 commit comments

Comments
 (0)