Skip to content

Commit

Permalink
Merge pull request #4 from bb-io/develop
Browse files Browse the repository at this point in the history
Updated categories
  • Loading branch information
vitalii-bezuhlyi authored Sep 9, 2024
2 parents 6b6b642 + 848b344 commit 5b8847b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Apps.Microsoft365Calendar/Apps.Microsoft365Calendar.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Nullable>enable</Nullable>
<Product>Microsoft 365 Calendar</Product>
<Description>Microsoft 365 Calendar app that allows you to access and manage your calendar events.</Description>
<Version>1.0.2</Version>
<Version>1.0.3</Version>
<PackageId>Apps.Microsoft365Calendar</PackageId>
<AssemblyName>Apps.Microsoft365Calendar</AssemblyName>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion Apps.Microsoft365Calendar/MicrosoftOutlookApplication.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public class MicrosoftOutlookApplication : BaseInvocable, IApplication, ICategor

public IEnumerable<ApplicationCategory> Categories
{
get => [ApplicationCategory.Microsoft365Apps];
get => [ApplicationCategory.Microsoft365Apps, ApplicationCategory.Communication];
set { }
}

Expand Down

0 comments on commit 5b8847b

Please sign in to comment.