Remove app packages from source control

This commit is contained in:
2017-09-26 18:01:21 +02:00
parent 7e0f21f88f
commit a76b0ff350
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@@ -36,3 +36,4 @@ Translation/TrlUtil.vshost.exe.manifest
/UpgradeLog.htm /UpgradeLog.htm
packages/ packages/
project.lock.json project.lock.json
AppPackages/

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Package xmlns="http://schemas.microsoft.com/appx/2010/manifest" xmlns:m2="http://schemas.microsoft.com/appx/2013/manifest"> <Package xmlns="http://schemas.microsoft.com/appx/2010/manifest" xmlns:m2="http://schemas.microsoft.com/appx/2013/manifest">
<Identity Name="wismna.ModernKeePass" Publisher="CN=0719A91A-C322-4EE0-A257-E60733EECF06" Version="1.1.0.8" /> <Identity Name="wismna.ModernKeePass" Publisher="CN=0719A91A-C322-4EE0-A257-E60733EECF06" Version="1.1.0.9" />
<Properties> <Properties>
<DisplayName>ModernKeePass</DisplayName> <DisplayName>ModernKeePass</DisplayName>
<PublisherDisplayName>wismna</PublisherDisplayName> <PublisherDisplayName>wismna</PublisherDisplayName>