fix: repository dependencies in csproj

This commit is contained in:
Isma 2021-04-01 16:46:17 +02:00
parent a2ca659197
commit 04168c4447
3 changed files with 6 additions and 6 deletions

View file

@ -10,8 +10,8 @@
<Authors>Tal Aloni</Authors> <Authors>Tal Aloni</Authors>
<PackageDescription>FileSystem adapters for SMBLibrary</PackageDescription> <PackageDescription>FileSystem adapters for SMBLibrary</PackageDescription>
<PackageLicenseExpression>LGPL-3.0-or-later</PackageLicenseExpression> <PackageLicenseExpression>LGPL-3.0-or-later</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/TalAloni/SMBLibrary</PackageProjectUrl> <PackageProjectUrl>https://github.com/Lansweeper/SMBLibrary</PackageProjectUrl>
<RepositoryUrl>https://github.com/TalAloni/SMBLibrary</RepositoryUrl> <RepositoryUrl>https://github.com/Lansweeper/SMBLibrary</RepositoryUrl>
<GenerateDocumentationFile>true</GenerateDocumentationFile> <GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup> </PropertyGroup>

View file

@ -10,8 +10,8 @@
<Authors>Tal Aloni</Authors> <Authors>Tal Aloni</Authors>
<PackageDescription>Windows specific extensions for SMBLibrary</PackageDescription> <PackageDescription>Windows specific extensions for SMBLibrary</PackageDescription>
<PackageLicenseExpression>LGPL-3.0-or-later</PackageLicenseExpression> <PackageLicenseExpression>LGPL-3.0-or-later</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/TalAloni/SMBLibrary</PackageProjectUrl> <PackageProjectUrl>https://github.com/Lansweeper/SMBLibrary</PackageProjectUrl>
<RepositoryUrl>https://github.com/TalAloni/SMBLibrary</RepositoryUrl> <RepositoryUrl>https://github.com/Lansweeper/SMBLibrary</RepositoryUrl>
<GenerateDocumentationFile>true</GenerateDocumentationFile> <GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup> </PropertyGroup>

View file

@ -11,8 +11,8 @@
<Authors>Tal Aloni</Authors> <Authors>Tal Aloni</Authors>
<PackageDescription>SMBLibrary is an open-source C# SMB 1.0/CIFS, SMB 2.0, SMB 2.1 and SMB 3.0 server and client implementation</PackageDescription> <PackageDescription>SMBLibrary is an open-source C# SMB 1.0/CIFS, SMB 2.0, SMB 2.1 and SMB 3.0 server and client implementation</PackageDescription>
<PackageLicenseExpression>LGPL-3.0-or-later</PackageLicenseExpression> <PackageLicenseExpression>LGPL-3.0-or-later</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/TalAloni/SMBLibrary</PackageProjectUrl> <PackageProjectUrl>https://github.com/Lansweeper/SMBLibrary</PackageProjectUrl>
<RepositoryUrl>https://github.com/TalAloni/SMBLibrary</RepositoryUrl> <RepositoryUrl>https://github.com/Lansweeper/SMBLibrary</RepositoryUrl>
<GenerateDocumentationFile>true</GenerateDocumentationFile> <GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup> </PropertyGroup>