1
0
Fork 0

Compare commits

...

4 Commits

Author SHA1 Message Date
Craig Oates c0340c93ba Squashed commit of the following: 3 years ago
Craig Oates c6157c58df 2021-6-11 snapshot. 3 years ago
Craig Oates d7f58fee84 update .csproj file. 3 years ago
Craig Oates c617416402 change 'Ross' label to 'Andy'. 3 years ago
  1. 7
      README.md
  2. 1
      src/EyesAndEars.UWP/EyesAndEars.UWP/EyesAndEars.UWP.csproj
  3. 2
      src/EyesAndEars.UWP/EyesAndEars.UWP/MainPage.xaml
  4. 2
      src/EyesAndEars.UWP/EyesAndEars.UWP/Package.appxmanifest

7
README.md

@ -1,3 +1,6 @@
# eyes-and-ears
# Return to Ritherdon: Eyes and Ears
A dashboard which provides a live overview of the, as of yet, unnamed project.
Eyes and Ears is a Windows UWP 'Dashboard App.' which monitors the overall artwork, 'Personal Flash in Real-Time' -- which is one of several artworks in the 'Return to Ritherdon' project. For more information on the 'Return to Ritherdon' project and 'Eyes and Ears' specifically, please use the following linsk:
- [Return to Ritherdon Overview](https://git.abbether.net/return-to-ritherdon/rtr-docs)
- [Eyes and Ears Documentation](https://git.abbether.net/return-to-ritherdon/rtr-docs/src/branch/master/eyes-and-ears/rtr-eyes-and-ears.md)

1
src/EyesAndEars.UWP/EyesAndEars.UWP/EyesAndEars.UWP.csproj

@ -28,6 +28,7 @@
<AppxBundle>Always</AppxBundle>
<AppxBundlePlatforms>x64</AppxBundlePlatforms>
<HoursBetweenUpdateChecks>0</HoursBetweenUpdateChecks>
<AppxSymbolPackageEnabled>False</AppxSymbolPackageEnabled>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
<DebugSymbols>true</DebugSymbols>

2
src/EyesAndEars.UWP/EyesAndEars.UWP/MainPage.xaml

@ -74,7 +74,7 @@
Text="{x:Bind _vm.Device1.LatestReading.reading,
Mode=OneWay, FallbackValue=404}" Foreground="White"
VerticalAlignment="Bottom" FontSize="144"/>
<TextBlock Text="Factory 1 (Ross)" Foreground="White" FontSize="36"
<TextBlock Text="Factory 1 (Andy)" Foreground="White" FontSize="36"
VerticalAlignment="Bottom"/>
</StackPanel>
</Grid>

2
src/EyesAndEars.UWP/EyesAndEars.UWP/Package.appxmanifest

@ -9,7 +9,7 @@
<Identity
Name="55acd946-60d4-4776-b6c6-03fef750e3da"
Publisher="CN=Craig Oates"
Version="2021.5.26.0" />
Version="2021.6.11.0" />
<mp:PhoneIdentity PhoneProductId="55acd946-60d4-4776-b6c6-03fef750e3da" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>