Skip to content

Commit 8457e32

Browse files
committed
remove unnecessary attributes from .csproj files
1 parent f9d873f commit 8457e32

File tree

4 files changed

+0
-8
lines changed

4 files changed

+0
-8
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@
1111
<Authors>SharpGrip</Authors>
1212
<Title>SharpGrip FileSystem AzureFileStorage adapter</Title>
1313
<Description>The SharpGrip FileSystem AzureFileStorage adapter.</Description>
14-
<Summary>The SharpGrip FileSystem AzureFileStorage adapter.</Summary>
1514
<Copyright>SharpGrip</Copyright>
16-
<License>MIT</License>
1715
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1816
<RepositoryUrl>https://github.com/SharpGrip/FileSystem</RepositoryUrl>
1917
<PackageProjectUrl>https://sharpgrip.net</PackageProjectUrl>

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@
1111
<Authors>SharpGrip</Authors>
1212
<Title>SharpGrip FileSystem Dropbox adapter</Title>
1313
<Description>The SharpGrip FileSystem Dropbox adapter.</Description>
14-
<Summary>The SharpGrip FileSystem Dropbox adapter.</Summary>
1514
<Copyright>SharpGrip</Copyright>
16-
<License>MIT</License>
1715
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1816
<RepositoryUrl>https://github.com/SharpGrip/FileSystem</RepositoryUrl>
1917
<PackageProjectUrl>https://sharpgrip.net</PackageProjectUrl>

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@
1111
<Authors>SharpGrip</Authors>
1212
<Title>SharpGrip FileSystem SFTP adapter</Title>
1313
<Description>The SharpGrip FileSystem SFTP adapter.</Description>
14-
<Summary>The SharpGrip FileSystem SFTP adapter.</Summary>
1514
<Copyright>SharpGrip</Copyright>
16-
<License>MIT</License>
1715
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1816
<RepositoryUrl>https://github.com/SharpGrip/FileSystem</RepositoryUrl>
1917
<PackageProjectUrl>https://sharpgrip.net</PackageProjectUrl>

FileSystem/FileSystem.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@
1111
<Authors>SharpGrip</Authors>
1212
<Title>SharpGrip FileSystem</Title>
1313
<Description>SharpGrip FileSystem is a file system abstraction supporting multiple adapters.</Description>
14-
<Summary>SharpGrip FileSystem is a file system abstraction supporting multiple adapters.</Summary>
1514
<Copyright>SharpGrip</Copyright>
16-
<License>MIT</License>
1715
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1816
<RepositoryUrl>https://github.com/SharpGrip/FileSystem</RepositoryUrl>
1917
<PackageProjectUrl>https://sharpgrip.net</PackageProjectUrl>

0 commit comments

Comments
 (0)