Skip to content

Commit

Permalink
Version 2.0.1.2408
Browse files Browse the repository at this point in the history
  • Loading branch information
lpeyr committed Aug 24, 2024
1 parent ef62dd1 commit 0a600a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DayBar/Classes/Global.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ namespace DayBar.Classes
{
public static class Global
{
public static string Version => "2.0.0.2404";
public static string Version => "2.0.1.2408";
public static string LastVersionLink => "https://raw.githubusercontent.com/Leo-Corporation/LeoCorp-Docs/master/Liens/Update%20System/DayBar/Version.txt";
public static HomePage HomePage { get; set; }

Check warning on line 41 in DayBar/Classes/Global.cs

View workflow job for this annotation

GitHub Actions / build

Non-nullable property 'HomePage' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.

Check warning on line 41 in DayBar/Classes/Global.cs

View workflow job for this annotation

GitHub Actions / build

Non-nullable property 'HomePage' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
public static SettingsPage SettingsPage { get; set; }

Check warning on line 42 in DayBar/Classes/Global.cs

View workflow job for this annotation

GitHub Actions / build

Non-nullable property 'SettingsPage' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.

Check warning on line 42 in DayBar/Classes/Global.cs

View workflow job for this annotation

GitHub Actions / build

Non-nullable property 'SettingsPage' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Expand Down
2 changes: 1 addition & 1 deletion DayBar/DayBar.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<ApplicationIcon>DayBar.ico</ApplicationIcon>
<ApplicationManifest>app.manifest</ApplicationManifest>
<Title>DayBar</Title>
<Version>2.0.0.2404</Version>
<Version>2.0.1.2408</Version>
<Authors>Léo Corporation</Authors>
<Company>Léo Corporation</Company>
<Copyright>© 2024</Copyright>
Expand Down

0 comments on commit 0a600a8

Please sign in to comment.