Skip to content

Commit e8b3947

Browse files
committed
Update version to 3.1.0.326-preview.
1 parent 3f56394 commit e8b3947

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.Stable;
570+
public override ApplicationReleasingType ReleasingType => ApplicationReleasingType.Preview;
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.1.0.0</AssemblyVersion>
4-
<Version>3.1.0.0</Version>
3+
<AssemblyVersion>3.1.0.326</AssemblyVersion>
4+
<Version>3.1.0.326</Version>
55
<Authors>Carina Studio</Authors>
66
<Company>Carina Studio</Company>
77
<Copyright>©2021-2024 Carina Studio</Copyright>

0 commit comments

Comments
 (0)