Skip to content

Commit

Permalink
Fixing a workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake Ginnivan committed Oct 27, 2013
1 parent f2cfe2b commit 62b0ec0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GitHubFlowVersion.proj
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
<FileUpdate Files="$(Root)src\GitHubFlowVersion\Properties\AssemblyInfo.cs"
Multiline="true" Singleline="false"
Regex="AssemblyVersion\(&quot;(\d+)\.(\d+)\.(\d+)\.(\d+)"
ReplacementText="AssemblyVersion(&quot;$(GitHubFlowVersion_AssemblySemVer).0" />
ReplacementText="AssemblyVersion(&quot;$(GitHubFlowVersion_AssemblySemVer)" />
<FileUpdate Files="$(Root)src\GitHubFlowVersion\Properties\AssemblyInfo.cs"
Regex="AssemblyFileVersion\(&quot;(\d+)\.(\d+)\.(\d+)\.(\d+)"
ReplacementText="AssemblyFileVersion(&quot;$(GitHubFlowVersion_AssemblySemVer).0" />
ReplacementText="AssemblyFileVersion(&quot;$(GitHubFlowVersion_AssemblySemVer)" />
</Target>

<Target Name="Build" DependsOnTargets="Version">
Expand Down

0 comments on commit 62b0ec0

Please sign in to comment.