Skip to content

Commit

Permalink
[build] Bump to beta
Browse files Browse the repository at this point in the history
I think all the API breaks are done for now.
  • Loading branch information
alanmcgovern committed Sep 5, 2019
1 parent c9e7ee3 commit 1c4f928
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/MonoTorrent/MonoTorrent.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<PackDependsOn>$(PackDependsOn);CreatePlainZip</PackDependsOn>
</PropertyGroup>

<Target Name="SetAssemblyVersion" BeforeTargets="GetAssemblyVersion" Condition="'$(Configuration)' == 'Debug' ">
<Target Name="SetAssemblyVersion" BeforeTargets="GetAssemblyVersion" Condition="'$(RestoreSuccess)' != 'true' Or '$(Configuration)' == 'Debug' ">
<PropertyGroup>
<Version>0.0.0.1</Version>
<AssemblyVersion>$(Version)</AssemblyVersion>
Expand Down

0 comments on commit 1c4f928

Please sign in to comment.