Skip to content

Commit 73b876c

Browse files
committed
Update version to 4.0.1.531 (2026.0.1).
1 parent c4b21f0 commit 73b876c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

PixelViewer/App.axaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@ static int ParseArguments(string[] args, int index, IDictionary<string, object>
666666

667667

668668
// Releasing type.
669-
public override ApplicationReleasingType ReleasingType => ApplicationReleasingType.Preview;
669+
public override ApplicationReleasingType ReleasingType => ApplicationReleasingType.Stable;
670670

671671

672672
/// <inheritdoc/>

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>4.0.0.509</AssemblyVersion>
4-
<Version>2026.0</Version>
3+
<AssemblyVersion>4.0.1.531</AssemblyVersion>
4+
<Version>2026.0.1</Version>
55
<Authors>Carina Studio</Authors>
66
<Company>Carina Studio</Company>
77
<Copyright>©2021-$([System.DateTime]::Now.Year) Carina Studio</Copyright>

0 commit comments

Comments
 (0)