Skip to content

Commit a574ba3

Browse files
committed
chore: updated release notes and removed manual dispatch of github action
1 parent 1fe34f6 commit a574ba3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
- '.vscode'
1616

1717
# Allows you to run this workflow manually from the Actions tab
18-
workflow_dispatch:
18+
# workflow_dispatch:
1919

2020
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
2121
jobs:

src/OpenGraphNet/OpenGraphNet.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<Copyright>Copyright © 2016-2021</Copyright>
2121
<PackageLicenseExpression>MIT</PackageLicenseExpression>
2222
<PackageProjectUrl>http://ghorsey.github.io/OpenGraph-Net</PackageProjectUrl>
23-
<PackageReleaseNotes>Removed non-async methods. Updated Package to .net 6 and removed older framework support. Use version 3 for older support.</PackageReleaseNotes>
23+
<PackageReleaseNotes>Added back NetStandard 2.1.</PackageReleaseNotes>
2424
<PackageTags>OpenGraph</PackageTags>
2525
<MinVerTagPrefix>v</MinVerTagPrefix>
2626
<PackageTags>OpenGraph OGP Parser</PackageTags>

0 commit comments

Comments
 (0)