Skip to content

Commit 97d7667

Browse files
committed
Update license year and project settings
- Updated copyright year in the license file to 2024 - Added a package ID to the project configuration
1 parent 0aff11d commit 97d7667

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022 Michael Stonis
3+
Copyright (c) 2024 Michael Stonis
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

MauiKeyboardEffects/MauiKeyboardEffects.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
<SingleProject>true</SingleProject>
77
<ImplicitUsings>enable</ImplicitUsings>
88
<Nullable>enable</Nullable>
9-
9+
<PackageId>EightBot.MauiKeyboardEffects</PackageId>
10+
1011
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'">11.0</SupportedOSPlatformVersion>
1112
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android'">21.0</SupportedOSPlatformVersion>
1213
</PropertyGroup>

0 commit comments

Comments
 (0)