From 6f0739442f9694a6a72fb305ef24845037e0a5e4 Mon Sep 17 00:00:00 2001 From: Steve Maier <82616727+SteveMaier-IRT@users.noreply.github.com> Date: Thu, 10 Aug 2023 11:01:09 -0400 Subject: [PATCH] Update CommunityToolkit version (#429) Update App version Fix linting warning. --- src/electionguard-ui/Directory.Packages.props | 2 +- .../ElectionGuard.UI.Lib/Services/FileSystem/ZipService.cs | 2 +- src/electionguard-ui/ElectionGuard.UI/ElectionGuard.UI.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/electionguard-ui/Directory.Packages.props b/src/electionguard-ui/Directory.Packages.props index 73f3023b2..3db6fdda5 100644 --- a/src/electionguard-ui/Directory.Packages.props +++ b/src/electionguard-ui/Directory.Packages.props @@ -1,6 +1,6 @@ - + diff --git a/src/electionguard-ui/ElectionGuard.UI.Lib/Services/FileSystem/ZipService.cs b/src/electionguard-ui/ElectionGuard.UI.Lib/Services/FileSystem/ZipService.cs index 39f070208..706077fe7 100644 --- a/src/electionguard-ui/ElectionGuard.UI.Lib/Services/FileSystem/ZipService.cs +++ b/src/electionguard-ui/ElectionGuard.UI.Lib/Services/FileSystem/ZipService.cs @@ -4,7 +4,7 @@ namespace ElectionGuard.UI.Lib.Services; public class ZipStorageService : IStorageService { - private string _zipFile; + private string _zipFile = string.Empty; private ZipArchiveMode ZipMode => File.Exists(_zipFile) ? ZipArchiveMode.Update : ZipArchiveMode.Create; diff --git a/src/electionguard-ui/ElectionGuard.UI/ElectionGuard.UI.csproj b/src/electionguard-ui/ElectionGuard.UI/ElectionGuard.UI.csproj index 806b8067a..b386cf721 100644 --- a/src/electionguard-ui/ElectionGuard.UI/ElectionGuard.UI.csproj +++ b/src/electionguard-ui/ElectionGuard.UI/ElectionGuard.UI.csproj @@ -19,7 +19,7 @@ 1.91 - 3 + 6 15.3 10.0.19041.0