Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
turbolocust committed Jan 3, 2022
1 parent 6bc065d commit 8e91e48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion SimpleZIP_UI/Package.appxmanifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:iot="http://schemas.microsoft.com/appx/manifest/iot/windows10" IgnorableNamespaces="uap mp iot">
<Identity Name="13323AA47phU.SimpleZIP" Publisher="CN=F076DB47-B438-4B57-85AE-EAC4B9DEAE80" Version="3.4.14.0" />
<Identity Name="13323AA47phU.SimpleZIP" Publisher="CN=F076DB47-B438-4B57-85AE-EAC4B9DEAE80" Version="3.4.17.0" />
<mp:PhoneIdentity PhoneProductId="f3580b41-a822-48b2-9b32-c6637d2a3a54" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Properties>
<DisplayName>SimpleZIP</DisplayName>
Expand Down
4 changes: 2 additions & 2 deletions SimpleZIP_UI_TEST/SimpleZIP_UI_TEST.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -169,10 +169,10 @@
<Version>6.2.13</Version>
</PackageReference>
<PackageReference Include="MSTest.TestAdapter">
<Version>2.2.7</Version>
<Version>2.2.8</Version>
</PackageReference>
<PackageReference Include="MSTest.TestFramework">
<Version>2.2.7</Version>
<Version>2.2.8</Version>
</PackageReference>
<PackageReference Include="System.IO.FileSystem">
<Version>4.3.0</Version>
Expand Down

0 comments on commit 8e91e48

Please sign in to comment.