Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions BREAKING_CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Breaking Changes
# Breaking Changes

## 3.0.0

* Added support for .NET 10.
* Dropped support for .NET 7.
* Dropped support for Xamarin Android, Xamarin iOS and UWP.

## 2.0.0

* Added support for .NET 7.
* Dropped support for .NET 6.
* Renamed method parameters of `IBiometryService` from `keyName` to `key` and from `keyValue` to `value`.
* Renamed method parameters of `IBiometryService` from `keyName` to `key` and from `keyValue` to `value`.
379 changes: 0 additions & 379 deletions BiometryService.sln

This file was deleted.

51 changes: 51 additions & 0 deletions BiometryService.slnx
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
<Solution>
<Configurations>
<Platform Name="Any CPU" />
<Platform Name="ARM" />
<Platform Name="ARM64" />
<Platform Name="iOS" />
<Platform Name="iPhone" />
<Platform Name="iPhoneSimulator" />
<Platform Name="NuGet" />
<Platform Name="x64" />
<Platform Name="x86" />
</Configurations>
<Folder Name="/Library/">
<Project Path="src/BiometryService.Abstractions/BiometryService.Abstractions.csproj" />
<Project Path="src/BiometryService/BiometryService.csproj" />
</Folder>
<Folder Name="/Samples/">
<Project Path="samples/BiometryService.SampleApp.Uno.Mobile/BiometryService.SampleApp.Uno.Mobile.csproj">
<Build Solution="*|NuGet" Project="false" />
<Deploy Solution="*|Any CPU" />
<Deploy Solution="*|ARM" />
<Deploy Solution="*|ARM64" />
<Deploy Solution="*|iOS" />
<Deploy Solution="*|iPhone" />
<Deploy Solution="*|iPhoneSimulator" />
<Deploy Solution="*|x64" />
<Deploy Solution="*|x86" />
</Project>
<Project Path="samples/BiometryService.SampleApp.Uno.Shared/BiometryService.SampleApp.Uno.Shared.shproj" />
<Project Path="samples/BiometryService.SampleApp.Uno.WinUI/BiometryService.SampleApp.Uno.WinUI.csproj">
<Platform Solution="*|Any CPU" Project="x64" />
<Platform Solution="*|ARM" Project="x64" />
<Platform Solution="*|ARM64" Project="arm64" />
<Platform Solution="*|iOS" Project="x64" />
<Platform Solution="*|iPhone" Project="x64" />
<Platform Solution="*|iPhoneSimulator" Project="x64" />
<Platform Solution="*|NuGet" Project="x64" />
<Platform Solution="*|x64" Project="x64" />
<Platform Solution="*|x86" Project="x86" />
<Build Solution="*|NuGet" Project="false" />
<Deploy Solution="*|Any CPU" />
<Deploy Solution="*|ARM" />
<Deploy Solution="*|ARM64" />
<Deploy Solution="*|iOS" />
<Deploy Solution="*|iPhone" />
<Deploy Solution="*|iPhoneSimulator" />
<Deploy Solution="*|x64" />
<Deploy Solution="*|x86" />
</Project>
</Folder>
</Solution>
9 changes: 0 additions & 9 deletions Directory.Build.targets

This file was deleted.

4 changes: 2 additions & 2 deletions build/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ variables:
- name: ArtifactName
value: Packages
- name: SolutionFileName # Example: MyApplication.sln
value: BiometryService.sln
value: BiometryService.slnx
- name: IsReleaseBranch # Should this branch name use the release stage
value: $[or(eq(variables['Build.SourceBranch'], 'refs/heads/main'), startsWith(variables['Build.SourceBranch'], 'refs/heads/feature/'), startsWith(variables['Build.SourceBranch'], 'refs/heads/release/'))]
- name: AppCenterAndroidSlug
Expand All @@ -25,7 +25,7 @@ variables:
- name: InternalKeystore
value: com.nventive.internal.applicationtemplate.jks
- name: windowsHostedAgentImage
value: 'windows-2022'
value: 'windows-2025'

stages:
- stage: Build
Expand Down
19 changes: 0 additions & 19 deletions samples/BiometryService.SampleApp.Uno.Droid/Assets/AboutAssets.txt

This file was deleted.

Binary file not shown.

This file was deleted.

43 changes: 0 additions & 43 deletions samples/BiometryService.SampleApp.Uno.Droid/Main.cs

This file was deleted.

25 changes: 0 additions & 25 deletions samples/BiometryService.SampleApp.Uno.Droid/MainActivity.cs

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Binary file not shown.

This file was deleted.

Loading