File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108108 uses : softprops/action-gh-release@v2
109109 if : ' !inputs.dryrun'
110110 with :
111- files : artifacts/packate /release/*.nupkg
111+ files : artifacts/package /release/*.nupkg
112112 tag_name : v${{ needs.setup.outputs.ver }}
113113 prerelease : ${{ inputs.prerelease }}
114114
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ it will use the library features actually provided by the runtime.
77
88## Notable APIs
99
10- - ` MonoMod.Backports .MethodImplOptionsEx` - This can be used everywhere in a project with
10+ - ` System .MethodImplOptionsEx` - This can be used everywhere in a project with
1111
1212 ``` cs
13- global using MethodImplOptions = MonoMod . Backports .MethodImplOptionsEx ;
13+ global using MethodImplOptions = System .MethodImplOptionsEx ;
1414 ```
You can’t perform that action at this time.
0 commit comments