Skip to content

Commit 37c6d9f

Browse files
authored
Version 1.0.1 (#4)
1 parent a15ff74 commit 37c6d9f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/NLog.Targets.MauiLog/NLog.Targets.MauiLog.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFrameworks Condition="'$(ContinuousIntegrationBuild)' != 'true'">netstandard2.0;net461</TargetFrameworks>
55
<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>
77
<AssemblyVersion>1.0.0.0</AssemblyVersion>
88
<AppVeyorBuildNumber>$(APPVEYOR_BUILD_NUMBER)</AppVeyorBuildNumber>
99
<AppVeyorBuildNumber Condition="'$(AppVeyorBuildNumber)' == ''">0</AppVeyorBuildNumber>
@@ -19,7 +19,8 @@
1919
<PackageIcon>N.png</PackageIcon>
2020
<PackageLicenseExpression>BSD-3-Clause</PackageLicenseExpression>
2121
<PackageReleaseNotes>
22-
- Initial Release
22+
- Added SupportedOSPlatformVersion = 10 for iOS
23+
- Added SupportedOSPlatformVersion = 21 for Android
2324
</PackageReleaseNotes>
2425

2526
<IsPackable>true</IsPackable>

0 commit comments

Comments
 (0)