Skip to content

Commit 1deb5d8

Browse files
committed
blobfs-win v1.0.0
1 parent 27514af commit 1deb5d8

File tree

5 files changed

+17
-1
lines changed

5 files changed

+17
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,15 @@ Object storage is one of the most fundamental topic you'll encounter when you de
1414

1515
## Key Updates:
1616

17+
### Bump the version to v1.0.0
18+
19+
* Optimize performance for large content reads and writes
20+
* Optimize performance for multiple files concurrently read/write
21+
1722
### New features since v0.0.4 :
1823

1924
* read and write data with multiple threads, more faster and stable.
20-
* Page blob is full supported.
25+
* Page blob is fully supported.
2126

2227
### New features since v0.0.3 :
2328

bin/blobfs-win.exe

0 Bytes
Binary file not shown.

bin/blobfs-win.pdb

0 Bytes
Binary file not shown.

bin/blobfs-win.vshost.exe.manifest

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2+
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
3+
<assemblyIdentity version="1.0.0.0" name="MyApplication.app"/>
4+
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
5+
<security>
6+
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
7+
<requestedExecutionLevel level="asInvoker" uiAccess="false"/>
8+
</requestedPrivileges>
9+
</security>
10+
</trustInfo>
11+
</assembly>

bin/bloblib.dll

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)