Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Devops #63

Merged
merged 2 commits into from
Mar 10, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 2.4.0
* Multitarget and Azure DevOps

## 2.2.3
* Fixes #45 Extra space on iOS
* Fixes #37 Content Too Low
Expand Down
8 changes: 2 additions & 6 deletions Droid/RefreshSample.Droid.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,18 +46,14 @@
<Reference Include="Mono.Android" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\PullToRefresh\PullToRefresh.Standard\PullToRefresh.Standard.csproj">
<ProjectReference Include="..\PullToRefresh\PullToRefresh.Standard\PullToRefresh.csproj">
<Project>{10ab134c-d1b9-4589-8121-3ceb3d21d096}</Project>
<Name>PullToRefresh.Standard</Name>
<Name>PullToRefresh</Name>
</ProjectReference>
<ProjectReference Include="..\RefreshSample\RefreshSample.csproj">
<Project>{E8A3B142-4FDA-44D2-AC4C-2578150D4E27}</Project>
<Name>RefreshSample</Name>
</ProjectReference>
<ProjectReference Include="..\PullToRefresh\PullToRefresh.Droid\PullToRefresh.Droid.csproj">
<Project>{73AC7531-ACC8-477C-87E1-5671B9F71FC8}</Project>
<Name>PullToRefresh.Droid</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Compile Include="MainActivity.cs" />
Expand Down
10,960 changes: 8,043 additions & 2,917 deletions Droid/Resources/Resource.designer.cs

Large diffs are not rendered by default.

27 changes: 0 additions & 27 deletions PullToRefresh/PullToRefresh.Droid/Properties/AssemblyInfo.cs

This file was deleted.

83 changes: 0 additions & 83 deletions PullToRefresh/PullToRefresh.Droid/PullToRefresh.Droid.csproj

This file was deleted.

44 changes: 0 additions & 44 deletions PullToRefresh/PullToRefresh.Droid/Resources/AboutResources.txt

This file was deleted.

Empty file.
21 changes: 0 additions & 21 deletions PullToRefresh/PullToRefresh.Standard/PullToRefresh.Standard.csproj

This file was deleted.

75 changes: 75 additions & 0 deletions PullToRefresh/PullToRefresh.Standard/PullToRefresh.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
<Project Sdk="MSBuild.Sdk.Extras/1.6.61">
<PropertyGroup>
<TargetFrameworks>netstandard1.0;netstandard2.0;MonoAndroid81;MonoAndroid90;Xamarin.iOS10</TargetFrameworks>
<AssemblyName>Refractored.XamForms.PullToRefresh</AssemblyName>
<RootNamespace>Refractored.XamForms.PullToRefresh</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>Refractored.XamForms.PullToRefresh</PackageId>
<PackOnBuild>true</PackOnBuild>
<PackageIconUrl>http://www.refractored.com/images/pull_to_refresh.png</PackageIconUrl>
<PackageLicenseUrl>hhttps://github.com/jamesmontemagno/Xamarin.Forms-PullToRefreshLayout</PackageLicenseUrl>
<Owners>JamesMontemagno</Owners>
<PackageProjectUrl>https://github.com/jamesmontemagno/Xamarin.Forms-PullToRefreshLayout</PackageProjectUrl>
<Summary>Enhanced Pull To Refresh Layout for Xamarin.Forms</Summary>
<PackageTags>xamarin, pcl, xam.pcl, android, xamarin.forms, ios, pull to refresh, refresh, swipe</PackageTags>
<Title>PullToRefresh Layout for Xamarin.Forms</Title>
<Description>
Add Pull to Refresh to ScrollView or group a ListView. See Project for more details
Ensure you call PullToRefreshLayoutRenderer.Init() on each platform!
Built against: 3.6.0.220655
</Description>
<Copyright>Copyright 2019</Copyright>
<RepositoryUrl>https://github.com/jamesmontemagno/Xamarin.Forms-PullToRefreshLayout</RepositoryUrl>
<PackageReleaseNotes>See: https://github.com/jamesmontemagno/Xamarin.Forms-PullToRefreshLayout </PackageReleaseNotes>

<NeutralLanguage>en</NeutralLanguage>
<LangVersion>default</LangVersion>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>

<DefineConstants>$(DefineConstants);</DefineConstants>

</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)'=='Debug' ">
<DebugType>full</DebugType>
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)'=='Release' ">
<DebugType>pdbonly</DebugType>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</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>
<Compile Include="**\*.shared.cs" />
<PackageReference Include="Xamarin.Forms" Version="3.6.0.220655"/>
</ItemGroup>

<ItemGroup Condition=" $(TargetFramework.StartsWith('netstandard')) ">
</ItemGroup>


<ItemGroup Condition=" $(TargetFramework.StartsWith('MonoAndroid')) ">
<Compile Include="**\*.android.cs" />
</ItemGroup>

<ItemGroup Condition=" $(TargetFramework.StartsWith('Xamarin.iOS')) ">
<Compile Include="**\*.ios.cs" />
</ItemGroup>


</Project>
27 changes: 0 additions & 27 deletions PullToRefresh/PullToRefresh.iOS/Properties/AssemblyInfo.cs

This file was deleted.

59 changes: 0 additions & 59 deletions PullToRefresh/PullToRefresh.iOS/PullToRefresh.iOS.csproj

This file was deleted.

Loading