Skip to content

Commit

Permalink
Update some props
Browse files Browse the repository at this point in the history
  • Loading branch information
martijn00 committed Oct 9, 2019
1 parent 0147a58 commit 2d337d5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,4 @@ artifacts/
.sonarqube/

# dotnet tools
.store/

!Dlls/**
.store/
17 changes: 9 additions & 8 deletions Directory.build.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,26 @@
<Copyright>Copyright (c) Martijn van Dijk</Copyright>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/martijn00/LottieXamarin</PackageProjectUrl>
<PackageIconUrl>https://raw.githubusercontent.com/martijn00/LottieXamarin/master/icon_lottie.png</PackageIconUrl>
<PackageIconUrl>https://raw.githubusercontent.com/martijn00/LottieXamarin/develop/icon.png</PackageIconUrl>
<!--<PackageIcon>icon.png</PackageIcon>-->
<Authors>Martijn van Dijk</Authors>
<Owners>martijn00</Owners>
<PackageTags>xamarin, monodroid, C#, xamarin.android, Forms, android, Lottie, animation, airbnb</PackageTags>
<PackageReleaseNotes></PackageReleaseNotes>
<PackageReleaseNotes>https://github.com/martijn00/LottieXamarin/releases</PackageReleaseNotes>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>

<PublishRepositoryUrl>true</PublishRepositoryUrl>

<RepositoryUrl>https://github.com/martijn00/LottieXamarin</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<Product>$(AssemblyName) ($(TargetFramework))</Product>
<NeutralLanguage>en</NeutralLanguage>
<Version>3.0.0</Version>
<Platform>AnyCPU</Platform>

<LangVersion>7.3</LangVersion>
<NoWarn>$(NoWarn);1591;1701;1702;1705;VSX1000;NU1603</NoWarn>

<IsTestProject>$(MSBuildProjectName.Contains('UnitTest'))</IsTestProject>
<IsLibraryProject>$(MSBuildProjectName.Contains('Lottie'))</IsLibraryProject>
</PropertyGroup>

<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
Expand All @@ -47,8 +48,8 @@
</PropertyGroup>

<ItemGroup Condition="'$(IsTestProject)' != 'true'">
<!--<PackageReference Include="Microsoft.CSharp" Version="4.5.0" PrivateAssets="All" />-->
<None Include="$(MSBuildThisFileDirectory)\LICENSE" Pack="true" PackagePath=""/>
<None Include="$(MSBuildThisFileDirectory)\LICENSE" Pack="true" PackagePath="\" />
<None Include="$(MSBuildThisFileDirectory)\icon.png" Pack="true" PackagePath="\" />
</ItemGroup>

<ItemGroup Condition="'$(IsTestProject)' != 'true' and '$(SourceLinkEnabled)' != 'false' and '$(IsLibraryProject)' == 'true'">
Expand Down
File renamed without changes

0 comments on commit 2d337d5

Please sign in to comment.