Skip to content

Commit

Permalink
📦 Adjusts package info.
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardbr committed Jul 10, 2023
1 parent 261ce62 commit 58a3065
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 1 deletion.
7 changes: 7 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Release notes

## v1.4.0

- Fixies the authentication when the qop value comes without `"`;
- Updates packages;
- Adds a real integration tests;
6 changes: 6 additions & 0 deletions RestSharp.Authenticators.Digest.sln
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,16 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
.gitignore = .gitignore
LICENSE = LICENSE
README.md = README.md
RELEASES.md = RELEASES.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DigestAuthenticator.Tests", "test\DigestAuthenticator.Tests\DigestAuthenticator.Tests.csproj", "{607B2AF3-A2CB-47D3-AA26-B8E79E93A4EE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "images", "images", "{AB3531DD-8A68-49F2-8E15-0D89DE26F72E}"
ProjectSection(SolutionItems) = preProject
images\icon.png = images\icon.png
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down
Binary file added images/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 9 additions & 1 deletion src/DigestAuthenticator/DigestAuthenticator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,25 @@
</PropertyGroup>
<PropertyGroup>
<NeutralLanguage>en-US</NeutralLanguage>
<Authors>The Noobs</Authors>
<AssemblyTitle>RestSharp.Authenticators.Digest</AssemblyTitle>
<Description>
Library that allows Digest authentication with RestSharp.
</Description>
<RepositoryType>GIT</RepositoryType>
<RepositoryURL>https://github.com/bernardbr/RestSharp.Authenticators.Digest</RepositoryURL>
<PackageLicense>https://github.com/bernardbr/RestSharp.Authenticators.Digest/blob/master/LICENSE</PackageLicense>
<PackageProjectUrl>https://github.com/bernardbr/RestSharp.Authenticators.Digest</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageReleaseNotes>RELEASE.md</PackageReleaseNotes>
<PackageTags>Restsharp,Digest,Auth</PackageTags>
<Copyright>The Noobs</Copyright>
<PackageIcon>icon.png</PackageIcon>
</PropertyGroup>
<ItemGroup>
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
<None Include="..\..\RELEASES.md" Pack="true" PackagePath="\" />
<None Include="..\..\images\icon.png" Pack="true" PackagePath="\" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="RestSharp" Version="110.2.0" />
Expand Down

0 comments on commit 58a3065

Please sign in to comment.