Skip to content

Commit ae270dc

Browse files
committed
v2.8.0
1 parent 272899f commit ae270dc

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v3
1313
- uses: actions/setup-dotnet@v3
1414
with:
15-
dotnet-version: '6.0'
15+
dotnet-version: '8.0'
1616
- run: dotnet tool install -g tcli
1717
- run: dotnet build -c Release
1818
- run: dotnet nuget push BaboonAPI/bin/Release/*.nupkg -k ${{ secrets.NUGET_KEY }} -s https://api.nuget.org/v3/index.json

BaboonAPI/BaboonAPI.fsproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<PropertyGroup>
2525
<PackageId>TromboneChamp.BaboonAPI</PackageId>
2626
<Title>BaboonAPI</Title>
27-
<Version>2.7.3</Version>
27+
<Version>2.8.0</Version>
2828
<Authors>offbeatwitch</Authors>
2929
<Company>TromboneChamps</Company>
3030
<PackageTags>Trombone Champ</PackageTags>
@@ -76,7 +76,7 @@
7676
<ItemGroup>
7777
<PackageReference Include="BepInEx.Core" Version="5.*" />
7878
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
79-
<PackageReference Include="TromboneChamp.GameLibs" Version="1.25.0-beta.2" />
79+
<PackageReference Include="TromboneChamp.GameLibs" Version="1.25.0" />
8080
</ItemGroup>
8181

8282
<ItemGroup>

BaboonAPI/Library.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ open BaboonAPI.Utility
88
open BepInEx
99
open HarmonyLib
1010

11-
[<BepInPlugin("ch.offbeatwit.baboonapi.plugin", "BaboonAPI", "2.7.3.0")>]
11+
[<BepInPlugin("ch.offbeatwit.baboonapi.plugin", "BaboonAPI", "2.8.0.0")>]
1212
type BaboonPlugin() =
1313
inherit BaseUnityPlugin()
1414

thunderstore/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "BaboonAPI",
33
"description": "Trombone Champ modding API",
4-
"version_number": "2.7.3",
4+
"version_number": "2.8.0",
55
"dependencies": [
66
"BepInEx-BepInExPack_TromboneChamp-5.4.21",
7-
"TromboneChamps-FSharp_Core-6.0.6",
7+
"TromboneChamps-FSharp_Core-8.0.403",
88
"TromboneChamps-Newtonsoft_Json-13.0.1"
99
],
1010
"website_url": "https://baboonapi.trombone.wiki/"

0 commit comments

Comments
 (0)