Skip to content

Commit a410e7c

Browse files
committed
RocksDbNative to 5.4.6.2
1 parent 91314cb commit a410e7c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

download-native.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
@powershell wget https://github.com/warrenfalk/rocksdb-sharp/releases/download/v5.4.6/native-6e05979.zip -OutFile native.zip ; Add-Type -AssemblyName System.IO.Compression.FileSystem ; If (Test-Path native) { remove-item -Recurse native } ; [System.IO.Compression.ZipFile]::ExtractToDirectory(\"native.zip\", \".\native\") ; remove-item native.zip
1+
@powershell wget https://github.com/warrenfalk/rocksdb-sharp/releases/download/v5.4.6.2/native-6e05979.zip -OutFile native.zip ; Add-Type -AssemblyName System.IO.Compression.FileSystem ; If (Test-Path native) { remove-item -Recurse native } ; [System.IO.Compression.ZipFile]::ExtractToDirectory(\"native.zip\", \".\native\") ; remove-item native.zip

download-native.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
2-
[ -f native.zip ] || curl -L https://github.com/warrenfalk/rocksdb-sharp/releases/download/v5.4.6/native-6e05979.zip --output native.zip
2+
[ -f native.zip ] || curl -L https://github.com/warrenfalk/rocksdb-sharp/releases/download/v5.4.6.2/native-6e05979.zip --output native.zip
33
[ -f native.zip ] && { mkdir -p native; cd native && unzip ../native.zip; }
44
[ -f native.zip -a -f native/amd64/librocksdb.so ] && rm native.zip
55

nuget/RocksDbNative.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package>
33
<metadata>
44
<id>RocksDbNative</id>
5-
<version>5.4.6.0</version>
5+
<version>5.4.6.2</version>
66
<title>RocksDbNative</title>
77
<authors>Warren Falk</authors>
88
<owners>Warren Falk</owners>

0 commit comments

Comments
 (0)