Skip to content

Commit

Permalink
fixed wrong attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
mathijs-bb committed May 14, 2024
1 parent c0a3176 commit 9daf8fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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>Bureau Works</Product>
<Version>1.0.8</Version>
<Version>1.0.9</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
4 changes: 2 additions & 2 deletions Apps.BWX/Webhooks/Payload/WorkUnitStatusChangedEvent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ public class WorkUnitStatusChangedEvent
[JsonProperty("project_file_name")]
public string ProjectFileName { get; set; }

[Display("Project step level", NullValueHandling = NullValueHandling.Ignore)]
[JsonProperty("project_step_level")]
[Display("Project step level")]
[JsonProperty("project_step_level", NullValueHandling = NullValueHandling.Ignore)]
public int ProjectStepLevel { get; set; }

[Display("Source locale")]
Expand Down

0 comments on commit 9daf8fd

Please sign in to comment.