summaryrefslogtreecommitdiff
path: root/packaging/csapi-webview.spec
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/csapi-webview.spec')
-rw-r--r--packaging/csapi-webview.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/csapi-webview.spec b/packaging/csapi-webview.spec
index d655061..9d9b3ed 100644
--- a/packaging/csapi-webview.spec
+++ b/packaging/csapi-webview.spec
@@ -1,6 +1,6 @@
Name: csapi-webview
Summary: Tizen WebView API for C#
-Version: 1.0.0
+Version: 1.0.1
Release: 1
Group: Development/Libraries
License: Apache-2.0
@@ -30,7 +30,7 @@ cp %{SOURCE1} .
%build
for ASM in %{Assemblies}; do
%dotnet_build $ASM
-%dotnet_pack $ASM/$ASM.nuspec %{version}
+%dotnet_pack $ASM
done
%install