Skip to content

Commit 0d02d1d

Browse files
committed
Update version to 3.0.5.214.
1 parent 182035b commit 0d02d1d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

PixelViewer/App.axaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ protected override void OnUpgradeSettings(ISettings settings, int oldVersion, in
567567

568568

569569
// Releasing type.
570-
public override ApplicationReleasingType ReleasingType => ApplicationReleasingType.ReleaseCandidate;
570+
public override ApplicationReleasingType ReleasingType => ApplicationReleasingType.Stable;
571571

572572

573573
// Version of settings.

PixelViewer/PixelViewer.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<AssemblyVersion>3.0.4.208</AssemblyVersion>
4-
<Version>3.0.4.208</Version>
3+
<AssemblyVersion>3.0.5.214</AssemblyVersion>
4+
<Version>3.0.5.214</Version>
55
<Authors>Carina Studio</Authors>
66
<Company>Carina Studio</Company>
77
<Copyright>©2021-2024 Carina Studio</Copyright>

0 commit comments

Comments
 (0)