Skip to content

Commit

Permalink
Release new version
Browse files Browse the repository at this point in the history
  • Loading branch information
martijn00 committed Jul 26, 2019
1 parent c541587 commit 15af204
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Directory.build.props
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@
<RepositoryType>git</RepositoryType>
<Product>$(AssemblyName) ($(TargetFramework))</Product>
<NeutralLanguage>en</NeutralLanguage>
<Version>0.7.4</Version>
<Version>0.7.5</Version>

<LangVersion>latest</LangVersion>
<NoWarn>$(NoWarn);1591;1701;1702;1705;VSX1000;NU1603</NoWarn>
<GenerateDocumentationFile Condition=" '$(Configuration)' == 'Release' ">true</GenerateDocumentationFile>
<GeneratePackageOnBuild Condition=" '$(Configuration)' == 'Release' and '$(IsTestProject)' != 'true'">true</GeneratePackageOnBuild>
<DesignTimeBuild>false</DesignTimeBuild>

<Platform>AnyCPU</Platform>
<DebugType>full</DebugType>
Expand Down

0 comments on commit 15af204

Please sign in to comment.