Skip to content

Commit

Permalink
Version bump and documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
bencvt committed Aug 30, 2022
1 parent 22e2292 commit a2a8b85
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Parsadox.Parser/Parsadox.Parser.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@

<PropertyGroup>
<PackageId>Parsadox</PackageId>
<Version>1.0.1-rc4</Version>
<Version>1.0.1</Version>
<AssemblyVersion>1.0.1.0</AssemblyVersion>
<FileVersion>$(AssemblyVersion)</FileVersion>
<Authors>bencvt</Authors>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/bencvt/Parsadox</PackageProjectUrl>
<RepositoryUrl>https://github.com/bencvt/Parsadox</RepositoryUrl>
<Description>Parse files from Paradox Interactive grand strategy games: CK3, EU4, HOI4, and more</Description>
<Description>Work with files from Paradox Interactive grand strategy games: CK3, EU4, HOI4, and more</Description>
<PackageTags>paradox-interactive;crusader-kings-2;crusader-kings-3;europa-universalis-4;hearts-of-iron-4;imperator-rome;stellaris;victoria-2;ck2;ck3;eu4;hoi4;ironman</PackageTags>
<PackageIcon>parsadox-128.png</PackageIcon>
</PropertyGroup>
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![NuGet](https://img.shields.io/nuget/v/Parsadox.svg?logo=nuget)](https://www.nuget.org/packages/Parsadox) ![ci](https://img.shields.io/github/workflow/status/bencvt/Parsadox/ci?logo=github)

**Parsadox** is an open-source .NET library to parse save game files from Paradox Interactive grand strategy games.
**Parsadox** is an open-source .NET library to work with files from Paradox Interactive grand strategy games.

Supported games:
* Crusader Kings II
Expand Down Expand Up @@ -30,3 +30,7 @@ if (stress.HasValue)
player["alive_data"]["stress"].Value.AsDecimal -= 25;
saveGame.DisableIronman().WriteFile("my_game_modified.ck3");
```

# Legal notice

Parsadox is a community project unaffiliated with Paradox Interactive.

0 comments on commit a2a8b85

Please sign in to comment.