Skip to content

Commit

Permalink
Release Uplift to Windows IoT Anniversary Build Version 10.0.14393.0
Browse files Browse the repository at this point in the history
  • Loading branch information
perpetualKid committed Dec 25, 2016
1 parent dcd238c commit 497cc78
Show file tree
Hide file tree
Showing 8 changed files with 36 additions and 54 deletions.
12 changes: 6 additions & 6 deletions BrickPi.Uwp/BrickPi.Uwp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<AssemblyName>BrickPi.Uwp</AssemblyName>
<DefaultLanguage>en-US</DefaultLanguage>
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
<TargetPlatformVersion>10.0.10586.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.10586.0</TargetPlatformMinVersion>
<TargetPlatformVersion>10.0.14393.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.14393.0</TargetPlatformMinVersion>
<MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
Expand Down Expand Up @@ -136,12 +136,12 @@
<EmbeddedResource Include="Properties\BrickPiPL.rd.xml" />
</ItemGroup>
<ItemGroup>
<SDKReference Include="WindowsIoT, Version=10.0.10586.0">
<Name>Windows IoT Extensions for the UWP</Name>
</SDKReference>
<Folder Include="Sensors\Hitechnic\" />
</ItemGroup>
<ItemGroup>
<Folder Include="Sensors\Hitechnic\" />
<SDKReference Include="WindowsIoT, Version=10.0.14393.0">
<Name>Windows IoT Extensions for the UWP</Name>
</SDKReference>
</ItemGroup>
<PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '14.0' ">
<VisualStudioVersion>14.0</VisualStudioVersion>
Expand Down
6 changes: 4 additions & 2 deletions BrickPi.Uwp/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,7 @@
// 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.0.0")]
[assembly: ComVisible(false)]
[assembly: AssemblyVersion("1.0.1.0")]
[assembly: ComVisible(false)]
[assembly: AssemblyFileVersion("1.0.1.0")]

15 changes: 8 additions & 7 deletions BrickPiTestApp/BrickPiTestApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<AssemblyName>BrickPiTestApp</AssemblyName>
<DefaultLanguage>en-US</DefaultLanguage>
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
<TargetPlatformVersion>10.0.10586.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.10586.0</TargetPlatformMinVersion>
<TargetPlatformVersion>10.0.14393.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.14393.0</TargetPlatformMinVersion>
<MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
<EnableDotNetNativeCompatibleProfile>true</EnableDotNetNativeCompatibleProfile>
<FileAlignment>512</FileAlignment>
Expand All @@ -21,6 +21,7 @@
<PackageCertificateKeyFile>BrickPiTestApp_TemporaryKey.pfx</PackageCertificateKeyFile>
<AppxPackage>true</AppxPackage>
<ContainsStartupTask>true</ContainsStartupTask>
<PackageCertificateThumbprint>6989CBBD6ED0C17EFFE501B315E278B4DDE55842</PackageCertificateThumbprint>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
<DebugSymbols>true</DebugSymbols>
Expand Down Expand Up @@ -115,17 +116,17 @@
<Content Include="Assets\StoreLogo.png" />
<Content Include="Assets\Wide310x150Logo.scale-200.png" />
</ItemGroup>
<ItemGroup>
<SDKReference Include="WindowsIoT, Version=10.0.10586.0">
<Name>Windows IoT Extensions for the UWP</Name>
</SDKReference>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\BrickPi.Uwp\BrickPi.Uwp.csproj">
<Project>{7496fc96-036c-49e5-8e51-69cfefa84fce}</Project>
<Name>BrickPi.Uwp</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<SDKReference Include="WindowsIoT, Version=10.0.14393.0">
<Name>Windows IoT Extensions for the UWP</Name>
</SDKReference>
</ItemGroup>
<PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '14.0' ">
<VisualStudioVersion>14.0</VisualStudioVersion>
</PropertyGroup>
Expand Down
41 changes: 10 additions & 31 deletions BrickPiTestApp/Package.appxmanifest
Original file line number Diff line number Diff line change
@@ -1,43 +1,23 @@
<?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"
xmlns:iot="http://schemas.microsoft.com/appx/manifest/iot/windows10"
IgnorableNamespaces="uap mp iot">

<Identity
Name="BrickPiTestApp-uwp"
Publisher="CN=steffen.vorein"
Version="1.0.0.0" />

<mp:PhoneIdentity PhoneProductId="15572519-2c3d-4ffd-be70-306e1fbc173f" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>

