Skip to content

Commit

Permalink
Set {Pack,Publish}Release=false.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrp committed Nov 15, 2023
1 parent 1b699dd commit 7ac0887
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<Product>Novadrop</Product>
<Description>Novadrop is a developer toolkit for interacting with and modifying the TERA game client.</Description>
<Description>$(Product) is a developer toolkit for interacting with and modifying the TERA game client.</Description>
<Company>Vezel</Company>
<Authors>$(Company) Contributors</Authors>
<Copyright>Copyright © $(Authors)</Copyright>
Expand All @@ -18,6 +18,7 @@
<IsPublishable>false</IsPublishable>
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
<PackRelease>false</PackRelease>
<PackageDescription>$(Description)

Development of TERA stopped on April 20, 2022. Official game servers shut down
Expand All @@ -30,6 +31,7 @@ unofficial server emulators.</PackageDescription>
<PackageLicenseExpression>0BSD</PackageLicenseExpression>
<PackageOutputPath>$(MSBuildThisFileDirectory)pkg/feed/</PackageOutputPath>
<PackageProjectUrl>https://docs.vezel.dev/novadrop</PackageProjectUrl>
<PublishRelease>false</PublishRelease>
<RepositoryUrl>https://github.com/vezel-dev/novadrop.git</RepositoryUrl>
<TargetFramework>net8.0</TargetFramework>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand Down

0 comments on commit 7ac0887

Please sign in to comment.