Skip to content

Commit

Permalink
blobfs-win v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tony4248 committed Nov 28, 2017
1 parent 27514af commit 1deb5d8
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,15 @@ Object storage is one of the most fundamental topic you'll encounter when you de

## Key Updates:

### Bump the version to v1.0.0

* Optimize performance for large content reads and writes
* Optimize performance for multiple files concurrently read/write

### New features since v0.0.4 :

* read and write data with multiple threads, more faster and stable.
* Page blob is full supported.
* Page blob is fully supported.

### New features since v0.0.3 :

Expand Down
Binary file modified bin/blobfs-win.exe
Binary file not shown.
Binary file modified bin/blobfs-win.pdb
Binary file not shown.
11 changes: 11 additions & 0 deletions bin/blobfs-win.vshost.exe.manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity version="1.0.0.0" name="MyApplication.app"/>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
<security>
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
<requestedExecutionLevel level="asInvoker" uiAccess="false"/>
</requestedPrivileges>
</security>
</trustInfo>
</assembly>
Binary file modified bin/bloblib.dll
Binary file not shown.

0 comments on commit 1deb5d8

Please sign in to comment.