Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpalme committed Sep 17, 2017
1 parent ad8b774 commit 948e4a3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/build.proj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@

<!-- Version, adjust before build -->
<PropertyGroup>
<Version>3.0.0-beta3</Version>
<Version>3.0.0.0</Version>
<VersionShort>3.0.0</VersionShort>
</PropertyGroup>

<!-- Tools -->
Expand Down Expand Up @@ -96,6 +97,6 @@ target\bin\Release\Readme.txt;" />
</Target>

<Target Name="Publish" DependsOnTargets="Deploy">
<Exec Command="$(NuGetCommandLine) push .\target\ReportGenerator.$(Version).nupkg -ApiKey $(NugetApiKey) -Source https://www.nuget.org/api/v2/package" />
<Exec Command="$(NuGetCommandLine) push .\target\ReportGenerator.$(VersionShort).nupkg -ApiKey $(NugetApiKey) -Source https://www.nuget.org/api/v2/package" />
</Target>
</Project>

0 comments on commit 948e4a3

Please sign in to comment.