Skip to content

Commit

Permalink
Bump revision in csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbabcock committed Nov 30, 2018
1 parent ee042b5 commit f7386d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OhmGraphite/OhmGraphite.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<Copyright>Nick Babcock</Copyright>
<Major>0</Major>
<Minor>7</Minor>
<Revision>0</Revision>
<Revision>1</Revision>
<AssemblyVersion>$(Major).$(Minor).$(Revision)</AssemblyVersion>
<AssemblyFileVersion>$(Major).$(Minor).$(Revision)</AssemblyFileVersion>
<InformationalVersion>$(Major).$(Minor).$(Revision)</InformationalVersion>
Expand Down Expand Up @@ -52,4 +52,4 @@
<Target Name="PackExecutable" AfterTargets="Build" Condition="'$(Configuration)' == 'Release'">
<Zip Files="$(OutputPath)OhmGraphite.exe;$(OutputPath)OhmGraphite.exe.config;$(OutputPath)NLog.config" WorkingDirectory="$(OutputPath)" ZipFileName="$(BaseOutputPath)OhmGraphite-$(Major).$(Minor).$(Revision).zip" />
</Target>
</Project>
</Project>

0 comments on commit f7386d2

Please sign in to comment.