Skip to content

Commit

Permalink
Package Update for Win 10 Creators Update
Browse files Browse the repository at this point in the history
  • Loading branch information
perpetualKid committed May 3, 2017
1 parent b8b4040 commit a3d6908
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions BrickPi.Uwp/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("BrickPi.Uwp")]
[assembly: AssemblyCopyright("Copyright © 2016")]
[assembly: AssemblyCopyright("Copyright © 2017")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -23,7 +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.1.0")]
[assembly: AssemblyVersion("1.0.2.0")]
[assembly: ComVisible(false)]
[assembly: AssemblyFileVersion("1.0.1.0")]
[assembly: AssemblyFileVersion("1.0.2.0")]

2 changes: 1 addition & 1 deletion BrickPiTestApp/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" 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" />
<Identity Name="BrickPiTestApp-uwp" Publisher="CN=perpetualKid" Version="1.0.2.0" />
<mp:PhoneIdentity PhoneProductId="15572519-2c3d-4ffd-be70-306e1fbc173f" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Properties>
<DisplayName>BrickPiTestApp</DisplayName>
Expand Down
6 changes: 3 additions & 3 deletions BrickPiTestApp/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("BrickPiTestApp")]
[assembly: AssemblyCopyright("Copyright © 2016")]
[assembly: AssemblyCopyright("Copyright © 2017")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -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.1.0")]
[assembly: AssemblyFileVersion("1.0.1.0")]
[assembly: AssemblyVersion("1.0.2.0")]
[assembly: AssemblyFileVersion("1.0.2.0")]
[assembly: ComVisible(false)]
6 changes: 3 additions & 3 deletions NuGet/BrickPi.UWP.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>BrickPi.UWP</id>
<version>1.0.1</version>
<version>1.0.2</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). Requires Windows IoT Anniversary Build Version 10.0.14393.0 or higher.</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 Core Creators Update Version 10.0.15063.0 or higher.</releaseNotes>
<tags>dexter brickpi windows uwp iot iot-core</tags>
<dependencies>
<dependency id="Microsoft.NETCore.UniversalWindowsPlatform" version="5.2.2" />
<dependency id="Microsoft.NETCore.UniversalWindowsPlatform" version="5.3.3" />
</dependencies>
</metadata>
<files>
Expand Down
4 changes: 2 additions & 2 deletions Test/BrickPi.Uwp.UnitTests/Package.appxmanifest
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?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="e68775d7-5190-41de-ae73-c6f6da0f3e6b" Publisher="CN=perpetualKid" Version="1.0.0.0" />
<Identity Name="e68775d7-5190-41de-ae73-c6f6da0f3e6b" Publisher="CN=perpetualKid" Version="1.0.2.0" />
<mp:PhoneIdentity PhoneProductId="e68775d7-5190-41de-ae73-c6f6da0f3e6b" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Properties>
<DisplayName>BrickPi.Uwp.UnitTests</DisplayName>
<PublisherDisplayName>steffen.vorein</PublisherDisplayName>
<PublisherDisplayName>perpetualKid</PublisherDisplayName>
<Logo>Assets\StoreLogo.png</Logo>
</Properties>
<Dependencies>
Expand Down
6 changes: 3 additions & 3 deletions Test/BrickPi.Uwp.UnitTests/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("BrickPi.Uwp.UnitTests")]
[assembly: AssemblyCopyright("Copyright © 2016")]
[assembly: AssemblyCopyright("Copyright © 2017")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: AssemblyMetadata("TargetPlatform","UAP")]
Expand All @@ -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.1.0")]
[assembly: AssemblyFileVersion("1.0.1.0")]
[assembly: AssemblyVersion("1.0.2.0")]
[assembly: AssemblyFileVersion("1.0.2.0")]
[assembly: ComVisible(false)]

0 comments on commit a3d6908

Please sign in to comment.