Skip to content

Commit

Permalink
Updated icon
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalii-bezuhlyi committed Sep 9, 2024
1 parent cf510ea commit 80200f7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.0</Version>
<Version>1.0.1</Version>
<PackageId>Apps.Microsoft365Calendar</PackageId>
<AssemblyName>Apps.Microsoft365Calendar</AssemblyName>
</PropertyGroup>
Expand Down
4 changes: 2 additions & 2 deletions 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.Communication, ApplicationCategory.Microsoft365Apps];
get => [ApplicationCategory.Microsoft365Apps];
set { }
}

Expand All @@ -23,7 +23,7 @@ public MicrosoftOutlookApplication(InvocationContext invocationContext) : base(i

public string Name
{
get => "Microsoft Outlook";
get => "Microsoft 365 Calendar";
set { }
}

Expand Down
Binary file modified Apps.Microsoft365Calendar/image/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 80200f7

Please sign in to comment.