Skip to content
This repository has been archived by the owner on Jun 4, 2022. It is now read-only.

Commit

Permalink
feat: Updated nuget packages
Browse files Browse the repository at this point in the history
  • Loading branch information
andyld97 committed Jun 3, 2022
1 parent 565bf36 commit c29ef07
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
Binary file not shown.
6 changes: 3 additions & 3 deletions Clock11/Clock11.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<ApplicationManifest>app.manifest</ApplicationManifest>
<ApplicationIcon>Assets\icon\clock.ico</ApplicationIcon>
<StartupObject>Clock11.SingleInstanceManager</StartupObject>
<AssemblyVersion>1.3.2</AssemblyVersion>
<FileVersion>1.3.2</FileVersion>
<AssemblyVersion>1.3.3</AssemblyVersion>
<FileVersion>1.3.3</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand All @@ -22,7 +22,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="DotnetRuntimeBootstrapper" Version="2.0.2">
<PackageReference Include="DotnetRuntimeBootstrapper" Version="2.2.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
2 changes: 1 addition & 1 deletion Clock11/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ private void AboutButton_Click(object? sender, EventArgs e)
if (aboutDialog == null)
{
aboutDialog = new AboutDialog(this);
aboutDialog.OnClosingSettingsDialog += delegate (object? sender, EventArgs e) { settingsDialog = null; };
aboutDialog.OnClosingSettingsDialog += delegate (object? sender, EventArgs e) { aboutDialog = null; };
aboutDialog.ShowDialog();
}
else
Expand Down
2 changes: 1 addition & 1 deletion Clock11/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Clock11/Resources.de.resx
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@
Programmiert von Andreas L.</value>
</data>
<data name="strReleaseDate" xml:space="preserve">
<value>07.12.2021 15:17 Uhr</value>
<value>07.12.2021 17:19 Uhr</value>
</data>
<data name="strSettingsDialog_ShowSeconds" xml:space="preserve">
<value>Sekunden anzeigen</value>
Expand Down
2 changes: 1 addition & 1 deletion Clock11/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
Programmed by Andreas L.</value>
</data>
<data name="strReleaseDate" xml:space="preserve">
<value>07/12/2021 3:18 PM</value>
<value>07/12/2021 5:19 PM</value>
</data>
<data name="strSettingsDialog_ShowSeconds" xml:space="preserve">
<value>Show seconds</value>
Expand Down

0 comments on commit c29ef07

Please sign in to comment.