Skip to content

Commit d2acf3e

Browse files
committed
1.4.0 release prep
1 parent 364fc01 commit d2acf3e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: build
22

33
env:
4-
v: '1.3.0'
4+
v: '1.4.0'
55
av: '1.0.0'
66

77
on:

docs/README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Stowage [![Nuget](https://img.shields.io/nuget/v/Stowage?style=for-the-badge)](https://www.nuget.org/packages/Stowage)
22

33

4-
![](media/icon/icon-256.png)
4+
![](../media/icon/icon-256.png)
55

66
**Stowage** is a **bloat-free .NET cloud storage kit** that supports at minimum THE major ☁ providers.
77

@@ -106,6 +106,9 @@ There are other useful utility methods:
106106
- Local Disk Directory (`Files.Of.LocalDisk(...)`).
107107
- In-Memory (`Files.Of.InternalMemory(...)`).
108108
- [AWS S3](https://aws.amazon.com/s3/) (`Files.Of.AmazonS3(...)`).
109+
- [Minio](https://min.io/) (`Files.Of.Minio(...)`).
110+
- [DigitalOcean Spaces](https://www.digitalocean.com/products/spaces) (`Files.Of.DigitalOceanSpaces(...)`).
111+
109112
- [Azure Blob Storage](https://azure.microsoft.com/en-gb/services/storage/blobs/) / [Data Lake Gen 2](https://docs.microsoft.com/en-us/azure/storage/blobs/data-lake-storage-introduction#key-features-of-data-lake-storage-gen2) (`Files.Of.AzureBlobStorage(...)`).
110113
- [Google Cloud Storage](https://cloud.google.com/storage) (`Files.Of.GoogleCloudStorage(...)`).
111114
- [Databricks DBFS](https://docs.databricks.com/data/databricks-file-system.html) (`Files.Of.DatabricksDbfs(...)`).

0 commit comments

Comments
 (0)