Skip to content

Commit

Permalink
Update nuspec file for 2.0 library release. Use Nuget package in exam…
Browse files Browse the repository at this point in the history
…ple app.
  • Loading branch information
andijakl committed Apr 4, 2017
1 parent a1d7ed1 commit 1a0f7c3
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 20 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ build/
bld/
[Bb]in/
[Oo]bj/
*.appx

# Visual Studo 2015 cache/options directory
.vs/
Expand Down Expand Up @@ -197,3 +198,5 @@ FakesAssemblies/
/UniversalBeaconLibrary/nuget.exe
/UniversalBeaconLibrary/project.lock.json
/WindowsBeacons/project.lock.json
/WindowsBeacons/BundleArtifacts
/WindowsBeacons/Package.StoreAssociation.xml
6 changes: 3 additions & 3 deletions UniversalBeaconLibrary.sln
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ Global
{A7A24732-AE60-40BE-92D7-89AA20A2E085}.Debug|x86.ActiveCfg = Debug|x86
{A7A24732-AE60-40BE-92D7-89AA20A2E085}.Debug|x86.Build.0 = Debug|x86
{A7A24732-AE60-40BE-92D7-89AA20A2E085}.Debug|x86.Deploy.0 = Debug|x86
{A7A24732-AE60-40BE-92D7-89AA20A2E085}.Release|Any CPU.ActiveCfg = Release|x86
{A7A24732-AE60-40BE-92D7-89AA20A2E085}.Release|Any CPU.Build.0 = Release|x86
{A7A24732-AE60-40BE-92D7-89AA20A2E085}.Release|Any CPU.Deploy.0 = Release|x86
{A7A24732-AE60-40BE-92D7-89AA20A2E085}.Release|Any CPU.ActiveCfg = Release|x64
{A7A24732-AE60-40BE-92D7-89AA20A2E085}.Release|Any CPU.Build.0 = Release|x64
{A7A24732-AE60-40BE-92D7-89AA20A2E085}.Release|Any CPU.Deploy.0 = Release|x64
{A7A24732-AE60-40BE-92D7-89AA20A2E085}.Release|ARM.ActiveCfg = Release|ARM
{A7A24732-AE60-40BE-92D7-89AA20A2E085}.Release|ARM.Build.0 = Release|ARM
{A7A24732-AE60-40BE-92D7-89AA20A2E085}.Release|ARM.Deploy.0 = Release|ARM
Expand Down
4 changes: 3 additions & 1 deletion UniversalBeaconLibrary/NuGetPush.bat
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
nuget push ./nupkg/UniversalBeaconLibrary.1.8.1.nupkg
nuget.exe setApiKey [apikey]
nuget push ./nupkg/UniversalBeaconLibrary.2.0.0.nupkg -Source https://www.nuget.org/api/v2/package
rem nuget push ./nupkg/UniversalBeaconLibrary.2.0.0.symbols.nupkg -source https://nuget.smbsrc.net/
11 changes: 7 additions & 4 deletions UniversalBeaconLibrary/UniversalBeaconLibrary.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,20 @@
<package xmlns="http://schemas.microsoft.com/packaging/2013/01/nuspec.xsd">
<metadata minClientVersion="3.0">
<id>UniversalBeaconLibrary</id>
<version>1.9.0</version>
<releaseNotes>Use sbyte instead of byte for accessing ranging data in Eddystone UID and URL frames to ease development and remove the need for manual casting.</releaseNotes>
<version>2.0.0</version>
<releaseNotes>* Add support for beacons comparable to iBeacons (contribution from kobush, https://github.com/andijakl/universal-beacon/pull/4)
* Make Eddystone URLs clickable
* Updated dependencies
* Fix status bar color on Windows 10 Mobile (thanks to Jesse Leskinen for the hint https://twitter.com/jessenic/status/806869124056043521)</releaseNotes>
<title>Universal Beacon Library for the Universal Windows Platform (Windows 10 UWP)</title>
<authors>Andreas Jakl</authors>
<owners>Andreas Jakl</owners>
<licenseUrl>https://github.com/andijakl/universal-beacon/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/andijakl/universal-beacon</projectUrl>
<iconUrl>https://raw.githubusercontent.com/andijakl/universal-beacon/master/UniversalBeaconLibraryLogo.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<summary>Support Bluetooth Beacons in UWP / Windows 10 apps. Manages beacon instances, advertisements, frames and protocols. Includes Eddystone parsing.</summary>
<description>Adds support for Bluetooth Beacons to the Universal Windows Platform (Windows 10). Manages received Bluetooth advertisements, clusters them into individual beacons and parses the advertisement payloads according to specifications including the Eddystone open Bluetooth Smart beacon format from Google.</description>
<summary>Support Bluetooth Beacons in UWP / Windows 10 apps. Manages beacon instances, advertisements, frames and protocols. Includes Eddystone and iBeacon parsing.</summary>
<description>Adds support for Bluetooth Beacons to the Universal Windows Platform (Windows 10). Manages received Bluetooth advertisements, clusters them into individual beacons and parses the advertisement payloads according to specifications including the Eddystone open Bluetooth beacon format from Google, as well as beacons comparable to the iBeacon / Proximity Beacon format by Apple.</description>
<copyright>Copyright 2015 - 2017 Andreas Jakl. All rights reserved.</copyright>
<tags>bluetooth beacon beacons ibeacon eddystone altbeacon bluetoothle bluetoothsmart bluetooth le bluetooth smart ble proximity universal</tags>
<dependencies>
Expand Down
15 changes: 4 additions & 11 deletions WindowsBeacons/WindowsBeacons.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
<EnableDotNetNativeCompatibleProfile>true</EnableDotNetNativeCompatibleProfile>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<PackageCertificateKeyFile>WindowsBeacons_StoreKey.pfx</PackageCertificateKeyFile>
<AppxAutoIncrementPackageRevision>True</AppxAutoIncrementPackageRevision>
<AppxAutoIncrementPackageRevision>False</AppxAutoIncrementPackageRevision>
<AppxBundlePlatforms>x86|x64|arm</AppxBundlePlatforms>
<PackageCertificateThumbprint>584E5CCA7F7231AE69C99ECC9AA6F1394DE531FE</PackageCertificateThumbprint>
<ApplicationInsightsResourceId />
<AppxBundle>Always</AppxBundle>
<PackageCertificateThumbprint>768C8D59D7BD990D7EFBB8C51BEEA044A28AC2A1</PackageCertificateThumbprint>
<PackageCertificateKeyFile>WindowsBeacons_StoreKey.pfx</PackageCertificateKeyFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
<DebugSymbols>true</DebugSymbols>
Expand Down Expand Up @@ -101,12 +101,11 @@
</Content>
<None Include="project.json" />
<None Include="Service References\Application Insights\ConnectedService.json" />
<None Include="WindowsBeacons_StoreKey.pfx" />
<PRIResource Include="Strings\fr-FR\Resources.resw" />
<PRIResource Include="Strings\pt-BR\Resources.resw" />
<PRIResource Include="Strings\ru-RU\Resources.resw" />
<PRIResource Include="Strings\zh-CN\Resources.resw" />
<None Include="WindowsBeacons_StoreKey.pfx" />
<None Include="WindowsBeacons_TemporaryKey.pfx" />
<PRIResource Include="Strings\de-DE\Resources.resw">
<SubType>Designer</SubType>
</PRIResource>
Expand Down Expand Up @@ -163,12 +162,6 @@
<SubType>Designer</SubType>
</Page>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\UniversalBeaconLibrary\UniversalBeaconLibrary.csproj">
<Project>{791c6bf9-23f4-4933-803b-af2b7e909a15}</Project>
<Name>UniversalBeaconLibrary</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<WCFMetadata Include="Service References\" />
</ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions WindowsBeacons/_pkginfo.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
D:\Source\GitHub\universal-beacon\WindowsBeacons\AppPackages\WindowsBeacons_2.0.0.0\WindowsBeacons_2.0.0.0_x86_x64_arm.appxbundle
3 changes: 2 additions & 1 deletion WindowsBeacons/project.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"dependencies": {
"Microsoft.ApplicationInsights.WindowsApps": "1.1.1",
"Microsoft.NETCore.UniversalWindowsPlatform": "5.3.1"
"Microsoft.NETCore.UniversalWindowsPlatform": "5.3.1",
"UniversalBeaconLibrary": "2.0.0"
},
"frameworks": {
"uap10.0": {}
Expand Down

0 comments on commit 1a0f7c3

Please sign in to comment.