Skip to content

Commit

Permalink
update v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDutchDev committed Nov 10, 2024
1 parent de2901d commit b8cd88a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions AltV.Atlas.Client.Configuration.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<TargetFramework>net6.0</TargetFramework>
<Version>2.0.0</Version>
<TargetFramework>net8.0</TargetFramework>
<Version>2.1.0</Version>
<PackageLicenseExpression>GPL-3.0-or-later</PackageLicenseExpression>
<PackageReadmeFile>README.md</PackageReadmeFile>
<RepositoryUrl>https://github.com/altv-atlas/Client.Configuration.git</RepositoryUrl>
Expand All @@ -17,7 +17,7 @@

<ItemGroup>
<None Include="README.md" Pack="true" PackagePath="\"/>
<PackageReference Include="AltV.Net.Client.Async" Version="16.0.1" />
<PackageReference Include="AltV.Net.Client.Async" Version="16.4.0" />
</ItemGroup>

</Project>

0 comments on commit b8cd88a

Please sign in to comment.