Skip to content

Commit

Permalink
Increment NetCoreAssemblyBuildNumber (NuGet#3277)
Browse files Browse the repository at this point in the history
  • Loading branch information
zivkan authored Mar 5, 2020
1 parent ca008ff commit 94300e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/config.props
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<!-- ** Increment each insertion, set to zero after incrementing Major/Minor or Patch version -->
<!-- We need to update this netcoreassembly build number with EVERY insertion into VS to workaround any breaking api
changes we might have made. -->
<NetCoreAssemblyBuildNumber Condition=" '$(NetCoreAssemblyBuildNumber)' == '' ">1</NetCoreAssemblyBuildNumber>
<NetCoreAssemblyBuildNumber Condition=" '$(NetCoreAssemblyBuildNumber)' == '' ">2</NetCoreAssemblyBuildNumber>

<IsEscrowMode>false</IsEscrowMode>

Expand Down

0 comments on commit 94300e1

Please sign in to comment.