Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
<PackageVersion Include="Azure.Storage.Blobs.Batch" Version="12.18.1" />
<PackageVersion Include="Microsoft.Extensions.FileProviders.Abstractions" Version="6.0.0" />
<PackageVersion Include="Microsoft.Extensions.FileProviders.Physical" Version="6.0.0" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="8.0.0" />
<PackageVersion Include="MinVer" Version="6.0.0" />
<PackageVersion Include="NUnit" Version="4.2.2" />
<PackageVersion Include="NUnit3TestAdapter" Version="4.6.0" />
<PackageVersion Include="NUnit" Version="4.3.2" />
<PackageVersion Include="NUnit3TestAdapter" Version="5.0.0" />
<PackageVersion Include="Ramstack.Globbing" Version="2.2.0" />
<PackageVersion Include="System.Linq.Async" Version="6.0.1" />
</ItemGroup>
</Project>
</Project>
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,9 @@ if (!fs.IsReadOnly)

## Supported Versions

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

## Contributions

Expand Down
6 changes: 3 additions & 3 deletions src/Ramstack.FileSystem.Abstractions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,9 @@ if (!fs.IsReadOnly)

## Supported Versions

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

## Contributions

Expand Down
6 changes: 3 additions & 3 deletions src/Ramstack.FileSystem.Adapters/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ await foreach (VirtualFile file in fs.GetFilesAsync("/"))

## Supported versions

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

## Contributions

Expand Down
6 changes: 3 additions & 3 deletions src/Ramstack.FileSystem.Amazon/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ AmazonS3FileSystem fs = new AmazonS3FileSystem(

## Supported versions

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

## Contributions

Expand Down
6 changes: 3 additions & 3 deletions src/Ramstack.FileSystem.Azure/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ AzureFileSystem fs = new AzureFileSystem(connectionString, containerName: "stora

## Supported versions

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

## Contributions

Expand Down
6 changes: 3 additions & 3 deletions src/Ramstack.FileSystem.Composite/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ await foreach (VirtualFile file in fs.GetFilesAsync("/"))

## Supported versions

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

## Contributions

Expand Down
6 changes: 3 additions & 3 deletions src/Ramstack.FileSystem.Globbing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ await foreach (VirtualFile file in fs.GetFilesAsync("/"))

## Supported versions

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

## Contributions

Expand Down
6 changes: 3 additions & 3 deletions src/Ramstack.FileSystem.Physical/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ PhysicalFileSystem fs = new PhysicalFileSystem(@"C:\path\to\directory")

## Supported versions

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

## Contributions

Expand Down
6 changes: 3 additions & 3 deletions src/Ramstack.FileSystem.Prefixed/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ await foreach (VirtualFile file in fs.GetFilesAsync("/public/assets"))

## Supported versions

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

## Contributions

Expand Down
6 changes: 3 additions & 3 deletions src/Ramstack.FileSystem.Readonly/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ await fs.DeleteFileAsync("/hello.txt");

## Supported versions

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

## Contributions

Expand Down
6 changes: 3 additions & 3 deletions src/Ramstack.FileSystem.Sub/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ await foreach (VirtualFile file in fs.GetFilesAsync("/"))

## Supported versions

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

## Contributions

Expand Down
6 changes: 3 additions & 3 deletions src/Ramstack.FileSystem.Zip/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ await foreach (VirtualFile file in fs.GetFilesAsync("/"))

## Supported versions

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

## Contributions

Expand Down