Skip to content

Commit

Permalink
Release v1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-lerch committed Jul 29, 2022
1 parent 30f4ef6 commit 3c0fc78
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Vocup.Packaging/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:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities" IgnorableNamespaces="uap mp rescap">
<Identity Name="9961VectorData.Vocup" Publisher="CN=FDFCA12E-D0B5-4F1F-869D-7F97CD35B39E" Version="1.9.1.0" />
<Identity Name="9961VectorData.Vocup" Publisher="CN=FDFCA12E-D0B5-4F1F-869D-7F97CD35B39E" Version="1.9.2.0" />
<Properties>
<DisplayName>Vocup</DisplayName>
<PublisherDisplayName>VectorData</PublisherDisplayName>
Expand Down
4 changes: 2 additions & 2 deletions src/Vocup/Vocup.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>net6.0-windows10.0.19041.0</TargetFramework>
<Nullable>enable</Nullable>
<TargetPlatformMinVersion>7.0</TargetPlatformMinVersion>
<TargetPlatformMinVersion>10.0.10240.0</TargetPlatformMinVersion>
<Platforms>AnyCPU;x86;x64</Platforms>
<RuntimeIdentifiers>win-x86;win-x64</RuntimeIdentifiers>
<OutputType>WinExe</OutputType>
Expand All @@ -13,7 +13,7 @@
<Description>Vocabulary training application</Description>
<Company>VectorData</Company>
<Copyright>Copyright © 2011 Florian Amstutz, © 2018-2022 Daniel Lerch.</Copyright>
<Version>1.9.1</Version>
<Version>1.9.2</Version>
<NeutralLanguage>en</NeutralLanguage>
</PropertyGroup>
<ItemGroup>
Expand Down

0 comments on commit 3c0fc78

Please sign in to comment.