Skip to content

Commit

Permalink
v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDutchDev committed Nov 10, 2024
1 parent 72ec920 commit 814f0bc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/AltV.Atlas.Peds.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>3.0.0</Version>
<Version>3.1.0</Version>
<PackageLicenseExpression>GPL-3.0-or-later</PackageLicenseExpression>
<PackageReadmeFile>README.md</PackageReadmeFile>
<RepositoryUrl>https://github.com/altv-atlas/Peds.git</RepositoryUrl>
Expand All @@ -15,14 +15,14 @@

<ItemGroup>
<None Include="../README.md" Pack="true" PackagePath="\" />
<PackageReference Include="AltV.Net.Async" Version="16.0.1" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.0" />
<PackageReference Include="AltV.Net.Async" Version="16.4.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.2" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.2" />
</ItemGroup>

<ItemGroup Condition=" '$(Configuration)' != 'Debug' ">
<PackageReference Include="AltV.Atlas.Peds.Shared" Version="2.0.0" />
<PackageReference Include="AltV.Atlas.Shared" Version="3.0.0" />
<PackageReference Include="AltV.Atlas.Peds.Shared" Version="2.1.0" />
<PackageReference Include="AltV.Atlas.Shared" Version="3.1.0" />
</ItemGroup>

<ItemGroup Condition=" '$(Configuration)' == 'Debug' ">
Expand Down

0 comments on commit 814f0bc

Please sign in to comment.