Skip to content

Commit 1df0f56

Browse files
committed
Merge branch 'release/v2.0'
2 parents 5e5105e + e7d5764 commit 1df0f56

188 files changed

Lines changed: 8029 additions & 476 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.

.github/copilot-instructions.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
- Always write code and documentation in English.
2+
- The project uses CommunityToolkit.Mvvm. Keep this in mind when generating code for view models.
3+
- The test project uses NUnit and Moq. Use these libraries when generating test code.
4+
- Add the copyright header with the current year to all new files.

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ on:
2323
jobs:
2424
analyze:
2525
name: Analyze
26-
runs-on: ubuntu-latest
26+
runs-on: windows-latest
2727
permissions:
2828
actions: read
2929
contents: read

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313
build:
1414

15-
runs-on: ubuntu-latest
15+
runs-on: windows-latest
1616

1717
steps:
1818
- uses: actions/checkout@v4

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
/.idea
2-
/*.DotSettings.user
1+
.idea
2+
*.DotSettings.user
33
.vs/
44

55
bin/

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<ItemGroup>
44
<PackageReference Include="Nerdbank.GitVersioning" Condition="!Exists('packages.config')">
55
<PrivateAssets>all</PrivateAssets>
6-
<Version>3.6.143</Version>
6+
<Version>3.7.115</Version>
77
</PackageReference>
88
</ItemGroup>
99
<PropertyGroup>

Icons/DiffLockOff.svg

Lines changed: 23 additions & 0 deletions
Loading

Icons/DiffLockOn.svg

Lines changed: 23 additions & 0 deletions
Loading

Icons/RoundNoRestriction.svg

Lines changed: 8 additions & 0 deletions
Loading

Icons/RoundRed.svg

Lines changed: 5 additions & 0 deletions
Loading

Icons/TrailerAxleFixed.svg

Lines changed: 14 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)