Skip to content

Commit

Permalink
Merge pull request #216 from sunnamed434/asmresolver-beta2-support
Browse files Browse the repository at this point in the history
Support AsmResolver 6.0.0-beta.2
  • Loading branch information
sunnamed434 authored Jan 11, 2025
2 parents 0174bae + 13dccfc commit 2b82510
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/BitMono.API.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@ on:
paths:
- '.github/workflows/BitMono.API.yaml'
- 'src/BitMono.API/**'
- 'src/props/**'
pull_request:
branches: [ master ]
paths:
- '.github/workflows/BitMono.API.yaml'
- 'src/BitMono.API/**'
- 'src/props/**'

jobs:
build:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/BitMono.Core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@ on:
paths:
- '.github/workflows/BitMono.Core.yaml'
- 'src/BitMono.Core/**'
- 'src/props/**'
pull_request:
branches: [ master ]
paths:
- '.github/workflows/BitMono.Core.yaml'
- 'src/BitMono.Core/**'
- 'src/props/**'

jobs:
build:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/BitMono.Host.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@ on:
paths:
- '.github/workflows/BitMono.Host.yaml'
- 'src/BitMono.Host/**'
- 'src/props/**'
pull_request:
branches: [ master ]
paths:
- '.github/workflows/BitMono.Host.yaml'
- 'src/BitMono.Host/**'
- 'src/props/**'

jobs:
build:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/BitMono.Obfuscation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@ on:
paths:
- '.github/workflows/BitMono.Obfuscation.yaml'
- 'src/BitMono.Obfuscation/**'
- 'src/props/**'
pull_request:
branches: [ master ]
paths:
- '.github/workflows/BitMono.Obfuscation.yaml'
- 'src/BitMono.Obfuscation/**'
- 'src/props/**'

jobs:
build:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/BitMono.Protections.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@ on:
paths:
- '.github/workflows/BitMono.Protections.yaml'
- 'src/BitMono.Protections/**'
- 'src/props/**'
pull_request:
branches: [ master ]
paths:
- '.github/workflows/BitMono.Protections.yaml'
- 'src/BitMono.Protections/**'
- 'src/props/**'

jobs:
build:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/BitMono.Runtime.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@ on:
paths:
- '.github/workflows/BitMono.Runtime.yaml'
- 'src/BitMono.Runtime/**'
- 'src/props/**'
pull_request:
branches: [ master ]
paths:
- '.github/workflows/BitMono.Runtime.yaml'
- 'src/BitMono.Runtime/**'
- 'src/props/**'

jobs:
build:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/BitMono.Shared.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@ on:
paths:
- '.github/workflows/BitMono.Shared.yaml'
- 'src/BitMono.Shared/**'
- 'src/props/**'
pull_request:
branches: [ master ]
paths:
- '.github/workflows/BitMono.Shared.yaml'
- 'src/BitMono.Shared/**'
- 'src/props/**'

jobs:
build:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/BitMono.Utilities.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@ on:
paths:
- '.github/workflows/BitMono.Utilities.yaml'
- 'src/BitMono.Utilities/**'
- 'src/props/**'
pull_request:
branches: [ master ]
paths:
- '.github/workflows/BitMono.Utilities.yaml'
- 'src/BitMono.Utilities/**'
- 'src/props/**'

jobs:
build:
Expand Down
6 changes: 3 additions & 3 deletions props/SharedPackages.props
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<Project>

<ItemGroup>
<PackageReference Include="AsmResolver" Version="6.0.0-beta.1" />
<PackageReference Include="AsmResolver.DotNet" Version="6.0.0-beta.1" />
<PackageReference Include="AsmResolver.PE" Version="6.0.0-beta.1" />
<PackageReference Include="AsmResolver" Version="6.0.0-beta.2" />
<PackageReference Include="AsmResolver.DotNet" Version="6.0.0-beta.2" />
<PackageReference Include="AsmResolver.PE" Version="6.0.0-beta.2" />
<PackageReference Include="JetBrains.Annotations" Version="2024.3.0" />
</ItemGroup>

Expand Down

0 comments on commit 2b82510

Please sign in to comment.