Skip to content

Commit

Permalink
Updated to v1.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikelChan committed Sep 1, 2021
1 parent 6a0e83a commit ea2b6b4
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions AFSLib/AFSLib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,21 @@
<TargetFramework>netstandard2.0</TargetFramework>
<Authors>MaikelChan</Authors>
<Description>AFSLib is a library that can extract, create and manipulate AFS files. The AFS format is used in many games from companies like Sega.</Description>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<FileVersion>1.0.0.0</FileVersion>
<Version>1.0.0</Version>
<AssemblyVersion>1.0.1.0</AssemblyVersion>
<FileVersion>1.0.1.0</FileVersion>
<Version>1.0.1</Version>
<Company />
<PackageProjectUrl>https://github.com/MaikelChan/AFSLib</PackageProjectUrl>
<RepositoryUrl>https://github.com/MaikelChan/AFSLib</RepositoryUrl>
<PackageTags>games, game, packer, unpacker, romhacking, rom, afs, afs-archive</PackageTags>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<PackageId>MaikelChan.AFSLib</PackageId>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReleaseNotes>## [1.0.1] - 2021-09-01
### Added
- Be able to add an entry from a Stream to an AFS file.
### Fixed
- Fixed an exception message.</PackageReleaseNotes>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
Expand Down

0 comments on commit ea2b6b4

Please sign in to comment.