Skip to content

Commit f587d13

Browse files
fix: pr comments
1 parent 14a0a75 commit f587d13

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

build/azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ variables:
1111
- name: ArtifactName
1212
value: Packages
1313
- name: SolutionFileName # Example: MyApplication.sln
14-
value: BiometryService.sln
14+
value: BiometryService.slnx
1515
- name: IsReleaseBranch # Should this branch name use the release stage
1616
value: $[or(eq(variables['Build.SourceBranch'], 'refs/heads/main'), startsWith(variables['Build.SourceBranch'], 'refs/heads/feature/'), startsWith(variables['Build.SourceBranch'], 'refs/heads/release/'))]
1717
- name: AppCenterAndroidSlug

samples/BiometryService.SampleApp.Uno.Shared/App.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ protected override void OnLaunched(LaunchActivatedEventArgs e)
3636
#else
3737
CurrentWindow = Microsoft.UI.Xaml.Window.Current;
3838
#endif
39-
39+
Instance = this;
4040
Frame rootFrame = CurrentWindow.Content as Frame;
4141

4242
// Do not repeat app initialization when the Window already has content,

samples/BiometryService.SampleApp.Uno.Shared/MainPage.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public MainPage()
8484
promptBuilder
8585
);
8686
#endif
87-
#if WINDOWS_UWP || WINDOWS
87+
#if WINDOWS
8888
_biometryService = new BiometryService();
8989
#endif
9090

src/BiometryService/BiometryService.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<Description>A unified API for biometry on iOS, Android, and Windows.</Description>
1111
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1212
<GenerateLibraryLayout>true</GenerateLibraryLayout>
13-
<PackageTags>biometry;FaceID;TouchID;Fingerprint;mvvm;maui;winui;ios;android;xamarin</PackageTags>
13+
<PackageTags>biometry;FaceID;TouchID;Fingerprint;mvvm;maui;winui;ios;android</PackageTags>
1414
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
1515
<PackageProjectUrl>https://github.com/nventive/BiometryService</PackageProjectUrl>
1616
<PackageReadmeFile>README.md</PackageReadmeFile>

0 commit comments

Comments
 (0)