Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgDangl committed Jul 17, 2020
2 parents 54ef1d3 + e670969 commit efede14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to **antlr-calculator** are documented here.

## v2.0.2:
## v2.0.3:
- Automatic creation of GitHub releases was added

## v2.0.0:
Expand Down
4 changes: 2 additions & 2 deletions build/_build.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net472</TargetFramework>
<TargetFramework>net48</TargetFramework>
<RootNamespace></RootNamespace>
<NoWarn>CS0649;CS0169</NoWarn>
<NukeRootDirectory>..</NukeRootDirectory>
Expand All @@ -13,7 +13,7 @@
<PackageReference Include="Nuke.Common" Version="0.24.11" />
<PackageReference Include="Nuke.WebDeploy" Version="1.3.0" />
<PackageDownload Include="GitVersion.Tool" Version="[5.1.3]" />
<PackageReference Include="Nuke.GitHub" Version="1.5.0" />
<PackageReference Include="Nuke.GitHub" Version="1.6.2-beta0004" />
</ItemGroup>

</Project>

0 comments on commit efede14

Please sign in to comment.