Revert setting default AssemblyVersion submit/tizen/20170720.223242
authorWonYoung Choi <wy80.choi@samsung.com>
Fri, 21 Jul 2017 01:26:01 +0000 (10:26 +0900)
committerWonYoung Choi <wy80.choi@samsung.com>
Fri, 21 Jul 2017 01:26:01 +0000 (10:26 +0900)
Change-Id: I187c0514d71be1a729ce24eea17144bd6d705f27

Tizen.GBS.BuildTasks/Tizen.GBS.ImportAfter.targets

index feb9930b9a2461f430db383eb4234c9cf101402d..d8aab8d8cac375fd0dd8ef89eded3a7a59009656 100644 (file)
@@ -6,9 +6,6 @@
     <NoWarn>$(NoWarn);1591</NoWarn>
     <DocumentationFile Condition="'$(DocumentationFile)' == ''">$(OutputPath)$(AssemblyName).xml</DocumentationFile>
 
-    <!-- Assembly Version -->
-    <AssemblyVersion Condition="'$(AssemblyVersion)' == ''">3.0.0.0</AssemblyVersion>
-
   </PropertyGroup>
 
 </Project>