Skip to content

Commit 24e21be

Browse files
committed
Release v2.0.0
1 parent 1bc8f41 commit 24e21be

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Vocup.Packaging/Package.appxmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<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">
3-
<Identity Name="9961VectorData.Vocup" Publisher="CN=FDFCA12E-D0B5-4F1F-869D-7F97CD35B39E" Version="1.9.5.0" />
3+
<Identity Name="9961VectorData.Vocup" Publisher="CN=FDFCA12E-D0B5-4F1F-869D-7F97CD35B39E" Version="2.0.0.0" />
44
<Properties>
55
<DisplayName>Vocup</DisplayName>
66
<PublisherDisplayName>Daniel Lerch</PublisherDisplayName>

src/Vocup/Vocup.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
<ForceDesignerDpiUnaware>true</ForceDesignerDpiUnaware>
1717
<Description>Vocabulary training application</Description>
1818
<Company>VectorData</Company>
19-
<Copyright>Copyright © 2011 Florian Amstutz, © 2018-2023 Daniel Lerch.</Copyright>
20-
<Version>1.9.5</Version>
19+
<Copyright>Copyright © 2011 Florian Amstutz, © 2018-2024 Daniel Lerch.</Copyright>
20+
<Version>2.0.0</Version>
2121
<NeutralLanguage>en</NeutralLanguage>
2222
</PropertyGroup>
2323
<ItemGroup>

0 commit comments

Comments
 (0)