File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<TargetFrameworks Condition =" '$(ContinuousIntegrationBuild)' != 'true'" >netstandard2.0;net461</TargetFrameworks >
5
5
<TargetFrameworks Condition =" '$(ContinuousIntegrationBuild)' == 'true'" >netstandard2.0;Xamarin.iOS10;Xamarin.Mac20;MonoAndroid90;net6.0-ios;net6.0-macos;net6.0-android;net6.0-maccatalyst</TargetFrameworks >
6
- <VersionPrefix >1.0.0 </VersionPrefix >
6
+ <VersionPrefix >1.0.1 </VersionPrefix >
7
7
<AssemblyVersion >1.0.0.0</AssemblyVersion >
8
8
<AppVeyorBuildNumber >$(APPVEYOR_BUILD_NUMBER)</AppVeyorBuildNumber >
9
9
<AppVeyorBuildNumber Condition =" '$(AppVeyorBuildNumber)' == ''" >0</AppVeyorBuildNumber >
19
19
<PackageIcon >N.png</PackageIcon >
20
20
<PackageLicenseExpression >BSD-3-Clause</PackageLicenseExpression >
21
21
<PackageReleaseNotes >
22
- - Initial Release
22
+ - Added SupportedOSPlatformVersion = 10 for iOS
23
+ - Added SupportedOSPlatformVersion = 21 for Android
23
24
</PackageReleaseNotes >
24
25
25
26
<IsPackable >true</IsPackable >
You can’t perform that action at this time.
0 commit comments