Skip to content

Commit 7faabbc

Browse files
Merge pull request #84 from nventive/dev/maso/net10
chore!: update dotnet 10
2 parents 7a0e514 + f587d13 commit 7faabbc

54 files changed

Lines changed: 134 additions & 1797 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

BREAKING_CHANGES.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
1-
# Breaking Changes
1+
# Breaking Changes
2+
3+
## 3.0.0
4+
5+
* Added support for .NET 10.
6+
* Dropped support for .NET 7.
7+
* Dropped support for Xamarin Android, Xamarin iOS and UWP.
28

39
## 2.0.0
410

511
* Added support for .NET 7.
612
* Dropped support for .NET 6.
7-
* Renamed method parameters of `IBiometryService` from `keyName` to `key` and from `keyValue` to `value`.
13+
* Renamed method parameters of `IBiometryService` from `keyName` to `key` and from `keyValue` to `value`.

BiometryService.sln

Lines changed: 0 additions & 379 deletions
This file was deleted.

BiometryService.slnx

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
<Solution>
2+
<Configurations>
3+
<Platform Name="Any CPU" />
4+
<Platform Name="ARM" />
5+
<Platform Name="ARM64" />
6+
<Platform Name="iOS" />
7+
<Platform Name="iPhone" />
8+
<Platform Name="iPhoneSimulator" />
9+
<Platform Name="NuGet" />
10+
<Platform Name="x64" />
11+
<Platform Name="x86" />
12+
</Configurations>
13+
<Folder Name="/Library/">
14+
<Project Path="src/BiometryService.Abstractions/BiometryService.Abstractions.csproj" />
15+
<Project Path="src/BiometryService/BiometryService.csproj" />
16+
</Folder>
17+
<Folder Name="/Samples/">
18+
<Project Path="samples/BiometryService.SampleApp.Uno.Mobile/BiometryService.SampleApp.Uno.Mobile.csproj">
19+
<Build Solution="*|NuGet" Project="false" />
20+
<Deploy Solution="*|Any CPU" />
21+
<Deploy Solution="*|ARM" />
22+
<Deploy Solution="*|ARM64" />
23+
<Deploy Solution="*|iOS" />
24+
<Deploy Solution="*|iPhone" />
25+
<Deploy Solution="*|iPhoneSimulator" />
26+
<Deploy Solution="*|x64" />
27+
<Deploy Solution="*|x86" />
28+
</Project>
29+
<Project Path="samples/BiometryService.SampleApp.Uno.Shared/BiometryService.SampleApp.Uno.Shared.shproj" />
30+
<Project Path="samples/BiometryService.SampleApp.Uno.WinUI/BiometryService.SampleApp.Uno.WinUI.csproj">
31+
<Platform Solution="*|Any CPU" Project="x64" />
32+
<Platform Solution="*|ARM" Project="x64" />
33+
<Platform Solution="*|ARM64" Project="arm64" />
34+
<Platform Solution="*|iOS" Project="x64" />
35+
<Platform Solution="*|iPhone" Project="x64" />
36+
<Platform Solution="*|iPhoneSimulator" Project="x64" />
37+
<Platform Solution="*|NuGet" Project="x64" />
38+
<Platform Solution="*|x64" Project="x64" />
39+
<Platform Solution="*|x86" Project="x86" />
40+
<Build Solution="*|NuGet" Project="false" />
41+
<Deploy Solution="*|Any CPU" />
42+
<Deploy Solution="*|ARM" />
43+
<Deploy Solution="*|ARM64" />
44+
<Deploy Solution="*|iOS" />
45+
<Deploy Solution="*|iPhone" />
46+
<Deploy Solution="*|iPhoneSimulator" />
47+
<Deploy Solution="*|x64" />
48+
<Deploy Solution="*|x86" />
49+
</Project>
50+
</Folder>
51+
</Solution>

Directory.Build.targets

Lines changed: 0 additions & 9 deletions
This file was deleted.

build/azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
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
@@ -25,7 +25,7 @@ variables:
2525
- name: InternalKeystore
2626
value: com.nventive.internal.applicationtemplate.jks
2727
- name: windowsHostedAgentImage
28-
value: 'windows-2022'
28+
value: 'windows-2025'
2929

3030
stages:
3131
- stage: Build

samples/BiometryService.SampleApp.Uno.Droid/Assets/AboutAssets.txt

Lines changed: 0 additions & 19 deletions
This file was deleted.
Binary file not shown.

samples/BiometryService.SampleApp.Uno.Droid/BiometryService.SampleApp.Uno.Droid.csproj

Lines changed: 0 additions & 110 deletions
This file was deleted.

samples/BiometryService.SampleApp.Uno.Droid/Main.cs

Lines changed: 0 additions & 43 deletions
This file was deleted.

samples/BiometryService.SampleApp.Uno.Droid/MainActivity.cs

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)