Upping the version to v1.53.1.1 for issue #135

This commit is contained in:
Matthew Leibowitz 2016-08-17 18:06:53 +02:00
Родитель cbac9ec7b0
Коммит fb399981fa
23 изменённых файлов: 30 добавлений и 30 удалений

Просмотреть файл

@ -17,8 +17,8 @@
// and "{Major}.{Minor}.{Build}.*" will update just the revision. // and "{Major}.{Minor}.{Build}.*" will update just the revision.
[assembly: AssemblyVersion ("1.53.0.0")] [assembly: AssemblyVersion ("1.53.0.0")]
[assembly: AssemblyFileVersion ("1.53.1.0")] [assembly: AssemblyFileVersion ("1.53.1.1")]
[assembly: AssemblyInformationalVersion ("1.53.1.0-{GIT_SHA}")] [assembly: AssemblyInformationalVersion ("1.53.1.1-{GIT_SHA}")]
// The following attributes are used to specify the signing key for the assembly, // The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing. // if desired. See the Mono documentation for more information about signing.

Просмотреть файл

@ -18,10 +18,10 @@
<AttributeName>System.Reflection.AssemblyDescription("")</AttributeName> <AttributeName>System.Reflection.AssemblyDescription("")</AttributeName>
</Attribute> </Attribute>
<Attribute> <Attribute>
<AttributeName>System.Reflection.AssemblyFileVersion("1.53.1.0")</AttributeName> <AttributeName>System.Reflection.AssemblyFileVersion("1.53.1.1")</AttributeName>
</Attribute> </Attribute>
<Attribute> <Attribute>
<AttributeName>System.Reflection.AssemblyInformationalVersion("1.53.1.0")</AttributeName> <AttributeName>System.Reflection.AssemblyInformationalVersion("1.53.1.1")</AttributeName>
</Attribute> </Attribute>
<Attribute> <Attribute>
<AttributeName>System.Reflection.AssemblyProduct("SkiaSharp")</AttributeName> <AttributeName>System.Reflection.AssemblyProduct("SkiaSharp")</AttributeName>

Просмотреть файл

@ -3,7 +3,7 @@
<metadata> <metadata>
<id>SkiaSharp</id> <id>SkiaSharp</id>
<title>SkiaSharp (for OSX)</title> <title>SkiaSharp (for OSX)</title>
<version>1.53.1</version> <version>1.53.1.1</version>
<authors>Xamarin Inc.</authors> <authors>Xamarin Inc.</authors>
<owners>Xamarin Inc.</owners> <owners>Xamarin Inc.</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance> <requireLicenseAcceptance>false</requireLicenseAcceptance>

Просмотреть файл

@ -3,7 +3,7 @@
<metadata> <metadata>
<id>SkiaSharp</id> <id>SkiaSharp</id>
<title>SkiaSharp (for Windows)</title> <title>SkiaSharp (for Windows)</title>
<version>1.53.1</version> <version>1.53.1.1</version>
<authors>Xamarin Inc.</authors> <authors>Xamarin Inc.</authors>
<owners>Xamarin Inc.</owners> <owners>Xamarin Inc.</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance> <requireLicenseAcceptance>false</requireLicenseAcceptance>

Просмотреть файл

@ -3,7 +3,7 @@
<metadata> <metadata>
<id>SkiaSharp</id> <id>SkiaSharp</id>
<title>SkiaSharp</title> <title>SkiaSharp</title>
<version>1.53.1</version> <version>1.53.1.1</version>
<authors>Xamarin Inc.</authors> <authors>Xamarin Inc.</authors>
<owners>Xamarin Inc.</owners> <owners>Xamarin Inc.</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance> <requireLicenseAcceptance>false</requireLicenseAcceptance>

Просмотреть файл

@ -52,7 +52,7 @@
<Private>True</Private> <Private>True</Private>
</Reference> </Reference>
<Reference Include="SkiaSharp"> <Reference Include="SkiaSharp">
<HintPath>..\packages\SkiaSharp.1.53.1\lib\MonoAndroid\SkiaSharp.dll</HintPath> <HintPath>..\packages\SkiaSharp.1.53.1.1\lib\MonoAndroid\SkiaSharp.dll</HintPath>
<Private>True</Private> <Private>True</Private>
</Reference> </Reference>
<Reference Include="System" /> <Reference Include="System" />

