Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
openbullet committed Aug 3, 2024
2 parents 54179ab + b68ee90 commit 3f3e30e
Show file tree
Hide file tree
Showing 389 changed files with 15,747 additions and 5,815 deletions.
353 changes: 353 additions & 0 deletions .editorconfig

Large diffs are not rendered by default.

28 changes: 28 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: .NET Build and Publish Nuget Package

on:
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+"

defaults:
run:
working-directory: src

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Setup .NET
uses: actions/setup-dotnet@v2
with:
dotnet-version: 8.0.x

# Don't override the version of the package, trust the version in the project file
- name: Create Nuget Package
run: dotnet pack --output nupkgs --configuration Release

- name: Upload Nuget Package
run: dotnet nuget push nupkgs/*.nupkg -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json
23 changes: 0 additions & 23 deletions CaptchaSharp.Services.More/AnyCaptchaService.cs

This file was deleted.

21 changes: 0 additions & 21 deletions CaptchaSharp.Services.More/AzCaptchaService.cs

This file was deleted.

20 changes: 0 additions & 20 deletions CaptchaSharp.Services.More/CaptchaSharp.Services.More.csproj

This file was deleted.

21 changes: 0 additions & 21 deletions CaptchaSharp.Services.More/CaptchasIOService.cs

This file was deleted.

14 changes: 0 additions & 14 deletions CaptchaSharp.Services.More/RuCaptchaService.cs

This file was deleted.

23 changes: 0 additions & 23 deletions CaptchaSharp.Services.More/SolveCaptchaService.cs

This file was deleted.

109 changes: 0 additions & 109 deletions CaptchaSharp.Services.More/SolveRecaptchaService.cs

This file was deleted.

73 changes: 0 additions & 73 deletions CaptchaSharp.Services.More/TrueCaptchaService.cs

This file was deleted.

Loading

0 comments on commit 3f3e30e

Please sign in to comment.