Skip to content

Commit 4497b77

Browse files
committed
Version and references update
1 parent f09e361 commit 4497b77

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

WindowsBeacons/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" 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>

WindowsBeacons/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
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)]

WindowsBeacons/WindowsBeacons.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
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>
@@ -101,11 +101,11 @@
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">

WindowsBeacons/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {

0 commit comments

Comments
 (0)