Skip to content

Commit 4faaf3d

Browse files
committed
Add notes to README
1 parent 89dea30 commit 4faaf3d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

BurnOutSharp.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ EndProject
1010
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{68D10531-99CB-40B1-8912-73FA286C9433}"
1111
ProjectSection(SolutionItems) = preProject
1212
appveyor.yml = appveyor.yml
13+
Coding Guide.md = Coding Guide.md
1314
LICENSE = LICENSE
1415
Developer Guide.md = Developer Guide.md
1516
README.md = README.md

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ In addition to the original BurnOut code, the following libraries (or ports ther
1414
- [StormLibSharp](https://github.com/robpaveza/stormlibsharp) - MPQ extraction
1515
- [UnshieldSharp](https://github.com/mnadareski/UnshieldSharp) - InstallShield CAB extraction
1616
- [WiseUnpacker](https://github.com/mnadareski/WiseUnpacker) - Wise Installer extraction
17-
- [WixToolset.Dtf](https://github.com/wixtoolset/Dtf) - Microsoft CAB extraction
17+
- [WixToolset.Dtf](https://github.com/wixtoolset/Dtf) - Microsoft CAB extraction [Unused in .NET 6.0 builds]
1818

1919
Please note that due to current library limitations, the functionality of StormLibSharp is locked to Windows only.
2020

@@ -167,7 +167,7 @@ Below is a list of archive or archive-like formats that can be extracted and hav
167167
- GZIP
168168
- InstallShield Archive V3 (Z)
169169
- InstallShield CAB
170-
- Microsoft CAB
170+
- Microsoft CAB [.NET Standard 2.0 only]
171171
- MPQ
172172
- Microsoft Installer (MSI)
173173
- PKZIP and derived files

0 commit comments

Comments
 (0)