Skip to content

Commit

Permalink
Fixed regression: now it's able to handle AFS files with invalid dates.
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikelChan committed Oct 26, 2021
1 parent 37a014a commit ac6aa3e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion AFSLib
4 changes: 2 additions & 2 deletions AFSPacker/AFSPacker.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<PublishSingleFile>true</PublishSingleFile>
<SelfContained>false</SelfContained>
<Version>2.1.0</Version>
<Version>2.1.1</Version>
<Authors>MaikelChan / PacoChan</Authors>
<Company>MaikelChan / PacoChan</Company>
<Description>Tool to extract and create AFS files.</Description>
<AssemblyVersion>2.1.0.0</AssemblyVersion>
<AssemblyVersion>2.1.1.0</AssemblyVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.1.1] - 2021-10-26
### Fixed
- Fixed regression: now it's able to handle AFS files with invalid dates.

## [2.1.0] - 2021-09-06
### Added
- Entry block alignment is now configurable.
Expand Down

0 comments on commit ac6aa3e

Please sign in to comment.