File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 workflow_dispatch :
55 inputs :
66 release_tag :
7- description : Release tag to publish, for example v0.1.0-alpha.1
7+ description : Release tag to publish, for example v0.1.0
88 required : false
99 type : string
1010 release :
Original file line number Diff line number Diff line change 44 <TargetFramework >netstandard2.0</TargetFramework >
55 <GeneratePackageOnBuild >false</GeneratePackageOnBuild >
66 <PackageId >Lib.GAB</PackageId >
7- <Version >0.1.0-alpha.1 </Version >
7+ <Version >0.1.0</Version >
88 <Authors >GABP Contributors</Authors >
99 <Description >Higher-level .NET server ergonomics for hosting a GABP endpoint.</Description >
1010 <PackageTags >gabp;game-agent-bridge-protocol;server;modding;automation</PackageTags >
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Lib.GAB provides the higher-level server ergonomics for hosting a GABP endpoint
99## Installation
1010
1111``` bash
12- dotnet add package Lib.GAB --prerelease
12+ dotnet add package Lib.GAB
1313```
1414
1515` Lib.GAB ` brings in ` Gabp.Runtime ` transitively, so consumers do not need a separate direct package reference to the runtime package.
You can’t perform that action at this time.
0 commit comments