Skip to content

Commit 1e57adf

Browse files
committed
add readme file reference
1 parent 2727ab0 commit 1e57adf

7 files changed

Lines changed: 35 additions & 0 deletions

File tree

FileSystem.Adapters.AmazonS3/FileSystem.Adapters.AmazonS3.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<PackageOutputPath>../NuGet</PackageOutputPath>
99
<IncludeSymbols>true</IncludeSymbols>
1010
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
11+
<PackageReadmeFile>README.md</PackageReadmeFile>
1112
</PropertyGroup>
1213

1314
<PropertyGroup>
@@ -26,6 +27,10 @@
2627
<RepositoryType>git</RepositoryType>
2728
</PropertyGroup>
2829

30+
<ItemGroup>
31+
<None Include="..\README.md" Pack="true" PackagePath="\"/>
32+
</ItemGroup>
33+
2934
<ItemGroup>
3035
<PackageReference Include="AWSSDK.S3" Version="3.7.7.16"/>
3136
</ItemGroup>

FileSystem.Adapters.AzureBlobStorage/FileSystem.Adapters.AzureBlobStorage.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<PackageOutputPath>../NuGet</PackageOutputPath>
99
<IncludeSymbols>true</IncludeSymbols>
1010
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
11+
<PackageReadmeFile>README.md</PackageReadmeFile>
1112
</PropertyGroup>
1213

1314
<PropertyGroup>
@@ -26,6 +27,10 @@
2627
<RepositoryType>git</RepositoryType>
2728
</PropertyGroup>
2829

30+
<ItemGroup>
31+
<None Include="..\README.md" Pack="true" PackagePath="\"/>
32+
</ItemGroup>
33+
2934
<ItemGroup>
3035
<PackageReference Include="Azure.Storage.Blobs" Version="12.10.0"/>
3136
</ItemGroup>

FileSystem.Adapters.AzureFileStorage/FileSystem.Adapters.AzureFileStorage.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<PackageOutputPath>../NuGet</PackageOutputPath>
99
<IncludeSymbols>true</IncludeSymbols>
1010
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
11+
<PackageReadmeFile>README.md</PackageReadmeFile>
1112
</PropertyGroup>
1213

1314
<PropertyGroup>
@@ -26,6 +27,10 @@
2627
<RepositoryType>git</RepositoryType>
2728
</PropertyGroup>
2829

30+
<ItemGroup>
31+
<None Include="..\README.md" Pack="true" PackagePath="\"/>
32+
</ItemGroup>
33+
2934
<ItemGroup>
3035
<PackageReference Include="Azure.Storage.Files.Shares" Version="12.8.0"/>
3136
</ItemGroup>

FileSystem.Adapters.Dropbox/FileSystem.Adapters.Dropbox.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<PackageOutputPath>../NuGet</PackageOutputPath>
99
<IncludeSymbols>true</IncludeSymbols>
1010
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
11+
<PackageReadmeFile>README.md</PackageReadmeFile>
1112
</PropertyGroup>
1213

1314
<PropertyGroup>
@@ -26,6 +27,10 @@
2627
<RepositoryType>git</RepositoryType>
2728
</PropertyGroup>
2829

30+
<ItemGroup>
31+
<None Include="..\README.md" Pack="true" PackagePath="\"/>
32+
</ItemGroup>
33+
2934
<ItemGroup>
3035
<PackageReference Include="Dropbox.Api" Version="6.22.0"/>
3136
</ItemGroup>

FileSystem.Adapters.MicrosoftOneDrive/FileSystem.Adapters.MicrosoftOneDrive.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<PackageOutputPath>../NuGet</PackageOutputPath>
99
<IncludeSymbols>true</IncludeSymbols>
1010
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
11+
<PackageReadmeFile>README.md</PackageReadmeFile>
1112
</PropertyGroup>
1213

1314
<PropertyGroup>
@@ -26,6 +27,10 @@
2627
<RepositoryType>git</RepositoryType>
2728
</PropertyGroup>
2829

30+
<ItemGroup>
31+
<None Include="..\README.md" Pack="true" PackagePath="\"/>
32+
</ItemGroup>
33+
2934
<ItemGroup>
3035
<PackageReference Include="Microsoft.Graph" Version="4.17.0"/>
3136
<PackageReference Include="Microsoft.Identity.Client" Version="4.40.0"/>

FileSystem.Adapters.Sftp/FileSystem.Adapters.Sftp.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<PackageOutputPath>../NuGet</PackageOutputPath>
99
<IncludeSymbols>true</IncludeSymbols>
1010
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
11+
<PackageReadmeFile>README.md</PackageReadmeFile>
1112
</PropertyGroup>
1213

1314
<PropertyGroup>
@@ -26,6 +27,10 @@
2627
<RepositoryType>git</RepositoryType>
2728
</PropertyGroup>
2829

30+
<ItemGroup>
31+
<None Include="..\README.md" Pack="true" PackagePath="\"/>
32+
</ItemGroup>
33+
2934
<ItemGroup>
3035
<PackageReference Include="SSH.NET" Version="2020.0.1"/>
3136
</ItemGroup>

FileSystem/FileSystem.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<PackageOutputPath>../NuGet</PackageOutputPath>
99
<IncludeSymbols>true</IncludeSymbols>
1010
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
11+
<PackageReadmeFile>README.md</PackageReadmeFile>
1112
</PropertyGroup>
1213

1314
<PropertyGroup>
@@ -26,4 +27,8 @@
2627
<RepositoryType>git</RepositoryType>
2728
</PropertyGroup>
2829

30+
<ItemGroup>
31+
<None Include="..\README.md" Pack="true" PackagePath="\"/>
32+
</ItemGroup>
33+
2934
</Project>

0 commit comments

Comments
 (0)