Skip to content
This repository has been archived by the owner on Jun 8, 2019. It is now read-only.

Commit

Permalink
versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
jkowalski committed Sep 4, 2006
1 parent 5e59cd9 commit ab7a6d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions NLog.build
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@

<target name="update-build-number">
<exec program="tools/UpdateBuildNumber.exe" commandline="NLog.version src/NLog/AssemblyBuildInfo.cs build/NLog.buildversion" useruntimeengine="true" />
<exec program="tools/UpdateBuildNumber.exe" commandline="NLog.version src/NLog.ComInterop/AssemblyBuildInfo.cs build/NLog.buildversion" useruntimeengine="true" />
<foreach item="Line" in="build/NLog.buildversion" delim="." property="tmp1,tmp2,tmp3,tmp4">
<property name="nlog.version.major" value="${tmp1}" />
<property name="nlog.version.minor" value="${tmp2}" />
Expand Down

0 comments on commit ab7a6d5

Please sign in to comment.