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 7c34e54 commit ebe49b7
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>Cathode</Product>
<Description>Cathode is a terminal-centric replacement for the .NET console APIs.</Description>
<Description>$(Product) is a terminal-centric replacement for the .NET console APIs.</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)

With the Windows console host now supporting virtual terminal sequences, it
Expand All @@ -29,6 +30,7 @@ modern terminal emulators. It works on all desktop platforms that .NET supports.
<PackageOutputPath>$(MSBuildThisFileDirectory)pkg/feed/</PackageOutputPath>
<PackageProjectUrl>https://docs.vezel.dev/cathode</PackageProjectUrl>
<PolySharpIncludeRuntimeSupportedAttributes>true</PolySharpIncludeRuntimeSupportedAttributes>
<PublishRelease>false</PublishRelease>
<RepositoryUrl>https://github.com/vezel-dev/cathode.git</RepositoryUrl>
<TargetFramework>net8.0</TargetFramework>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand Down

0 comments on commit ebe49b7

Please sign in to comment.