|
1 | 1 | <Project> |
2 | 2 | <PropertyGroup> |
3 | | - <Copyright>Copyright (c) Martijn van Dijk</Copyright> |
| 3 | + <Copyright>Copyright (c) Baseflow</Copyright> |
4 | 4 | <PackageLicenseExpression>MIT</PackageLicenseExpression> |
5 | 5 | <PackageProjectUrl>https://github.com/Baseflow/ExoPlayerXamarin</PackageProjectUrl> |
6 | 6 | <PackageIconUrl>https://raw.githubusercontent.com/Baseflow/ExoPlayerXamarin/develop/icon.png</PackageIconUrl> |
7 | 7 | <!--<PackageIcon>icon.png</PackageIcon>--> |
8 | | - <Authors>Martijn van Dijk</Authors> |
| 8 | + <Authors>Martijn van Dijk, Baseflow</Authors> |
9 | 9 | <Owners>Baseflow</Owners> |
10 | 10 | <PackageTags>xamarin, exoplayer, exo, monodroid, C#, xamarin.android, android, audio, media, player, streaming, mp3</PackageTags> |
11 | 11 | <PackageReleaseNotes>https://github.com/Baseflow/ExoPlayerXamarin/releases</PackageReleaseNotes> |
12 | 12 | <PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance> |
13 | | - |
| 13 | + <NeutralLanguage>en-US</NeutralLanguage> |
| 14 | + <MinClientVersion>2.12</MinClientVersion> |
| 15 | + |
14 | 16 | <PublishRepositoryUrl>true</PublishRepositoryUrl> |
15 | 17 | <RepositoryUrl>https://github.com/Baseflow/ExoPlayerXamarin</RepositoryUrl> |
16 | 18 | <RepositoryType>git</RepositoryType> |
17 | 19 | <Product>$(AssemblyName) ($(TargetFramework))</Product> |
18 | | - <NeutralLanguage>en</NeutralLanguage> |
19 | | - <Version>2.11.4</Version> |
| 20 | + <Version>2.11.6</Version> |
20 | 21 | <Platform>AnyCPU</Platform> |
21 | | - |
| 22 | + <!--<TreatWarningsAsErrors>true</TreatWarningsAsErrors>--> |
| 23 | + |
22 | 24 | <!--<Nullable>enable</Nullable>--> |
23 | 25 | <LangVersion>8.0</LangVersion> |
24 | 26 | <NoWarn>$(NoWarn);1591;1701;1702;1705;VSX1000;CS0109;CS0108;CS0618;CS0114;NU1603</NoWarn> |
|
31 | 33 |
|
32 | 34 | <DisableExtraReferences>true</DisableExtraReferences> |
33 | 35 | </PropertyGroup> |
34 | | - |
| 36 | + |
35 | 37 | <PropertyGroup Condition=" '$(Configuration)' == 'Release' "> |
| 38 | + <!--<SymbolPackageFormat>snupkg</SymbolPackageFormat>--> |
| 39 | + <IncludeSymbols>true</IncludeSymbols> |
| 40 | + <AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder> |
| 41 | + <EmbedUntrackedSources>true</EmbedUntrackedSources> |
| 42 | + |
36 | 43 | <DesignTimeBuild>false</DesignTimeBuild> |
37 | | - <GenerateDocumentationFile>true</GenerateDocumentationFile> |
38 | | - <GeneratePackageOnBuild Condition=" '$(IsTestProject)' != 'true'">true</GeneratePackageOnBuild> |
39 | 44 | <DebugType>portable</DebugType> |
40 | 45 | <DebugSymbols>true</DebugSymbols> |
| 46 | + |
| 47 | + <GenerateDocumentationFile>true</GenerateDocumentationFile> |
| 48 | + <GeneratePackageOnBuild Condition=" '$(IsTestProject)' != 'true'">true</GeneratePackageOnBuild> |
| 49 | + </PropertyGroup> |
| 50 | + |
| 51 | + <PropertyGroup Condition="'$(IsTestProject)' != 'true' and'$(TF_BUILD)' == 'true'"> |
| 52 | + <ContinuousIntegrationBuild>true</ContinuousIntegrationBuild> |
| 53 | + <Deterministic>true</Deterministic> |
41 | 54 | </PropertyGroup> |
42 | 55 |
|
43 | 56 | <PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> |
44 | 57 | <DebugType>full</DebugType> |
45 | 58 | <DebugSymbols>true</DebugSymbols> |
46 | 59 | </PropertyGroup> |
47 | 60 |
|
48 | | - <PropertyGroup Condition=" '$(Configuration)' == 'Release' And '$(OS)' == 'Windows_NT' "> |
49 | | - <!--<IncludeSymbols>true</IncludeSymbols> |
50 | | - <SymbolPackageFormat>snupkg</SymbolPackageFormat>--> |
51 | | - |
52 | | - <PublishRepositoryUrl>true</PublishRepositoryUrl> |
53 | | - <EmbedUntrackedSources>true</EmbedUntrackedSources> |
54 | | - <AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder> |
55 | | - </PropertyGroup> |
56 | | - |
57 | | - <ItemGroup> |
| 61 | + <ItemGroup Condition="'$(IsLibraryProject)' == 'true'"> |
58 | 62 | <None Include="$(MSBuildThisFileDirectory)\LICENSE" Pack="true" PackagePath="\" /> |
59 | 63 | <None Include="$(MSBuildThisFileDirectory)\icon.png" Pack="true" PackagePath="\" /> |
60 | 64 | </ItemGroup> |
61 | 65 |
|
62 | | - <ItemGroup Condition=" '$(SourceLinkEnabled)' != 'false' "> |
| 66 | + <ItemGroup Condition="'$(IsTestProject)' != 'true' and '$(SourceLinkEnabled)' != 'false' and '$(IsLibraryProject)' == 'true'"> |
63 | 67 | <PackageReference Include="SourceLink.Create.CommandLine" Version="2.8.3" PrivateAssets="All" /> |
64 | 68 | <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" /> |
65 | 69 | </ItemGroup> |
66 | 70 |
|
| 71 | + <PropertyGroup> |
| 72 | + <TargetFrameworkMonikerAssemblyAttributesPath>$([System.IO.Path]::Combine('$(IntermediateOutputPath)','$(TargetFrameworkMoniker).AssemblyAttributes$(DefaultLanguageSourceExtension)'))</TargetFrameworkMonikerAssemblyAttributesPath> |
| 73 | + </PropertyGroup> |
| 74 | + |
| 75 | + <ItemGroup> |
| 76 | + <EmbeddedFiles Include="$(GeneratedAssemblyInfoFile)"/> |
| 77 | + </ItemGroup> |
| 78 | + |
| 79 | + <ItemGroup> |
| 80 | + <PackageReference Include="Roslynator.Analyzers" Version="2.3.0"> |
| 81 | + <PrivateAssets>all</PrivateAssets> |
| 82 | + <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
| 83 | + </PackageReference> |
| 84 | + <PackageReference Include="AsyncFixer" Version="1.3.0"> |
| 85 | + <PrivateAssets>all</PrivateAssets> |
| 86 | + <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
| 87 | + </PackageReference> |
| 88 | + <!--<PackageReference Include="IDisposableAnalyzers" Version="3.3.1"> |
| 89 | + <PrivateAssets>all</PrivateAssets> |
| 90 | + <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
| 91 | + </PackageReference>--> |
| 92 | + <PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="3.0.0"> |
| 93 | + <PrivateAssets>all</PrivateAssets> |
| 94 | + <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
| 95 | + </PackageReference> |
| 96 | + </ItemGroup> |
| 97 | + |
67 | 98 | <!--<ItemGroup> |
68 | 99 | <PackageReference Include="Xamarin.Build.Download" Version="0.8.0" PrivateAssets="All" /> |
69 | 100 | </ItemGroup>--> |
|
0 commit comments