Skip to content

Commit

Permalink
1.4.0 release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
aloneguid committed Nov 15, 2023
1 parent 364fc01 commit d2acf3e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: build

env:
v: '1.3.0'
v: '1.4.0'
av: '1.0.0'

on:
Expand Down
5 changes: 4 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Stowage [![Nuget](https://img.shields.io/nuget/v/Stowage?style=for-the-badge)](https://www.nuget.org/packages/Stowage)


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

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

Expand Down Expand Up @@ -106,6 +106,9 @@ There are other useful utility methods:
- Local Disk Directory (`Files.Of.LocalDisk(...)`).
- In-Memory (`Files.Of.InternalMemory(...)`).
- [AWS S3](https://aws.amazon.com/s3/) (`Files.Of.AmazonS3(...)`).
- [Minio](https://min.io/) (`Files.Of.Minio(...)`).
- [DigitalOcean Spaces](https://www.digitalocean.com/products/spaces) (`Files.Of.DigitalOceanSpaces(...)`).

- [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(...)`).
- [Google Cloud Storage](https://cloud.google.com/storage) (`Files.Of.GoogleCloudStorage(...)`).
- [Databricks DBFS](https://docs.databricks.com/data/databricks-file-system.html) (`Files.Of.DatabricksDbfs(...)`).
Expand Down

0 comments on commit d2acf3e

Please sign in to comment.