Просмотреть файл

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<packages> <packages>
<package id="SkiaSharp" version="1.53.1" targetFramework="monoandroid60" /> <package id="SkiaSharp" version="1.53.1.1" targetFramework="monoandroid60" />
<package id="Xamarin.Android.Support.Animated.Vector.Drawable" version="23.3.0" targetFramework="monoandroid60" /> <package id="Xamarin.Android.Support.Animated.Vector.Drawable" version="23.3.0" targetFramework="monoandroid60" />
<package id="Xamarin.Android.Support.Design" version="23.3.0" targetFramework="monoandroid60" /> <package id="Xamarin.Android.Support.Design" version="23.3.0" targetFramework="monoandroid60" />
<package id="Xamarin.Android.Support.v4" version="23.3.0" targetFramework="monoandroid60" /> <package id="Xamarin.Android.Support.v4" version="23.3.0" targetFramework="monoandroid60" />

Просмотреть файл

@ -33,7 +33,7 @@
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<Reference Include="SkiaSharp"> <Reference Include="SkiaSharp">
<HintPath>packages\SkiaSharp.1.53.1\lib\portable-net45+xamarinmac+xamarinios+monotouch+monoandroid+win8+wpa81+wp8+xamarin.watchos+xamarin.tvos\SkiaSharp.dll</HintPath> <HintPath>packages\SkiaSharp.1.53.1.1\lib\portable-net45+xamarinmac+xamarinios+monotouch+monoandroid+win8+wpa81+wp8+xamarin.watchos+xamarin.tvos\SkiaSharp.dll</HintPath>
<Private>True</Private> <Private>True</Private>
</Reference> </Reference>
<Reference Include="Xamarin.Forms.Core, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL"> <Reference Include="Xamarin.Forms.Core, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">

Просмотреть файл

@ -4,7 +4,7 @@
<NuGetPackageRoot>$(UserProfile)\.nuget\packages\</NuGetPackageRoot> <NuGetPackageRoot>$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
</PropertyGroup> </PropertyGroup>
<ImportGroup> <ImportGroup>
<Import Project="$(NuGetPackageRoot)\SkiaSharp\1.53.1\build\uap10.0\SkiaSharp.targets" Condition="Exists('$(NuGetPackageRoot)\SkiaSharp\1.53.1\build\uap10.0\SkiaSharp.targets')" /> <Import Project="$(NuGetPackageRoot)\SkiaSharp\1.53.1.1\build\uap10.0\SkiaSharp.targets" Condition="Exists('$(NuGetPackageRoot)\SkiaSharp\1.53.1.1\build\uap10.0\SkiaSharp.targets')" />
<Import Project="$(NuGetPackageRoot)\Xamarin.Forms\2.3.0.46-pre3\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets" Condition="Exists('$(NuGetPackageRoot)\Xamarin.Forms\2.3.0.46-pre3\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets')" /> <Import Project="$(NuGetPackageRoot)\Xamarin.Forms\2.3.0.46-pre3\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets" Condition="Exists('$(NuGetPackageRoot)\Xamarin.Forms\2.3.0.46-pre3\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets')" />
</ImportGroup> </ImportGroup>
</Project> </Project>

Просмотреть файл

