Skip to content

Commit

Permalink
Update version to 3.0.2.104-RC.
Browse files Browse the repository at this point in the history
  • Loading branch information
hamster620 committed Jan 4, 2024
1 parent 394b826 commit ed18a2d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion PixelViewer/App.axaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ protected override void OnUpgradeSettings(ISettings settings, int oldVersion, in


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


// Version of settings.
Expand Down
6 changes: 3 additions & 3 deletions PixelViewer/PixelViewer.csproj
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AssemblyVersion>3.0.1.1024</AssemblyVersion>
<Version>3.0.1.1024</Version>
<AssemblyVersion>3.0.2.104</AssemblyVersion>
<Version>3.0.2.104</Version>
<Authors>Carina Studio</Authors>
<Company>Carina Studio</Company>
<Copyright>©2021-2023 Carina Studio</Copyright>
<Copyright>©2021-2024 Carina Studio</Copyright>
<OutputType>WinExe</OutputType>
<Nullable>enable</Nullable>
<BuiltInComInteropSupport>true</BuiltInComInteropSupport>
Expand Down

0 comments on commit ed18a2d

Please sign in to comment.