Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Xamarin.MacDev/PlatformAvailability.cs
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,8 @@ public PlatformSet ()
}

/// <summary>
/// Initialize a <see cref="MonoDevelop.MacDev.PlatformVersion"/> struct with
/// version information encoded as a value of <see cref="ObjCRuntime.Platform"/>
/// Initialize a <c>PlatformVersion</c> struct with
/// version information encoded as a value of the <c>ObjCRuntime.Platform</c>
/// enum. For example (ulong)(Platform.iOS_8_0 | Platform.Mac_10_10).
/// </summary>
/// <param name="platformEncoding">Should have the bit format AAJJNNSSAAJJNNSS, where
Expand Down
2 changes: 2 additions & 0 deletions Xamarin.MacDev/Xamarin.MacDev.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
<LangVersion>latest</LangVersion>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<Nullable>enable</Nullable>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<NoWarn>$(NoWarn);CS1591</NoWarn>
<IsPackable>true</IsPackable>
</PropertyGroup>

Expand Down
Loading