@ -1,7 +1,7 @@
{ {
"dependencies": { "dependencies": {
"Microsoft.NETCore.UniversalWindowsPlatform": "5.1.0", "Microsoft.NETCore.UniversalWindowsPlatform": "5.1.0",
"SkiaSharp": "1.53.1", "SkiaSharp": "1.53.1.1",
"Xamarin.Forms": "2.3.0.46-pre3" "Xamarin.Forms": "2.3.0.46-pre3"
}, },
"frameworks": { "frameworks": {

Просмотреть файл

@ -79,7 +79,7 @@
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<Reference Include="SkiaSharp"> <Reference Include="SkiaSharp">
<HintPath>..\packages\SkiaSharp.1.53.1\lib\XamariniOS\SkiaSharp.dll</HintPath> <HintPath>..\packages\SkiaSharp.1.53.1.1\lib\XamariniOS\SkiaSharp.dll</HintPath>
<Private>True</Private> <Private>True</Private>
</Reference> </Reference>
<Reference Include="System" /> <Reference Include="System" />

Просмотреть файл

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<packages> <packages>
<package id="SkiaSharp" version="1.53.1" targetFramework="xamarinios10" /> <package id="SkiaSharp" version="1.53.1.1" targetFramework="xamarinios10" />
<package id="Xamarin.Forms" version="2.3.0.46-pre3" targetFramework="xamarinios10" /> <package id="Xamarin.Forms" version="2.3.0.46-pre3" targetFramework="xamarinios10" />
</packages> </packages>

Просмотреть файл

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<packages> <packages>
<package id="SkiaSharp" version="1.53.1" targetFramework="portable45-net45+win8+wp8" /> <package id="SkiaSharp" version="1.53.1.1" targetFramework="portable45-net45+win8+wp8" />
<package id="Xamarin.Forms" version="2.3.0.46-pre3" targetFramework="portable45-net45+win8+wp8" /> <package id="Xamarin.Forms" version="2.3.0.46-pre3" targetFramework="portable45-net45+win8+wp8" />
</packages> </packages>

Просмотреть файл

@ -56,7 +56,7 @@
<Reference Include="System.Core" /> <Reference Include="System.Core" />
<Reference Include="Xamarin.Mac" /> <Reference Include="Xamarin.Mac" />
<Reference Include="SkiaSharp"> <Reference Include="SkiaSharp">
<HintPath>packages\SkiaSharp.1.53.1\lib\XamarinMac\SkiaSharp.dll</HintPath> <HintPath>packages\SkiaSharp.1.53.1.1\lib\XamarinMac\SkiaSharp.dll</HintPath>
<Private>False</Private> <Private>False</Private>
</Reference> </Reference>
</ItemGroup> </ItemGroup>
@ -125,5 +125,5 @@
</BundleResource> </BundleResource>
</ItemGroup> </ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Mac\Xamarin.Mac.CSharp.targets" /> <Import Project="$(MSBuildExtensionsPath)\Xamarin\Mac\Xamarin.Mac.CSharp.targets" />
<Import Project="packages\SkiaSharp.1.53.1\build\XamarinMac\SkiaSharp.targets" Condition="Exists('packages\SkiaSharp.1.53.1\build\XamarinMac\SkiaSharp.targets')" /> <Import Project="packages\SkiaSharp.1.53.1.1\build\XamarinMac\SkiaSharp.targets" Condition="Exists('packages\SkiaSharp.1.53.1.1\build\XamarinMac\SkiaSharp.targets')" />
</Project> </Project>

Просмотреть файл

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<packages> <packages>
<package id="SkiaSharp" version="1.53.1" targetFramework="xamarinmac20" /> <package id="SkiaSharp" version="1.53.1.1" targetFramework="xamarinmac20" />
</packages> </packages>

Просмотреть файл

@ -4,6 +4,6 @@
<NuGetPackageRoot>$(UserProfile)\.nuget\packages\</NuGetPackageRoot> <NuGetPackageRoot>$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
</PropertyGroup> </PropertyGroup>
<ImportGroup> <ImportGroup>
<Import Project="$(NuGetPackageRoot)\SkiaSharp\1.53.1\build\uap10.0\SkiaSharp.targets" Condition="Exists('$(NuGetPackageRoot)\SkiaSharp\1.53.1\build\uap10.0\SkiaSharp.targets')" /> <Import Project="$(NuGetPackageRoot)\SkiaSharp\1.53.1.1\build\uap10.0\SkiaSharp.targets" Condition="Exists('$(NuGetPackageRoot)\SkiaSharp\1.53.1.1\build\uap10.0\SkiaSharp.targets')" />
</ImportGroup> </ImportGroup>
</Project> </Project>

Просмотреть файл

@ -4,7 +4,7 @@
"Microsoft.ApplicationInsights.PersistenceChannel": "1.0.0", "Microsoft.ApplicationInsights.PersistenceChannel": "1.0.0",
"Microsoft.ApplicationInsights.WindowsApps": "1.0.0", "Microsoft.ApplicationInsights.WindowsApps": "1.0.0",
"Microsoft.NETCore.UniversalWindowsPlatform": "5.0.0", "Microsoft.NETCore.UniversalWindowsPlatform": "5.0.0",
"SkiaSharp": "1.53.1" "SkiaSharp": "1.53.1.1"
}, },
"frameworks": { "frameworks": {
"uap10.0": {} "uap10.0": {}

Просмотреть файл

@ -78,7 +78,7 @@
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<Reference Include="SkiaSharp"> <Reference Include="SkiaSharp">
<HintPath>packages\SkiaSharp.1.53.1\lib\net45\SkiaSharp.dll</HintPath> <HintPath>packages\SkiaSharp.1.53.1.1\lib\net45\SkiaSharp.dll</HintPath>
<Private>True</Private> <Private>True</Private>
</Reference> </Reference>
<Reference Include="System" /> <Reference Include="System" />
@ -163,12 +163,12 @@
<None Include="App.config" /> <None Include="App.config" />
</ItemGroup> </ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="packages\SkiaSharp.1.53.1\build\net45\SkiaSharp.targets" Condition="Exists('packages\SkiaSharp.1.53.1\build\net45\SkiaSharp.targets')" /> <Import Project="packages\SkiaSharp.1.53.1.1\build\net45\SkiaSharp.targets" Condition="Exists('packages\SkiaSharp.1.53.1.1\build\net45\SkiaSharp.targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup> <PropertyGroup>
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup> </PropertyGroup>
<Error Condition="!Exists('packages\SkiaSharp.1.53.1\build\net45\SkiaSharp.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\SkiaSharp.1.53.1\build\net45\SkiaSharp.targets'))" /> <Error Condition="!Exists('packages\SkiaSharp.1.53.1.1\build\net45\SkiaSharp.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\SkiaSharp.1.53.1.1\build\net45\SkiaSharp.targets'))" />
</Target> </Target>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets. Other similar extension points exist, see Microsoft.Common.targets.

Просмотреть файл

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<packages> <packages>
<package id="SkiaSharp" version="1.53.1" targetFramework="net45" /> <package id="SkiaSharp" version="1.53.1.1" targetFramework="net45" />
</packages> </packages>

Просмотреть файл

@ -87,7 +87,7 @@
<ItemGroup> <ItemGroup>
<Reference Include="Microsoft.CSharp" /> <Reference Include="Microsoft.CSharp" />
<Reference Include="SkiaSharp"> <Reference Include="SkiaSharp">
<HintPath>packages\SkiaSharp.1.53.1\lib\net45\SkiaSharp.dll</HintPath> <HintPath>packages\SkiaSharp.1.53.1.1\lib\net45\SkiaSharp.dll</HintPath>
<Private>True</Private> <Private>True</Private>
</Reference> </Reference>
<Reference Include="System" /> <Reference Include="System" />
@ -136,11 +136,11 @@
<None Include="packages.config" /> <None Include="packages.config" />
</ItemGroup> </ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="packages\SkiaSharp.1.53.1\build\net45\SkiaSharp.targets" Condition="Exists('packages\SkiaSharp.1.53.1\build\net45\SkiaSharp.targets')" /> <Import Project="packages\SkiaSharp.1.53.1.1\build\net45\SkiaSharp.targets" Condition="Exists('packages\SkiaSharp.1.53.1.1\build\net45\SkiaSharp.targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup> <PropertyGroup>
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup> </PropertyGroup>
<Error Condition="!Exists('packages\SkiaSharp.1.53.1\build\net45\SkiaSharp.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\SkiaSharp.1.53.1\build\net45\SkiaSharp.targets'))" /> <Error Condition="!Exists('packages\SkiaSharp.1.53.1.1\build\net45\SkiaSharp.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\SkiaSharp.1.53.1.1\build\net45\SkiaSharp.targets'))" />
</Target> </Target>
</Project> </Project>

Просмотреть файл

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<packages> <packages>
<package id="SkiaSharp" version="1.53.1" targetFramework="net45" /> <package id="SkiaSharp" version="1.53.1.1" targetFramework="net45" />
</packages> </packages>

Просмотреть файл

@ -86,7 +86,7 @@
<Reference Include="System.Core" /> <Reference Include="System.Core" />
<Reference Include="Xamarin.TVOS" /> <Reference Include="Xamarin.TVOS" />
<Reference Include="SkiaSharp"> <Reference Include="SkiaSharp">
<HintPath>packages\SkiaSharp.1.53.1\lib\XamarintvOS\SkiaSharp.dll</HintPath> <HintPath>packages\SkiaSharp.1.53.1.1\lib\XamarintvOS\SkiaSharp.dll</HintPath>
</Reference> </Reference>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>

Просмотреть файл

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<packages> <packages>
<package id="SkiaSharp" version="1.53.1" targetFramework="xamarintvos10" /> <package id="SkiaSharp" version="1.53.1.1" targetFramework="xamarintvos10" />
</packages> </packages>