Skip to content

Commit

Permalink
Upgrade to base API 1.0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RainOrigami committed Nov 30, 2023
1 parent 41cdfa6 commit 3f52990
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions BBRAPIModules/BBRAPIModules.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Nullable>enable</Nullable>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Title>BattleBit Remastered Modular Community Server API</Title>
<AssemblyVersion>1.1.0</AssemblyVersion>
<AssemblyVersion>1.2.0</AssemblyVersion>
<FileVersion>$(AssemblyVersion)</FileVersion>
<Version>$(AssemblyVersion)</Version>
<Authors>RainOrigami</Authors>
Expand All @@ -33,7 +33,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="CommunityServerAPI" Version="1.0.7.1" />
<PackageReference Include="CommunityServerAPI" Version="1.0.8.1" />
<PackageReference Include="log4net" Version="2.0.15" />
</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>1.1.1</AssemblyVersion>
<AssemblyVersion>1.2.0</AssemblyVersion>
<FileVersion>$(AssemblyVersion)</FileVersion>
</PropertyGroup>

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

0 comments on commit 3f52990

Please sign in to comment.