Skip to content

Commit

Permalink
Merge pull request #9 from rameel/cleanup
Browse files Browse the repository at this point in the history
Prepare for Preview Release
  • Loading branch information
rameel authored Aug 30, 2024
2 parents 82929d0 + 8a4aba4 commit 20e1801
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
25 changes: 25 additions & 0 deletions src/Ramstack.FileSystem.Amazon/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Ramstack.FileSystem.Amazon

Provides an implementation of `Ramstack.FileSystem` using Amazon S3 storage.

## Getting Started

To install the `Ramstack.FileSystem.Amazon` [NuGet package](https://www.nuget.org/packages/Ramstack.FileSystem.Amazon)
in your project, run the following command:
```console
dotnet add package Ramstack.FileSystem.Amazon
```
## Supported versions

| | Version |
|------|---------|
| .NET | 6, 7, 8 |

## Contributions

Bug reports and contributions are welcome.

## License

This package is released as open source under the **MIT License**.
See the [LICENSE](https://github.com/rameel/ramstack.virtualfiles/blob/main/LICENSE) file for more details.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Description>Provides adapters for integrating Ramstack.FileSystem with Microsoft.Extensions.FileProviders.</Description>
<Description>Provides an implementation of Ramstack.FileSystem using Amazon S3 storage.</Description>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<LangVersion>preview</LangVersion>
Expand Down Expand Up @@ -57,4 +57,12 @@
<ProjectReference Include="..\Ramstack.FileSystem.Abstractions\Ramstack.FileSystem.Abstractions.csproj" />
</ItemGroup>

<ItemGroup>
<None Update="README.md">
<Link>Properties\README.md</Link>
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>

</Project>

0 comments on commit 20e1801

Please sign in to comment.