Skip to content

Commit 95705f2

Browse files
committed
Release 0.1.0
1 parent 12f9e18 commit 95705f2

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish-nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
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:

Lib.GAB/Lib.GAB.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)