Name: csapi-trace
Summary: Tizen Tracer API for C#
-Version: 1.0.4
+Version: 1.0.5
Release: 1
Group: Development/Libraries
License: Apache-2.0
%build
for ASM in %{Assemblies}; do
%dotnet_build $ASM
-%dotnet_pack $ASM/$ASM.nuspec %{version}
+%dotnet_pack $ASM
done
%install
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
+
+ <PropertyGroup>
+ <Version>1.0.5</Version>
+ <Authors>Samsung Electronics</Authors>
+ <Copyright>© Samsung Electronics Co., Ltd All Rights Reserved</Copyright>
+ <Description>Provides the colllection of event tracing APIs that are used for runtime behavior analysis in Tizen .NET</Description>
+ <PackageProjectUrl>https://www.tizen.org/</PackageProjectUrl>
+ <PackageLicenseUrl>https://www.apache.org/licenses/LICENSE-2.0</PackageLicenseUrl>
+ <PackageIconUrl>https://developer.tizen.org/sites/default/files/images/tizen-pinwheel-on-light-rgb_64_64.png</PackageIconUrl>
+ </PropertyGroup>
<PropertyGroup>
<TargetFramework>netstandard1.3</TargetFramework>
+++ /dev/null
-<?xml version="1.0"?>
-<package>
- <metadata>
- <id>Tizen.Tracer</id>
- <version>$version$</version>
- <authors>Samsung Electronics</authors>
- <requireLicenseAcceptance>false</requireLicenseAcceptance>
- <licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
- <projectUrl>http://www.tizen.org</projectUrl>
- <iconUrl>https://developer.tizen.org/sites/default/files/images/tizen-pinwheel-on-light-rgb_64_64.png</iconUrl>
- <copyright>© Samsung Electronics Co., Ltd All Rights Reserved</copyright>
- <description>Provides the colllection of event tracing APIs that are used for runtime behavior analysis in Tizen .Net</description>
- <dependencies>
- <dependency id="Tizen" version="1.0.1" />
- </dependencies>
- </metadata>
- <files>
- <file src="bin/$Configuration$/netstandard1.3/Tizen.Tracer.dll" target="lib/netstandard1.3" />
- </files>
-</package>
--- /dev/null
+\r
+Microsoft Visual Studio Solution File, Format Version 12.00\r
+# Visual Studio 15\r
+VisualStudioVersion = 15.0.26430.12\r
+MinimumVisualStudioVersion = 10.0.40219.1\r
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tizen.Tracer", "Tizen.Tracer.csproj", "{8E21D4B1-C131-495C-B92A-FCCA59E17278}"\r
+EndProject\r
+Global\r
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution\r
+ Debug|Any CPU = Debug|Any CPU\r
+ Release|Any CPU = Release|Any CPU\r
+ EndGlobalSection\r
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution\r
+ {8E21D4B1-C131-495C-B92A-FCCA59E17278}.Debug|Any CPU.ActiveCfg = Debug|Any CPU\r
+ {8E21D4B1-C131-495C-B92A-FCCA59E17278}.Debug|Any CPU.Build.0 = Debug|Any CPU\r
+ {8E21D4B1-C131-495C-B92A-FCCA59E17278}.Release|Any CPU.ActiveCfg = Release|Any CPU\r
+ {8E21D4B1-C131-495C-B92A-FCCA59E17278}.Release|Any CPU.Build.0 = Release|Any CPU\r
+ EndGlobalSection\r
+ GlobalSection(SolutionProperties) = preSolution\r
+ HideSolutionNode = FALSE\r
+ EndGlobalSection\r
+EndGlobal\r