Skip to content

Commit

Permalink
Reworked everything, new methods, new types, new structure and new RE…
Browse files Browse the repository at this point in the history
…ADME..
  • Loading branch information
liebki committed Nov 26, 2023
1 parent a0e72df commit 2ad24ee
Show file tree
Hide file tree
Showing 19 changed files with 1,171 additions and 538 deletions.
14 changes: 7 additions & 7 deletions GithubNet/GithubNet.csproj
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Title>GithubNet</Title>
<Version>0.2</Version>
<Version>0.3</Version>
<Authors>liebki</Authors>
<Description>This library allows you to retrieve trending GitHub repositories and their information.</Description>
<Description>Github(Data)Net is a simple C# library, using HtmlAgilityPack to retrieve several things from GitHub, things like trending repositories, profiles of users, the repositories of users and related information.</Description>
<Copyright>liebki</Copyright>
<PackageProjectUrl>github.com/liebki/githubnet</PackageProjectUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<RepositoryUrl>github.com/liebki/githubnet</RepositoryUrl>
<PackageTags>github, crawler, github-trends, crawling, microsoft, git</PackageTags>
<RepositoryUrl>https://github.com/liebki/githubnet</RepositoryUrl>
<PackageTags>github, crawler, github-trends, crawling, microsoft, git, htmlagilitypack</PackageTags>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
<PackageIcon>icon.png</PackageIcon>
<PackageId>GithubDataNet</PackageId>
<PackageReleaseNotes>The update includes a new GetRepositoryInfoAsync() method for retrieving detailed information about GitHub repositories, a 'Repository' class to support it, and improved data types (TotalStars and TotalForks changed to integers).</PackageReleaseNotes>
<PackageReleaseNotes>Reworked everything, new methods, new types, new structure and new README..</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
Expand All @@ -38,7 +38,7 @@

<ItemGroup>
<PackageReference Include="CssSelectors.Core.HtmlAgilityPack" Version="1.0.4" />
<PackageReference Include="HtmlAgilityPack" Version="1.11.46" />
<PackageReference Include="HtmlAgilityPack" Version="1.11.54" />
</ItemGroup>

</Project>
55 changes: 0 additions & 55 deletions GithubNet/GithubNetClient.cs

This file was deleted.

275 changes: 0 additions & 275 deletions GithubNet/GithubNetManager.cs

This file was deleted.

Loading

0 comments on commit 2ad24ee

Please sign in to comment.