Skip to content

Commit

Permalink
Bug fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
EmreSeverr committed Sep 6, 2021
1 parent b47fe11 commit 40363b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VersionUpdater.Net.Sample/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ static async Task Main()
p.RepositoryName = "VersionUpdater.Net.Sample";
p.ScheduleConfig = new ScheduleConfig
{
CronExpression = "0 0 0/1 1/1 * ? *",//Every 1 hour.
CronExpression = @"* * * * *",//Every 1 minute.
TimeZoneInfo = TimeZoneInfo.Local
};
}).ConfigureAwait(false);
Expand Down
2 changes: 1 addition & 1 deletion VersionUpdater.Net.Sample/VersionUpdater.Net.Sample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<TargetFramework>net5.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<Version>1.0.4</Version>
<Version>1.0.3</Version>
<UpdateRequired>true</UpdateRequired>
</PropertyGroup>

Expand Down

0 comments on commit 40363b7

Please sign in to comment.