Skip to content

Commit

Permalink
Bump MASES.JNetPSCore from 2.5.9 to 2.5.10 in /src/net (#716)
Browse files Browse the repository at this point in the history
* Bump MASES.JNetPSCore from 2.5.9 to 2.5.10 in /src/net

Bumps [MASES.JNetPSCore](https://github.com/masesgroup/JNet) from 2.5.9 to 2.5.10.
- [Release notes](https://github.com/masesgroup/JNet/releases)
- [Commits](masesgroup/JNet@V2.5.9.0...V2.5.10.0)

---
updated-dependencies:
- dependency-name: MASES.JNetPSCore
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update generateclasses.yaml

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: masesdevelopers <[email protected]>
  • Loading branch information
dependabot[bot] and masesdevelopers authored Nov 4, 2024
1 parent f89c98f commit 7fbafd8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/generateclasses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,19 @@ jobs:
- name: Clear Java generated files
run: Remove-Item .\src\jvm\knet\src\main\java\org\mases\knet\generated\* -Recurse -Force -Exclude README.md

- run: dotnet tool update --version 2.5.9 -g MASES.JNetReflector
- run: dotnet tool update --version 2.5.10 -g MASES.JNetReflector

- name: Build classes
shell: cmd
run: jnetreflector -TraceLevel 0 -OriginRootPath .\jars -DestinationRootPath .\src\ -ConfigurationFile .\src\configuration.json
run: jnetreflector -TraceLevel 1 -TraceTo %GITHUB_WORKSPACE%\JNetReflector.txt -OriginRootPath %GITHUB_WORKSPACE%\jars -DestinationRootPath %GITHUB_WORKSPACE%\src\ -ConfigurationFile %GITHUB_WORKSPACE%\src\configuration.json
env:
JCOBRIDGE_LicensePath: ${{ secrets.JCOBRIDGE_ONLINE }}


- uses: actions/upload-artifact@v4
with:
name: JNetReflector report
path: .\JNetReflector.txt

- name: Extract commit SHA
run: |
echo "GITHUB_COMMIT_MESSAGE=$(echo $GITHUB_SHA | cut -c 1-7)" >> $GITHUB_ENV
Expand Down
2 changes: 1 addition & 1 deletion src/net/KNetPS/KNetPS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<!--<IncludeAssets>All</IncludeAssets>-->
<!--<PrivateAssets>None</PrivateAssets>-->
</ProjectReference>
<PackageReference Include="MASES.JNetPSCore" Version="2.5.9" />
<PackageReference Include="MASES.JNetPSCore" Version="2.5.10" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit 7fbafd8

Please sign in to comment.