Skip to content

Commit

Permalink
Release v1.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-lerch committed Dec 20, 2023
1 parent 9bf6003 commit 1942a96
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Install .NET Core
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.x
dotnet-version: 8.0.x

# Add MSBuild to the PATH: https://github.com/microsoft/setup-msbuild
- name: Setup MSBuild.exe
Expand Down
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.4.0" />
<Identity Name="9961VectorData.Vocup" Publisher="CN=FDFCA12E-D0B5-4F1F-869D-7F97CD35B39E" Version="1.9.5.0" />
<Properties>
<DisplayName>Vocup</DisplayName>
<PublisherDisplayName>VectorData</PublisherDisplayName>
Expand Down
2 changes: 1 addition & 1 deletion src/Vocup/Vocup.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<Description>Vocabulary training application</Description>
<Company>VectorData</Company>
<Copyright>Copyright © 2011 Florian Amstutz, © 2018-2023 Daniel Lerch.</Copyright>
<Version>1.9.4</Version>
<Version>1.9.5</Version>
<NeutralLanguage>en</NeutralLanguage>
</PropertyGroup>
<ItemGroup>
Expand Down

0 comments on commit 1942a96

Please sign in to comment.