Skip to content

Commit 2b82510

Browse files
authored
Merge pull request #216 from sunnamed434/asmresolver-beta2-support
Support AsmResolver 6.0.0-beta.2
2 parents 0174bae + 13dccfc commit 2b82510

File tree

9 files changed

+19
-3
lines changed

9 files changed

+19
-3
lines changed

.github/workflows/BitMono.API.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,13 @@ on:
99
paths:
1010
- '.github/workflows/BitMono.API.yaml'
1111
- 'src/BitMono.API/**'
12+
- 'src/props/**'
1213
pull_request:
1314
branches: [ master ]
1415
paths:
1516
- '.github/workflows/BitMono.API.yaml'
1617
- 'src/BitMono.API/**'
18+
- 'src/props/**'
1719

1820
jobs:
1921
build:

.github/workflows/BitMono.Core.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,13 @@ on:
99
paths:
1010
- '.github/workflows/BitMono.Core.yaml'
1111
- 'src/BitMono.Core/**'
12+
- 'src/props/**'
1213
pull_request:
1314
branches: [ master ]
1415
paths:
1516
- '.github/workflows/BitMono.Core.yaml'
1617
- 'src/BitMono.Core/**'
18+
- 'src/props/**'
1719

1820
jobs:
1921
build:

.github/workflows/BitMono.Host.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,13 @@ on:
99
paths:
1010
- '.github/workflows/BitMono.Host.yaml'
1111
- 'src/BitMono.Host/**'
12+
- 'src/props/**'
1213
pull_request:
1314
branches: [ master ]
1415
paths:
1516
- '.github/workflows/BitMono.Host.yaml'
1617
- 'src/BitMono.Host/**'
18+
- 'src/props/**'
1719

1820
jobs:
1921
build:

.github/workflows/BitMono.Obfuscation.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,13 @@ on:
99
paths:
1010
- '.github/workflows/BitMono.Obfuscation.yaml'
1111
- 'src/BitMono.Obfuscation/**'
12+
- 'src/props/**'
1213
pull_request:
1314
branches: [ master ]
1415
paths:
1516
- '.github/workflows/BitMono.Obfuscation.yaml'
1617
- 'src/BitMono.Obfuscation/**'
18+
- 'src/props/**'
1719

1820
jobs:
1921
build:

.github/workflows/BitMono.Protections.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,13 @@ on:
99
paths:
1010
- '.github/workflows/BitMono.Protections.yaml'
1111
- 'src/BitMono.Protections/**'
12+
- 'src/props/**'
1213
pull_request:
1314
branches: [ master ]
1415
paths:
1516
- '.github/workflows/BitMono.Protections.yaml'
1617
- 'src/BitMono.Protections/**'
18+
- 'src/props/**'
1719

1820
jobs:
1921
build:

.github/workflows/BitMono.Runtime.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,13 @@ on:
99
paths:
1010
- '.github/workflows/BitMono.Runtime.yaml'
1111
- 'src/BitMono.Runtime/**'
12+
- 'src/props/**'
1213
pull_request:
1314
branches: [ master ]
1415
paths:
1516
- '.github/workflows/BitMono.Runtime.yaml'
1617
- 'src/BitMono.Runtime/**'
18+
- 'src/props/**'
1719

1820
jobs:
1921
build:

.github/workflows/BitMono.Shared.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,13 @@ on:
99
paths:
1010
- '.github/workflows/BitMono.Shared.yaml'
1111
- 'src/BitMono.Shared/**'
12+
- 'src/props/**'
1213
pull_request:
1314
branches: [ master ]
1415
paths:
1516
- '.github/workflows/BitMono.Shared.yaml'
1617
- 'src/BitMono.Shared/**'
18+
- 'src/props/**'
1719

1820
jobs:
1921
build:

.github/workflows/BitMono.Utilities.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,13 @@ on:
99
paths:
1010
- '.github/workflows/BitMono.Utilities.yaml'
1111
- 'src/BitMono.Utilities/**'
12+
- 'src/props/**'
1213
pull_request:
1314
branches: [ master ]
1415
paths:
1516
- '.github/workflows/BitMono.Utilities.yaml'
1617
- 'src/BitMono.Utilities/**'
18+
- 'src/props/**'
1719

1820
jobs:
1921
build:

props/SharedPackages.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<Project>
22

33
<ItemGroup>
4-
<PackageReference Include="AsmResolver" Version="6.0.0-beta.1" />
5-
<PackageReference Include="AsmResolver.DotNet" Version="6.0.0-beta.1" />
6-
<PackageReference Include="AsmResolver.PE" Version="6.0.0-beta.1" />
4+
<PackageReference Include="AsmResolver" Version="6.0.0-beta.2" />
5+
<PackageReference Include="AsmResolver.DotNet" Version="6.0.0-beta.2" />
6+
<PackageReference Include="AsmResolver.PE" Version="6.0.0-beta.2" />
77
<PackageReference Include="JetBrains.Annotations" Version="2024.3.0" />
88
</ItemGroup>
99

0 commit comments

Comments
 (0)