This commit is contained in:
Brad Wilson 2023-03-19 22:25:48 -07:00
Родитель f6fe69f07b
Коммит dd9fdc4431
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 0B7BD15AD1EC5FDE
3 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -9,7 +9,7 @@
<TableView>
<TableRoot>
<TableSection>
<TextCell Text="About xUnit" Command="{x:Static utilities:Commands.LaunchUrl}" CommandParameter="http://xunit.github.io/" />
<TextCell Text="About xUnit" Command="{x:Static utilities:Commands.LaunchUrl}" CommandParameter="https://xunit.net/" />
<TextCell Text="About xUnit for Devices" Command="{x:Static utilities:Commands.LaunchUrl}" CommandParameter="https://github.com/xunit/devices.xunit" />
<TextCell Text="About Xamarin" Command="{x:Static utilities:Commands.LaunchUrl}" CommandParameter="http://xamarin.com" />
<TextCell Text="About Xamarin Forms" Command="{x:Static utilities:Commands.LaunchUrl}" CommandParameter="http://xamarin.com/forms" />

Просмотреть файл

@ -19,9 +19,9 @@
Content="Oren Novotny" VerticalAlignment="Center"/>
</StackPanel>
<HyperlinkButton Content="About xUnit"
NavigateUri="http://xunit.github.io"/>
NavigateUri="https://xunit.net/"/>
<HyperlinkButton Content="About xUnit for Devices"
NavigateUri="https://github.com/xunit/devices.xunit"/>
</StackPanel>
</Page>

Просмотреть файл

@ -4,7 +4,7 @@
<Identity Id="xunit.devices.templates" Version="0.9.9" Language="en-US" Publisher="Oren Novotny" />
<DisplayName>xUnit for Devices Project Templates</DisplayName>
<Description xml:space="preserve">Project templates to create xUnit for Devices unit test apps</Description>
<MoreInfo>https://xunit.github.io/</MoreInfo>
<MoreInfo>https://xunit.net/</MoreInfo>
<License>license.txt</License>
<Icon>logo-transparent.png</Icon>
<Tags>xunit;uwp;ios;android;xamarin;device;devices</Tags>