Skip to content

Commit

Permalink
Updated categories
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalii-bezuhlyi committed Apr 25, 2024
1 parent 59f3a52 commit bfdf8cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Apps.BWX/Apps.BWX.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Product>BWX</Product>
<Version>1.0.2</Version>
<Version>1.0.3</Version>
<Description>Bureau Works is cutting edge translation software that helps its users translate at greater speeds and with an increased sense of authorship.</Description>
<AssemblyName>Apps.BWX</AssemblyName>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion Apps.BWX/BWXApplication.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ public class BWXApplication : IApplication, ICategoryProvider
{
public IEnumerable<ApplicationCategory> Categories
{
get => [ApplicationCategory.CatAndTms];
get => [ApplicationCategory.CatAndTms, ApplicationCategory.TranslationBusinessManagement];
set { }
}

Expand Down

0 comments on commit bfdf8cd

Please sign in to comment.