wabbajack/Compression.BSA
dependabot-preview[bot] ddc57c6731
Bump System.Text.Encoding.CodePages from 4.7.0 to 4.7.1
Bumps [System.Text.Encoding.CodePages](https://github.com/dotnet/corefx) from 4.7.0 to 4.7.1.
- [Release notes](https://github.com/dotnet/corefx/releases)
- [Commits](https://github.com/dotnet/corefx/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-13 07:12:47 +00:00
..
BA2Builder.cs Also encode BA2 filenames with UTF8 2020-05-11 08:32:29 -06:00
BA2Reader.cs BA2 file names should be in UTF8 2020-05-11 07:20:09 -06:00
BSABuilder.cs Bunch of small server-side fixes, LZ4 compression speed, and better list validation 2020-04-29 06:26:44 -06:00
BSADispatch.cs Allow any file with the correct BSA headers to be extracted with the BSA extractor. 2020-05-11 06:52:23 -06:00
BSAReader.cs Debug code and fixes for BA2 duplicate file bug 2020-05-02 14:15:36 -06:00
Compression.BSA.csproj Bump System.Text.Encoding.CodePages from 4.7.0 to 4.7.1 2020-05-13 07:12:47 +00:00
DDS.cs Compiles, working through the tests 2019-11-15 17:01:37 -07:00
IBSAReader.cs Debug code and fixes for BA2 duplicate file bug 2020-05-02 14:15:36 -06:00
Readme.md Created READMEs for most projects 2019-11-21 15:11:08 +01:00
TES3Builder.cs BSA building is now async, status updates during compression 2020-04-20 15:36:33 -06:00
TES3Reader.cs Debug code and fixes for BA2 duplicate file bug 2020-05-02 14:15:36 -06:00
Utils.cs BSA building is now async, status updates during compression 2020-04-20 15:36:33 -06:00

Compression.BSA

BSA Compression gets it's own project to remove cluttering.