diff --git a/BuildTools/BuildNuGet.bat b/BuildTools/BuildNuGet.bat index 74a3e3e..25fb2e7 100644 --- a/BuildTools/BuildNuGet.bat +++ b/BuildTools/BuildNuGet.bat @@ -1,2 +1,2 @@ SET MSBUILD=%WINDIR%\microsoft.net\framework\v4.0.30319\MSBuild.exe -%MSBUILD% BuildNuget.UWP.proj /property:Version=1.0.0.1 \ No newline at end of file +%MSBUILD% BuildNuget.UWP.proj /property:Version=1.0.0.2 \ No newline at end of file diff --git a/BuildTools/Nuspecs.UWP/Telerik.UI.for.UniversalWindowsPlatform.targets b/BuildTools/Nuspecs.UWP/Telerik.UI.for.UniversalWindowsPlatform.targets index 2f04bb4..3da90ef 100644 --- a/BuildTools/Nuspecs.UWP/Telerik.UI.for.UniversalWindowsPlatform.targets +++ b/BuildTools/Nuspecs.UWP/Telerik.UI.for.UniversalWindowsPlatform.targets @@ -7,10 +7,10 @@ - $(MSBuildThisFileDirectory)\..\..\lib\uap10.0\$(PlatformPath)\Telerik.UI.Xaml.Map.UWP.dll + $(MSBuildThisFileDirectory)..\..\lib\uap10.0\$(PlatformPath)\Telerik.UI.Xaml.Map.UWP.dll - $(MSBuildThisFileDirectory)\..\..\lib\uap10.0\$(PlatformPath)\Telerik.UI.Drawing.winmd + $(MSBuildThisFileDirectory)..\..\lib\uap10.0\$(PlatformPath)\Telerik.UI.Drawing.winmd \ No newline at end of file