Ryan C. Gordon 468edd80eb Removed unused variable in extras/ignorecase.c ... 9 lat temu
..
README-CSharp.txt cec3dad0aa Replaced PhysFS.NET with a README pointing to more modern C# bindings. 10 lat temu
abs-file.h 8641e4e7ef Changed PHYSFS_file to PHYSFS_File to match rest of API's naming 21 lat temu
casefolding.txt 607d39a1d3 Bunch of work on Unicode...added case-folding stricmp, removed 19 lat temu
globbing.c 595ac1da39 Cleaned up returns that look like function calls for my updated coding style. 16 lat temu
globbing.h 9d1ef087a9 Put some include-once and extern "C" blocks in the extras' headers. 14 lat temu
ignorecase.c 468edd80eb Removed unused variable in extras/ignorecase.c ... 9 lat temu
ignorecase.h e05d1acc76 Removed one more rude thing from the comments. :/ 9 lat temu
makecasefoldhashtable.pl 32d4f4541e HTTPS all the things. 10 lat temu
physfs-swig.i 24d6a925d1 Added PHYSFS_getPrefDir(). 14 lat temu
physfs.pc.in 6d9923706d Added pkg-config support (thanks, Jonas!). 12 lat temu
physfshttpd.c c2c1ba9cc5 Fixed some C++-style one-line comments in C code. 16 lat temu
physfsrwops.c 32d4f4541e HTTPS all the things. 10 lat temu
physfsrwops.h 32d4f4541e HTTPS all the things. 10 lat temu
physfsunpack.c a8de53670d Added a simple unpacker example. 19 lat temu
selfextract.c 595ac1da39 Cleaned up returns that look like function calls for my updated coding style. 16 lat temu
uninstall.sh 8ce71e5924 Added uninstall target for Unix platforms. 16 lat temu

README-CSharp.txt

There used to be C# bindings in this directory, but they have been
unmaintained for many years.

Instead, there is a more modern PhysicsFS wrapper for .NET available.

You can find it at https://github.com/frabert/SharpPhysFS

Thanks to Francesco Bertolaccini for his efforts on that project!

--ryan.