Skip to content

Commit 63eb316

Browse files
committed
update version number and readme
1 parent ac2351c commit 63eb316

2 files changed

Lines changed: 11 additions & 4 deletions

File tree

CathodeLib/CathodeLib.csproj

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,14 @@
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.8.0</Version>
13+
<Version>0.8.1</Version>
1414
<OutputType>Library</OutputType>
15-
<AssemblyVersion>0.7.8.0</AssemblyVersion>
16-
<FileVersion>0.7.8.0</FileVersion>
15+
<AssemblyVersion>0.7.8.1</AssemblyVersion>
16+
<FileVersion>0.7.8.1</FileVersion>
1717
<AllowUnsafeBlocks>False</AllowUnsafeBlocks>
18+
<PackageReadmeFile>README.md</PackageReadmeFile>
19+
<PackageTags>alien, modding, alien isolation, mod tool, file utility</PackageTags>
20+
<Title>CathodeLib</Title>
1821
</PropertyGroup>
1922

2023
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
@@ -33,6 +36,10 @@
3336
<Pack>True</Pack>
3437
<PackagePath></PackagePath>
3538
</None>
39+
<None Include="..\README.md">
40+
<Pack>True</Pack>
41+
<PackagePath>\</PackagePath>
42+
</None>
3643
</ItemGroup>
3744

3845
<ItemGroup>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Check out a full overview of the Commands structure [on the Wiki](https://github
6969
- Get/set content as an `XmlDocument` via `BML.Content`
7070

7171
## For saves:
72-
- `CATHODE.ProgressionSave` handles `PROGRESSION.AIS` files
72+
- `CATHODE.EXPERIMENTAL.ProgressionSave` handles `PROGRESSION.AIS` files
7373
- `CATHODE.EXPERIMENTAL.MissionSave` handles `*.AIS` files (experimental)
7474

7575
---

0 commit comments

Comments
 (0)