Skip to content

Commit

Permalink
cs proj fix
Browse files Browse the repository at this point in the history
  • Loading branch information
thudugala committed May 20, 2019
1 parent 34e192a commit 956ac95
Showing 1 changed file with 4 additions and 20 deletions.
24 changes: 4 additions & 20 deletions scr/Plugin.LocalNotification/Plugin.LocalNotification.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
<PackageProjectUrl>https://github.com/thudugala/Plugin.LocalNotification</PackageProjectUrl>
<RepositoryUrl>https://github.com/thudugala/Plugin.LocalNotification</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>The local notification plugin provides a way to show local notifications from Xamarin apps.</Description>
<PackageIconUrl>https://raw.githubusercontent.com/thudugala/Plugin.LocalNotification/master/Screenshots/icon.png</PackageIconUrl>
<Copyright>Copyright © Elvin (Tharindu) Thudugala</Copyright>
<Version>3.0.0</Version>
<Version>3.0.2</Version>
<PackageReleaseNotes>Check: https://github.com/thudugala/Plugin.LocalNotification/releases </PackageReleaseNotes>
<owners>ththlk,masonyc,TimNZ</owners>
<Owners>ththlk,masonyc</Owners>

<!-- Optional: Publish the repository URL in the built .nupkg (in the NuSpec <Repository> element) -->
<PublishRepositoryUrl>true</PublishRepositoryUrl>
Expand All @@ -33,10 +33,6 @@
<!-- Optional: Build symbol package (.snupkg) to distribute the PDB containing Source Link -->
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<Company />

<!-- Optional: Include the PDB in the built .nupkg -->
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
</PropertyGroup>

<ItemGroup>
Expand All @@ -49,23 +45,11 @@
</ItemGroup>

<ItemGroup Condition="$(TargetFramework.StartsWith('MonoAndroid'))">
<Reference Include="Mono.Android" />
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Xml" />
<PackageReference Include="Xamarin.Android.Support.v4" Version="28.0.0.1" />
<Compile Include="**/Platform/Droid/**/*.cs" />
</ItemGroup>

<ItemGroup Condition="$(TargetFramework.StartsWith('Xamarin.iOS'))">
<Reference Include="System" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="Xamarin.iOS" />
<Compile Include="**/Platform/iOS/**/*.cs" />
</ItemGroup>
</Project>

</Project>

0 comments on commit 956ac95

Please sign in to comment.