Skip to content

Commit

Permalink
Upgrade to base API 1.0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RainOrigami committed Aug 31, 2023
1 parent 21b5e48 commit 4eb4352
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion BBRAPIModules/BBRAPIModules.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="CommunityServerAPI" Version="1.0.7" />
<PackageReference Include="CommunityServerAPI" Version="1.0.7.1" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions BattleBitAPIRunner/BattleBitAPIRunner.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<AssemblyVersion>0.4.11</AssemblyVersion>
<AssemblyVersion>0.4.12</AssemblyVersion>
<FileVersion>$(AssemblyVersion)</FileVersion>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="CommunityServerAPI" Version="1.0.7" />
<PackageReference Include="CommunityServerAPI" Version="1.0.7.1" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.7.0" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="7.0.0" />
Expand Down

0 comments on commit 4eb4352

Please sign in to comment.