Skip to content

Commit

Permalink
Make the BitPay project packageable
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbrodie committed Aug 16, 2023
1 parent 188e580 commit b95b6c5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions BitPay/BitPay.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<!-- version numbers will be updated by build -->
<AssemblyVersion>5.0.0.0</AssemblyVersion>
<FileVersion>5.0.0</FileVersion>
<VersionPrefix>5.0.0-beta1</VersionPrefix>
<Version>5.0.0-beta1</Version>
<VersionPrefix>5.0.0</VersionPrefix>
<Version>5.0.0</Version>
<Authors>Antonio Buedo</Authors>
<Company>BitPay Inc.</Company>
<Owners>BitPay, Inc.</Owners>
Expand All @@ -29,6 +29,7 @@
<NoWarn>CA1724</NoWarn>
<EnableNETAnalyzers>true</EnableNETAnalyzers>
<CodeAnalysisTreatWarningsAsErrors>true</CodeAnalysisTreatWarningsAsErrors>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
</PropertyGroup>

<!-- Conditionally obtain references for the .NET Framework 4.8 target -->
Expand Down

0 comments on commit b95b6c5

Please sign in to comment.