This repository has been archived by the owner on Apr 3, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update nugets and UWP scale: Fixes #47
- Loading branch information
1 parent
e67048e
commit efe683b
Showing
16 changed files
with
139 additions
and
102 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
## 3.1.0 | ||
* Fix for UWP scale images not working | ||
|
||
|
||
## 2.0.2 | ||
* Fix for iOS duplicate circles in some instances #57 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,75 +1,90 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<Project Sdk="MSBuild.Sdk.Extras/1.6.61"> | ||
|
||
<PropertyGroup> | ||
<TargetFrameworks>netstandard1.0;netstandard2.0;MonoAndroid71;Xamarin.iOS10;uap10.0.16299;Xamarin.Mac20</TargetFrameworks> | ||
<AssemblyName>ImageCircle.Forms.Plugin</AssemblyName> | ||
<RootNamespace>ImageCircle.Forms.Plugin</RootNamespace> | ||
<Product>$(AssemblyName) ($(TargetFramework))</Product> | ||
<AssemblyVersion>1.0.0.0</AssemblyVersion> | ||
<AssemblyFileVersion>1.0.0.0</AssemblyFileVersion> | ||
<Version>1.0.0.0</Version> | ||
<Authors>James Montemagno</Authors> | ||
<PackageId>Xam.Plugins.Forms.ImageCircle</PackageId> | ||
<PackOnBuild>true</PackOnBuild> | ||
<PackageIconUrl>http://www.refractored.com/images/circle_image_icon.png</PackageIconUrl> | ||
<PackageLicenseUrl>https://github.com/jamesmontemagno/ImageCirclePlugin/blob/master/LICENSE</PackageLicenseUrl> | ||
<Owners>JamesMontemagno</Owners> | ||
<PackageProjectUrl>https://github.com/jamesmontemagno/ImageCirclePlugin</PackageProjectUrl> | ||
<Summary>Use a Circle Image in your Xamarin.Forms projects! Ensure you call ImageCircleRenderer.Init() on each platform!</Summary> | ||
<PackageTags>xamarin, pcl, xam.pcl, uwp, uwa, windows phone, winphone, wp8, android, xamarin.forms, ios</PackageTags> | ||
<Title>Image Circle Control Plugin for Xamarin.Forms</Title> | ||
<Description> | ||
<PropertyGroup> | ||
<TargetFrameworks>netstandard1.0;netstandard2.0;MonoAndroid71;Xamarin.iOS10;uap10.0.16299;Xamarin.Mac20</TargetFrameworks> | ||
<AssemblyName>ImageCircle.Forms.Plugin</AssemblyName> | ||
<RootNamespace>ImageCircle.Forms.Plugin</RootNamespace> | ||
<Product>$(AssemblyName) ($(TargetFramework))</Product> | ||
<AssemblyVersion>1.0.0.0</AssemblyVersion> | ||
<AssemblyFileVersion>1.0.0.0</AssemblyFileVersion> | ||
<Version>1.0.0.0</Version> | ||
<Authors>James Montemagno</Authors> | ||
<PackageId>Xam.Plugins.Forms.ImageCircle</PackageId> | ||
<PackOnBuild>true</PackOnBuild> | ||
<PackageIconUrl>http://www.refractored.com/images/circle_image_icon.png</PackageIconUrl> | ||
<PackageLicenseUrl>https://github.com/jamesmontemagno/ImageCirclePlugin/blob/master/LICENSE</PackageLicenseUrl> | ||
<Owners>JamesMontemagno</Owners> | ||
<PackageProjectUrl>https://github.com/jamesmontemagno/ImageCirclePlugin</PackageProjectUrl> | ||
<Summary>Use a Circle Image in your Xamarin.Forms projects! Ensure you call ImageCircleRenderer.Init() on each platform!</Summary> | ||
<PackageTags>xamarin, pcl, xam.pcl, uwp, uwa, windows phone, winphone, wp8, android, xamarin.forms, ios</PackageTags> | ||
<Title>Image Circle Control Plugin for Xamarin.Forms</Title> | ||
<Description> | ||
Custom control for your Xamarin.Forms project ot turn your images into elegant circle images. | ||
Customizable border thickness and color. | ||
Ensure you call ImageCircleRenderer.Init() on each platform! | ||
Built against: 3.0.0.446417 | ||
Built against: 3.4.0.1009999 | ||
</Description> | ||
<Copyright>Copyright 2018</Copyright> | ||
<RepositoryUrl>https://github.com/jamesmontemagno/ImageCirclePlugin</RepositoryUrl> | ||
<PackageReleaseNotes>See: https://github.com/jamesmontemagno/ImageCirclePlugin </PackageReleaseNotes> | ||
<Copyright>Copyright 2018</Copyright> | ||
<RepositoryUrl>https://github.com/jamesmontemagno/ImageCirclePlugin</RepositoryUrl> | ||
<PackageReleaseNotes>See: https://github.com/jamesmontemagno/ImageCirclePlugin </PackageReleaseNotes> | ||
|
||
<NeutralLanguage>en</NeutralLanguage> | ||
<LangVersion>default</LangVersion> | ||
<EnableDefaultCompileItems>false</EnableDefaultCompileItems> | ||
<NeutralLanguage>en</NeutralLanguage> | ||
<LangVersion>default</LangVersion> | ||
<EnableDefaultCompileItems>false</EnableDefaultCompileItems> | ||
|
||
|
||
<GenerateDocumentationFile Condition=" '$(Configuration)' == 'Release' ">true</GenerateDocumentationFile> | ||
<GenerateDocumentationFile Condition=" '$(Configuration)' == 'Release' ">true</GenerateDocumentationFile> | ||
|
||
<DebugType>full</DebugType> | ||
<DebugType>full</DebugType> | ||
|
||
<DefineConstants>$(DefineConstants);</DefineConstants> | ||
<DefineConstants>$(DefineConstants);</DefineConstants> | ||
|
||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> | ||
</PropertyGroup> | ||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)'=='Debug' "> | ||
<DebugType>full</DebugType> | ||
<DebugSymbols>true</DebugSymbols> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)'=='Release' "> | ||
<DebugType>pdbonly</DebugType> | ||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)'=='Release' And '$(OS)' == 'Windows_NT' "> | ||
<DebugType>pdbonly</DebugType> | ||
<!-- sourcelink: Declare that the Repository URL can be published to NuSpec --> | ||
<PublishRepositoryUrl>true</PublishRepositoryUrl> | ||
<!-- sourcelink: Embed source files that are not tracked by the source control manager to the PDB --> | ||
<EmbedUntrackedSources>true</EmbedUntrackedSources> | ||
<!-- sourcelink: Include PDB in the built .nupkg --> | ||
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder> | ||
</PropertyGroup> | ||
<ItemGroup Condition=" '$(Configuration)'=='Release' And '$(OS)' == 'Windows_NT' "> | ||
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta2-18618-05" PrivateAssets="All" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Xamarin.Forms" Version="3.4.0.1009999" /> | ||
<Compile Include="*.shared.cs" /> | ||
</ItemGroup> | ||
|
||
|
||
<ItemGroup> | ||
<PackageReference Include="Xamarin.Forms" Version="3.0.0.446417" /> | ||
<PackageReference Include="MSBuild.Sdk.Extras" Version="1.4.0" PrivateAssets="All" /> | ||
<Compile Include="*.shared.cs" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup Condition=" $(TargetFramework.StartsWith('netstandard')) "> | ||
</ItemGroup> | ||
|
||
<ItemGroup Condition=" $(TargetFramework.StartsWith('netstandard')) "> | ||
</ItemGroup> | ||
<ItemGroup Condition=" $(TargetFramework.StartsWith('uap10.0')) "> | ||
<Compile Include="*.uwp.cs" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup Condition=" $(TargetFramework.StartsWith('uap10.0')) "> | ||
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform" Version="6.0.6" /> | ||
<Compile Include="*.uwp.cs" /> | ||
</ItemGroup> | ||
<ItemGroup Condition=" $(TargetFramework.StartsWith('MonoAndroid')) "> | ||
<Compile Include="*.android.cs" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup Condition=" $(TargetFramework.StartsWith('MonoAndroid')) "> | ||
<Compile Include="*.android.cs" /> | ||
</ItemGroup> | ||
<ItemGroup Condition=" $(TargetFramework.StartsWith('Xamarin.iOS')) "> | ||
<Compile Include="*.ios.cs" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup Condition=" $(TargetFramework.StartsWith('Xamarin.iOS')) "> | ||
<Compile Include="*.ios.cs" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup Condition=" $(TargetFramework.StartsWith('Xamarin.Mac')) "> | ||
<Compile Include="*.mac.cs" /> | ||
</ItemGroup> | ||
|
||
<Import Project="$(MSBuildSDKExtrasTargets)" Condition="Exists('$(MSBuildSDKExtrasTargets)')" /> | ||
|
||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="Xamarin.Forms" version="3.4.0.1008975" targetFramework="xamarinmac20" /> | ||
<package id="Xamarin.Forms" version="3.4.0.1009999" targetFramework="xamarinmac20" /> | ||
</packages> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.