Skip to content

Commit 15af204

Browse files
committed
Release new version
1 parent c541587 commit 15af204

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Directory.build.props

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,13 @@
1414
<RepositoryType>git</RepositoryType>
1515
<Product>$(AssemblyName) ($(TargetFramework))</Product>
1616
<NeutralLanguage>en</NeutralLanguage>
17-
<Version>0.7.4</Version>
17+
<Version>0.7.5</Version>
1818

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

2425
<Platform>AnyCPU</Platform>
2526
<DebugType>full</DebugType>

0 commit comments

Comments
 (0)