Skip to content

Commit

Permalink
Update Version
Browse files Browse the repository at this point in the history
  • Loading branch information
ghost1372 committed Oct 19, 2023
1 parent f643560 commit b5a43db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dev/AlAnvar.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<LangVersion>latest</LangVersion>
<ImplicitUsings>enable</ImplicitUsings>
<WindowsAppSDKSelfContained>true</WindowsAppSDKSelfContained>
<Version>2.3.0</Version>
<Version>2.3.1</Version>
<AccelerateBuildsInVisualStudio>true</AccelerateBuildsInVisualStudio>
<ApplicationIcon>Assets\icon.ico</ApplicationIcon>
</PropertyGroup>
Expand Down
4 changes: 2 additions & 2 deletions dev/Helpers/AlAnvarSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
namespace AlAnvar.Helpers;
public class AlAnvarSettings : JsonSettings, IVersionable
{
[EnforcedVersion("2.2.0.0")]
public virtual Version Version { get; set; } = new Version(2, 2, 0, 0);
[EnforcedVersion("2.3.0.0")]
public virtual Version Version { get; set; } = new Version(2, 3, 0, 0);
public override string FileName { get; set; } = AppConfigPath;

public virtual bool UseDeveloperMode { get; set; }
Expand Down

0 comments on commit b5a43db

Please sign in to comment.