Skip to content

Commit

Permalink
Update version to 3.0.5.709.
Browse files Browse the repository at this point in the history
  • Loading branch information
hamster620 committed Jul 8, 2023
1 parent 4d3c687 commit 178d0ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ULogViewer/App.axaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@ public void OpenFeedbackPage() =>


// Releasing type.
public override ApplicationReleasingType ReleasingType => ApplicationReleasingType.ReleaseCandidate;
public override ApplicationReleasingType ReleasingType => ApplicationReleasingType.Stable;


// Version of settings.
Expand Down
4 changes: 2 additions & 2 deletions ULogViewer/ULogViewer.csproj
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<AssemblyVersion>3.0.4.629</AssemblyVersion>
<Version>3.0.4.629</Version>
<AssemblyVersion>3.0.5.709</AssemblyVersion>
<Version>3.0.5.709</Version>
<OutputType>WinExe</OutputType>
<DebugType>embedded</DebugType>
<RootNamespace>CarinaStudio.ULogViewer</RootNamespace>
Expand Down

0 comments on commit 178d0ca

Please sign in to comment.