File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 12
12
- uses : actions/checkout@v3
13
13
- uses : actions/setup-dotnet@v3
14
14
with :
15
- dotnet-version : ' 6 .0'
15
+ dotnet-version : ' 8 .0'
16
16
- run : dotnet tool install -g tcli
17
17
- run : dotnet build -c Release
18
18
- run : dotnet nuget push BaboonAPI/bin/Release/*.nupkg -k ${{ secrets.NUGET_KEY }} -s https://api.nuget.org/v3/index.json
Original file line number Diff line number Diff line change 24
24
<PropertyGroup >
25
25
<PackageId >TromboneChamp.BaboonAPI</PackageId >
26
26
<Title >BaboonAPI</Title >
27
- <Version >2.7.3 </Version >
27
+ <Version >2.8.0 </Version >
28
28
<Authors >offbeatwitch</Authors >
29
29
<Company >TromboneChamps</Company >
30
30
<PackageTags >Trombone Champ</PackageTags >
76
76
<ItemGroup >
77
77
<PackageReference Include =" BepInEx.Core" Version =" 5.*" />
78
78
<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" />
80
80
</ItemGroup >
81
81
82
82
<ItemGroup >
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ open BaboonAPI.Utility
8
8
open BepInEx
9
9
open HarmonyLib
10
10
11
- [<BepInPlugin( " ch.offbeatwit.baboonapi.plugin" , " BaboonAPI" , " 2.7.3 .0" ) >]
11
+ [<BepInPlugin( " ch.offbeatwit.baboonapi.plugin" , " BaboonAPI" , " 2.8.0 .0" ) >]
12
12
type BaboonPlugin () =
13
13
inherit BaseUnityPlugin()
14
14
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " BaboonAPI" ,
3
3
"description" : " Trombone Champ modding API" ,
4
- "version_number" : " 2.7.3 " ,
4
+ "version_number" : " 2.8.0 " ,
5
5
"dependencies" : [
6
6
" BepInEx-BepInExPack_TromboneChamp-5.4.21" ,
7
- " TromboneChamps-FSharp_Core-6 .0.6 " ,
7
+ " TromboneChamps-FSharp_Core-8 .0.403 " ,
8
8
" TromboneChamps-Newtonsoft_Json-13.0.1"
9
9
],
10
10
"website_url" : " https://baboonapi.trombone.wiki/"
You can’t perform that action at this time.
0 commit comments