Skip to content

Commit

Permalink
update documentation and pipeline name
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-drewery committed Apr 7, 2024
1 parent 00e3c21 commit 81f0462
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: NuGet Package Deployment
name: Build & Release

on:
push:
Expand All @@ -8,6 +8,8 @@ on:
jobs:
build:
runs-on: ubuntu-latest
environment:
name: nuget.org

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -94,4 +96,4 @@ jobs:
- name: Publish
run: dotnet nuget push "nupkgs/*.nupkg" --source "https://api.nuget.org/v3/index.json" --api-key ${{ secrets.NUGET_API_KEY }}
env:
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
7 changes: 7 additions & 0 deletions Blazor.PayPal.sln
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Blazor.PayPal", "Blazor.PayPal\Blazor.PayPal.csproj", "{4A2DC02F-0C27-4817-9360-1CE1A7907F18}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Misc", "Misc", "{71212245-2455-459E-BEE6-A41035720280}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
.github\workflows\build.yml = .github\workflows\build.yml
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[![GitHub Actions](https://github.com/adam-drewery/Blazor.PayPal/actions/workflows/build.yml/badge.svg)](https://github.com/adam-drewery/Blazor.PayPal/actions/workflows/build.yml)
[![NuGet (Blazor.PayPal)](https://img.shields.io/nuget/v/Blazor.PayPal.svg?style=flat-square)](https://www.nuget.org/packages/Blazor.PayPal/)

# Blazor.PayPal
.NET wrapper for the PayPal JavaScript API
~~~~
## Currently only includes basic PayPal models and no functionality. This is a work in progress.

0 comments on commit 81f0462

Please sign in to comment.