File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 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" IgnorableNamespaces =" uap mp" >
3- <Identity Name =" 39745AndreasJakl.BluetoothBeaconInteractor" Publisher =" CN=AA09B9A0-DEBB-4495-BAA8-7D2028458E75" Version =" 1.6.13 .0" />
3+ <Identity Name =" 39745AndreasJakl.BluetoothBeaconInteractor" Publisher =" CN=AA09B9A0-DEBB-4495-BAA8-7D2028458E75" Version =" 1.6.21 .0" />
44 <mp : PhoneIdentity PhoneProductId =" 27f10f31-b0a2-48e3-96e6-5d89c3d36518" PhonePublisherId =" 00000000-0000-0000-0000-000000000000" />
55 <Properties >
66 <DisplayName >Bluetooth Beacon Interactor</DisplayName >
Original file line number Diff line number Diff line change 2424// You can specify all the values or you can default the Build and Revision Numbers
2525// by using the '*' as shown below:
2626// [assembly: AssemblyVersion("1.0.*")]
27- [ assembly: AssemblyVersion ( "1.5 .0.0" ) ]
28- [ assembly: AssemblyFileVersion ( "1.5 .0.0" ) ]
27+ [ assembly: AssemblyVersion ( "1.6 .0.0" ) ]
28+ [ assembly: AssemblyFileVersion ( "1.6 .0.0" ) ]
2929[ assembly: ComVisible ( false ) ]
Original file line number Diff line number Diff line change 2020 <PackageCertificateKeyFile >WindowsBeacons_StoreKey.pfx</PackageCertificateKeyFile >
2121 <AppxAutoIncrementPackageRevision >True</AppxAutoIncrementPackageRevision >
2222 <AppxBundlePlatforms >x86|x64|arm</AppxBundlePlatforms >
23- <PackageCertificateThumbprint >502DB054115A5AD87D12EF8CC5061FF8EBF95A27 </PackageCertificateThumbprint >
23+ <PackageCertificateThumbprint >584E5CCA7F7231AE69C99ECC9AA6F1394DE531FE </PackageCertificateThumbprint >
2424 <ApplicationInsightsResourceId />
25- <AppxBundle >Auto </AppxBundle >
25+ <AppxBundle >Always </AppxBundle >
2626 </PropertyGroup >
2727 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|ARM'" >
2828 <DebugSymbols >true</DebugSymbols >
101101 </Content >
102102 <None Include =" project.json" />
103103 <None Include =" Service References\Application Insights\ConnectedService.json" />
104+ <None Include =" WindowsBeacons_StoreKey.pfx" />
105+ <None Include =" WindowsBeacons_TemporaryKey.pfx" />
104106 <PRIResource Include =" Strings\de-DE\Resources.resw" >
105107 <SubType >Designer</SubType >
106108 </PRIResource >
107- <None Include =" WindowsBeacons_StoreKey.pfx" />
108- <None Include =" WindowsBeacons_TemporaryKey.pfx" />
109109 </ItemGroup >
110110 <ItemGroup >
111111 <Compile Include =" App.xaml.cs" >
Original file line number Diff line number Diff line change 11{
22 "dependencies" : {
3- "Microsoft.ApplicationInsights.WindowsApps" : " 1.1.0 " ,
3+ "Microsoft.ApplicationInsights.WindowsApps" : " 1.1.1 " ,
44 "Microsoft.NETCore.UniversalWindowsPlatform" : " 5.0.0"
55 },
66 "frameworks" : {
You can’t perform that action at this time.
0 commit comments