Skip to content

Commit

Permalink
add necessary info for nuget creation
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDutchDev committed Nov 25, 2023
1 parent 36f27ff commit 55c77c9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/AltV.Atlas.Vehicles.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>1.0.0</Version>
<PackageLicenseExpression>GPL-3.0-or-later</PackageLicenseExpression>
<PackageReadmeFile>README.md</PackageReadmeFile>
<RepositoryUrl>https://github.com/altv-atlas/Vehicles.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PublishUrl>https://github.com/altv-atlas</PublishUrl>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 55c77c9

Please sign in to comment.