Skip to content

Commit 6c6f9fd

Browse files
committed
🎨 Remove brands
1 parent 09b971b commit 6c6f9fd

3 files changed

Lines changed: 4 additions & 8 deletions

File tree

LICENSE

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
MIT License
22

3-
Copyright (c) 2019 Alterdata Software
4-
53
Permission is hereby granted, free of charge, to any person obtaining a copy
64
of this software and associated documentation files (the "Software"), to deal
75
in the Software without restriction, including without limitation the rights
6.98 KB
Binary file not shown.

src/DigestAuthenticator/DigestAuthenticator.csproj

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
<RootNamespace>RestSharp.Authenticators.Digest</RootNamespace>
77
<GenerateFullPaths>true</GenerateFullPaths>
88
<OutputType>Library</OutputType>
9+
<IsPackable>true</IsPackable>
10+
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
911
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
1012
</PropertyGroup>
1113
<PropertyGroup>
@@ -15,18 +17,14 @@
1517
<Version>1.0.1</Version>
1618
</PropertyGroup>
1719
<PropertyGroup>
18-
<Authors>Desenvolvimento Bimer</Authors>
19-
<Company>Alterdata Software</Company>
2020
<NeutralLanguage>en-US</NeutralLanguage>
2121
<AssemblyTitle>RestSharp.Authenticators.Digest</AssemblyTitle>
2222
<Description>
2323
Library that allows Digest authentication with RestSharp.
2424
</Description>
25-
<Copyright>Copyright © Alterdata Software</Copyright>
26-
<UserSecretsId>Alterdata Software</UserSecretsId>
2725
<RepositoryType>GIT</RepositoryType>
28-
<RepositoryURL>https://github.com/Alterdata/RestSharp.Authenticators.Digest</RepositoryURL>
29-
<PackageLicenseUrl>https://github.com/Alterdata/RestSharp.Authenticators.Digest/blob/master/LICENSE</PackageLicenseUrl>
26+
<RepositoryURL>https://github.com/bernardbr/RestSharp.Authenticators.Digest</RepositoryURL>
27+
<PackageLicenseUrl>https://github.com/bernardbr/RestSharp.Authenticators.Digest/blob/master/LICENSE</PackageLicenseUrl>
3028
</PropertyGroup>
3129
<ItemGroup>
3230
<PackageReference Include="RestSharp" Version="106.13.0" />

0 commit comments

Comments
 (0)