Skip to content

Commit

Permalink
fixes for nuget.org publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisthekap committed Mar 1, 2023
1 parent b2f7a75 commit 2e8dff7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Xamarin.FacebookSlim.iOS/Xamarin.FacebookSlim.iOS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
<RootNamespace>Xamarin.FacebookSlim.iOS</RootNamespace>
<SupportedOSPlatformVersion>12.5</SupportedOSPlatformVersion>
</PropertyGroup>

<PropertyGroup>
<IsPackable>true</IsPackable>
<PackageId>Xamarin.FacebookSlim.iOS</PackageId>
<Version>15.1.0.35</Version>
<Version>15.1.0.36</Version>
<Description>Contains bindings for https://github.com/facebook/facebook-ios-sdk</Description>
<Authors>Christian Kapplmüller, Hipolyto Obeso Huerta</Authors>
<Company>fun.music IT GmbH</Company>
Expand All @@ -36,7 +36,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'xamarin.ios10'">
<Compile Remove="ApiDefinitions.cs" />
<Compile Remove="StructsAndEnums.cs" />
Expand Down
2 changes: 1 addition & 1 deletion azure-pipeline-public-nuget-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ steps:
assets: 'Xamarin.FacebookSlim.iOS/nugetoutput/Xamarin.FacebookSlim.iOS.*.nupkg'
changeLogCompareToRelease: 'lastFullRelease'
changeLogType: 'issueBased'
displayName:
displayName: Create GitHub Release

0 comments on commit 2e8dff7

Please sign in to comment.