Skip to content

Commit

Permalink
Merge pull request #63 from jamesmontemagno/devops
Browse files Browse the repository at this point in the history
Devops
  • Loading branch information
jamesmontemagno authored Mar 10, 2019
2 parents 5c23eb4 + 4918cf1 commit 8a8b01b
Show file tree
Hide file tree
Showing 19 changed files with 8,133 additions and 3,255 deletions.
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>h/~https://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

0 comments on commit 8a8b01b

Please sign in to comment.