Skip to content

Commit

Permalink
the nuget/csproj documentation sucks
Browse files Browse the repository at this point in the history
  • Loading branch information
BillyGalbreath committed Apr 22, 2024
1 parent ec4053c commit cfad16f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion LiveMap.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<PackageId>LiveMap</PackageId>
<Title>LiveMap</Title>
<Ver>0.0.5</Ver>
<Version Condition="'$(BUILD_NUMBER)' != ''">$(Ver)-b$(BUILD_NUMBER)</Version>
<Version Condition="'$(BUILD_NUMBER)' == ''">$(Ver)-SNAPSHOT</Version>
Expand All @@ -13,7 +14,7 @@
<PackageIcon>modicon.png</PackageIcon>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageReadmeFile>README.md</PackageReadmeFile>
<ProjectUrl>https://mods.vintagestory.at/livemap</ProjectUrl>
<PackageProjectUrl>https://mods.vintagestory.at/livemap</PackageProjectUrl>
<RepositoryUrl>https://github.com/billygalbreath/vs-livemap</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<RepositoryBranch>master</RepositoryBranch>
Expand Down

0 comments on commit cfad16f

Please sign in to comment.