This repository was archived by the owner on Mar 26, 2025. It is now read-only.
File tree 4 files changed +4
-5
lines changed
example/ExampleShortcutBadgerApp
src/XamarinShortcutBadger
4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
- <TargetFramework >net6 .0-android</TargetFramework >
3
+ <TargetFramework >net8 .0-android</TargetFramework >
4
4
<SupportedOSPlatformVersion >21</SupportedOSPlatformVersion >
5
5
<OutputType >Exe</OutputType >
6
6
<Nullable >enable</Nullable >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<manifest xmlns : android =" http://schemas.android.com/apk/res/android" package =" ExampleShortcutBadgerApp.ExampleShortcutBadgerApp" android : versionCode =" 1" android : versionName =" 1.0" >
3
- <uses-sdk android : minSdkVersion =" 21" />
4
3
<application android : label =" ExampleShortcutBadgerApp" ></application >
5
4
</manifest >
Original file line number Diff line number Diff line change 1
1
{
2
2
"sdk" : {
3
- "version" : " 6 .0.400 " ,
3
+ "version" : " 8 .0.100 " ,
4
4
"allowPrerelease" : false
5
5
}
6
6
}
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
- <TargetFramework >net6 .0-android </TargetFramework >
3
+ <TargetFramework >net8 .0-android34.0 </TargetFramework >
4
4
<SupportedOSPlatformVersion >21.0</SupportedOSPlatformVersion >
5
5
6
6
<!-- Assembly & NuGet Info -->
7
7
<Title >Shortcut Badger for Xamarin.Android and .NET for Android</Title >
8
8
<Description >The ShortcutBadger makes your Android App show the count of unread messages as a badge on your App shortcut.</Description >
9
- <Version >1.1.21.60 </Version >
9
+ <Version >1.1.21.80 </Version >
10
10
<Authors >Leo Lin, Yauheni Pakala</Authors >
11
11
<Owners >Yauheni Pakala</Owners >
12
12
<PackageId >Xamarin.ShortcutBadger</PackageId >
You can’t perform that action at this time.
0 commit comments