Skip to content

Commit

Permalink
chore: update counter-strike sharp version to 1.0.296
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jan 7, 2025
1 parent 3c3df15 commit f9b37ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ ENV SERVER_ID=""
ENV DEFAULT_MAP="de_inferno"

ENV METAMOD_URL=https://mms.alliedmods.net/mmsdrop/2.0/mmsource-2.0.0-git1315-linux.tar.gz
ENV COUNTER_STRIKE_SHARP_URL=https://github.com/roflmuffin/CounterStrikeSharp/releases/download/v294/counterstrikesharp-with-runtime-build-294-linux-466da1b.zip
ENV COUNTER_STRIKE_SHARP_URL=https://github.com/roflmuffin/CounterStrikeSharp/releases/download/v296/counterstrikesharp-with-runtime-build-296-linux-9b4ee72.zip

RUN echo "deb http://deb.debian.org/debian bookworm contrib non-free non-free-firmware" >> /etc/apt/sources.list && \
apt-get update && apt-get -y upgrade && \
Expand Down
2 changes: 1 addition & 1 deletion src/FiveStack.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="CounterStrikeSharp.API" Version="1.0.294" />
<PackageReference Include="CounterStrikeSharp.API" Version="1.0.296" />
</ItemGroup>

</Project>

0 comments on commit f9b37ab

Please sign in to comment.