Skip to content

Commit

Permalink
Version and references update
Browse files Browse the repository at this point in the history
  • Loading branch information
andijakl committed Jan 12, 2016
1 parent f09e361 commit 4497b77
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion WindowsBeacons/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" IgnorableNamespaces="uap mp">
<Identity Name="39745AndreasJakl.BluetoothBeaconInteractor" Publisher="CN=AA09B9A0-DEBB-4495-BAA8-7D2028458E75" Version="1.6.13.0" />
<Identity Name="39745AndreasJakl.BluetoothBeaconInteractor" Publisher="CN=AA09B9A0-DEBB-4495-BAA8-7D2028458E75" Version="1.6.21.0" />
<mp:PhoneIdentity PhoneProductId="27f10f31-b0a2-48e3-96e6-5d89c3d36518" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Properties>
<DisplayName>Bluetooth Beacon Interactor</DisplayName>
Expand Down
4 changes: 2 additions & 2 deletions WindowsBeacons/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.5.0.0")]
[assembly: AssemblyFileVersion("1.5.0.0")]
[assembly: AssemblyVersion("1.6.0.0")]
[assembly: AssemblyFileVersion("1.6.0.0")]
[assembly: ComVisible(false)]
8 changes: 4 additions & 4 deletions WindowsBeacons/WindowsBeacons.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
<PackageCertificateKeyFile>WindowsBeacons_StoreKey.pfx</PackageCertificateKeyFile>
<AppxAutoIncrementPackageRevision>True</AppxAutoIncrementPackageRevision>
<AppxBundlePlatforms>x86|x64|arm</AppxBundlePlatforms>
<PackageCertificateThumbprint>502DB054115A5AD87D12EF8CC5061FF8EBF95A27</PackageCertificateThumbprint>
<PackageCertificateThumbprint>584E5CCA7F7231AE69C99ECC9AA6F1394DE531FE</PackageCertificateThumbprint>
<ApplicationInsightsResourceId />
<AppxBundle>Auto</AppxBundle>
<AppxBundle>Always</AppxBundle>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
<DebugSymbols>true</DebugSymbols>
Expand Down Expand Up @@ -101,11 +101,11 @@
</Content>
<None Include="project.json" />
<None Include="Service References\Application Insights\ConnectedService.json" />
<None Include="WindowsBeacons_StoreKey.pfx" />
<None Include="WindowsBeacons_TemporaryKey.pfx" />
<PRIResource Include="Strings\de-DE\Resources.resw">
<SubType>Designer</SubType>
</PRIResource>
<None Include="WindowsBeacons_StoreKey.pfx" />
<None Include="WindowsBeacons_TemporaryKey.pfx" />
</ItemGroup>
<ItemGroup>
<Compile Include="App.xaml.cs">
Expand Down
2 changes: 1 addition & 1 deletion WindowsBeacons/project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"Microsoft.ApplicationInsights.WindowsApps": "1.1.0",
"Microsoft.ApplicationInsights.WindowsApps": "1.1.1",
"Microsoft.NETCore.UniversalWindowsPlatform": "5.0.0"
},
"frameworks": {
Expand Down

0 comments on commit 4497b77

Please sign in to comment.