Skip to content

Commit f9597a5

Browse files
committed
bump version number
1 parent c2c75a2 commit f9597a5

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

CathodeLib/CathodeLib.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
<Authors>Matt Filer</Authors>
1111
<Description>Provides support for parsing and writing common Alien: Isolation formats from the Cathode engine.</Description>
1212
<Copyright>Matt Filer 2025</Copyright>
13-
<Version>0.9.1</Version>
13+
<Version>0.10.0</Version>
1414
<OutputType>Library</OutputType>
15-
<AssemblyVersion>0.9.1.0</AssemblyVersion>
16-
<FileVersion>0.9.1.0</FileVersion>
15+
<AssemblyVersion>0.10.0.0</AssemblyVersion>
16+
<FileVersion>0.10.0.0</FileVersion>
1717
<AllowUnsafeBlocks>False</AllowUnsafeBlocks>
1818
<PackageReadmeFile>README.md</PackageReadmeFile>
1919
<PackageTags>alien, modding, alien isolation, mod tool, file utility</PackageTags>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Note: in debug mode the parsers will all fail hard, however in release mode all
9898
- `CATHODE.SoundLoadZones` handles level `WORLD/SOUNDLOADZONES.DAT` files
9999
- This specifies all soundbanks that are used within the level
100100
- `CATHODE.SoundNodeNetwork` handles level `WORLD/SOUNDNODENETWORK.DAT` files
101-
- This defines the layout of the sound node network within the level, used for sound propagation (WIP)
101+
- This defines the layout of the sound node network within the level, used for sound propagation
102102
- `CATHODE.TextDB` handles `*.TXT` files within `TEXT` directories
103103
- This defines a database of subtitles, which are saved per language
104104
- `CATHODE.Textures` handles level `WORLD/LEVEL_TEXTURES.ALL.PAK` & `LEVEL_TEXTURE_HEADERS.ALL.BIN` files

0 commit comments

Comments
 (0)