Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nickdu088 authored Aug 11, 2024
1 parent e5c987c commit 0af9542
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ I port the lwext4 backbone over to MSVC compiler (Visual Studio 2019), and creat
SharpExt4 is a clr wrapper of lwext4 to provide modem .Net application access. The SharpExt4 borrows the [DiscUtils](https://github.com/DiscUtils/DiscUtils) class concept and creates a friendly interface for .Net

## Compile
#### Visual Studio 2019 C/C++ (It can be simply modified to be compiled in Visual Studio 2013)
#### .Net Framework 4.5
#### .Net Core 3.1 .Net 5
#### Visual Studio 2022 C/C++ (It can be simply modified to be compiled in Visual Studio 2013 and Visual Studio 2019)
#### .Net Framework 4.8
#### .Net Core 3.1
#### .Net 6

## How to use the Library

Expand Down Expand Up @@ -104,3 +105,6 @@ Here's a few simple examples.

The core library of SharpExt4 was taken from lwext4:
* https://github.com/gkostka/lwext4

The GPT partition was taken from DiskPartitionInfo:
* https://github.com/f1x3d/DiskPartitionInfo

0 comments on commit 0af9542

Please sign in to comment.