Skip to content

Commit

Permalink
GitHub API client
Browse files Browse the repository at this point in the history
  • Loading branch information
drakon64 committed Nov 10, 2024
0 parents commit 933d74f
Show file tree
Hide file tree
Showing 11 changed files with 970 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"version": 1,
"isRoot": true,
"tools": {
"csharpier": {
"version": "0.29.2",
"commands": [
"dotnet-csharpier"
],
"rollForward": false
}
}
}
6 changes: 6 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: 2
updates:
- directory: "/Elpis"
package-ecosystem: "nuget"
schedule:
interval: "daily"
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.idea
22 changes: 22 additions & 0 deletions Amaurot.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Elpis", "Elpis\Elpis.csproj", "{97264829-EBD0-42FF-AC34-EFB284D39E2D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{97264829-EBD0-42FF-AC34-EFB284D39E2D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{97264829-EBD0-42FF-AC34-EFB284D39E2D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{97264829-EBD0-42FF-AC34-EFB284D39E2D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{97264829-EBD0-42FF-AC34-EFB284D39E2D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal
Loading

0 comments on commit 933d74f

Please sign in to comment.