<?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" xmlns:iot="http://schemas.microsoft.com/appx/manifest/iot/windows10" IgnorableNamespaces="uap mp iot">
<Identity Name="BrickPiTestApp-uwp" Publisher="CN=perpetualKid" Version="1.0.1.0" />
<mp:PhoneIdentity PhoneProductId="15572519-2c3d-4ffd-be70-306e1fbc173f" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Properties>
<DisplayName>BrickPiTestApp</DisplayName>
<PublisherDisplayName>steffen.vorein</PublisherDisplayName>
<PublisherDisplayName>perpetualKid</PublisherDisplayName>
<Logo>Assets\StoreLogo.png</Logo>
</Properties>

<Dependencies>
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.0.0" MaxVersionTested="10.0.0.0" />
</Dependencies>

<Resources>
<Resource Language="x-generate"/>
<Resource Language="x-generate" />
</Resources>

<Applications>
<Application Id="App">
<uap:VisualElements
DisplayName="BrickPiTestApp"
Square150x150Logo="Assets\Square150x150Logo.png"
Square44x44Logo="Assets\Square44x44Logo.png"
Description="BrickPiTestApp"
BackgroundColor="transparent"
AppListEntry="none">
<uap:DefaultTile Wide310x150Logo="Assets\Wide310x150Logo.png"/>
<uap:VisualElements DisplayName="BrickPiTestApp" Square150x150Logo="Assets\Square150x150Logo.png" Square44x44Logo="Assets\Square44x44Logo.png" Description="BrickPiTestApp" BackgroundColor="transparent" AppListEntry="none">
<uap:DefaultTile Wide310x150Logo="Assets\Wide310x150Logo.png">
</uap:DefaultTile>
<uap:SplashScreen Image="Assets\SplashScreen.png" />
</uap:VisualElements>
<Extensions>
Expand All @@ -49,7 +29,6 @@
</Extensions>
</Application>
</Applications>

<Capabilities>
<Capability Name="internetClient" />
<DeviceCapability Name="serialcommunication">
Expand All @@ -58,4 +37,4 @@
</Device>
</DeviceCapability>
</Capabilities>
</Package>
</Package>
4 changes: 2 additions & 2 deletions BrickPiTestApp/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.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.0.1.0")]
[assembly: AssemblyFileVersion("1.0.1.0")]
[assembly: ComVisible(false)]
4 changes: 2 additions & 2 deletions NuGet/BrickPi.UWP.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>BrickPi.UWP</id>
<version>1.0.0</version>
<version>1.0.1</version>
<title>BrickPi UWP Windows IoT Core</title>
<authors>perpetualKid</authors>
<licenseUrl>https://github.com/perpetualKid/BrickPi.Uwp/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/perpetualKid/BrickPi.Uwp</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Windows 10 IoT Core UWP implementation for Raspberry Pi and Dexter BrickPi LEGO MINDSTORMS board</description>
<releaseNotes>Initial Release, including all basic motor functionality (Speed, Enabled/Disabled, Encoder), and Mindstorms NXT 2.0 sensors (Touch, Color, UltraSonic)</releaseNotes>
<releaseNotes>Initial Release, including all basic motor functionality (Speed, Enabled/Disabled, Encoder), and Mindstorms NXT 2.0 sensors (Touch, Color, UltraSonic). Requires Windows IoT Anniversary Build Version 10.0.14393.0 or higher.</releaseNotes>
<tags>dexter brickpi windows uwp iot iot-core</tags>
<dependencies>
<dependency id="Microsoft.NETCore.UniversalWindowsPlatform" version="5.2.2" />
Expand Down
4 changes: 2 additions & 2 deletions Test/BrickPi.Uwp.UnitTests/BrickPi.Uwp.UnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<AssemblyName>BrickPi.Uwp.UnitTests</AssemblyName>
<DefaultLanguage>en-US</DefaultLanguage>
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
<TargetPlatformVersion>10.0.10586.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.10240.0</TargetPlatformMinVersion>
<TargetPlatformVersion>10.0.14393.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.14393.0</TargetPlatformMinVersion>
<MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
Expand Down
4 changes: 2 additions & 2 deletions Test/BrickPi.Uwp.UnitTests/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,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.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.0.1.0")]
[assembly: AssemblyFileVersion("1.0.1.0")]
[assembly: ComVisible(false)]

0 comments on commit 497cc78

Please sign in to comment.