Skip to content

Commit

Permalink
update nuget packages and workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Digitalroot committed Nov 16, 2021
1 parent 2b0287f commit 36aea83
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 16 deletions.
27 changes: 18 additions & 9 deletions .github/workflows/nuget.release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: NuGet Release

concurrency: ci-${{ github.ref }}

on:
push:
branches: [ main ] # Default release branch
Expand All @@ -15,13 +17,20 @@ jobs:
call-workflow-nuget-release:
uses: Digitalroot-Valheim/.github/.github/workflows/nuget.release.yml@main
secrets:
awsaccesskeyid: ${{ secrets.NUGET_S3_REPO_KEY_ID }}
awssecretaccesskey: ${{ secrets.NUGET_S3_REPO_KEY_SECRET }}
aws-access-key-id: ${{ secrets.NUGET_S3_REPO_KEY_ID }}
aws-secret-access-key: ${{ secrets.NUGET_S3_REPO_KEY_SECRET }}
#nexus-api-key: ${{ secrets.NEXUS_API_KEY }}
#nexus-cookies-header: ${{ secrets.NEXUS_COOKIE_HEADER }}
with:
slnfilename: Digitalroot.Valheim.Common.Utils
projfilename: Digitalroot.Valheim.Common.Utils
#srcpath: src
#unittestpath: UnitTests
skipunittest: true
#forceassemblyversion: true
#awsregion: us-west-2
sln-file-name: Digitalroot.Valheim.Common.Utils
proj-file-name: Digitalroot.Valheim.Common.Utils
#src-path: src
#unit-test-path: UnitTests
skip-unit-tests: true
#force-assembly-version: true
create-github-release: false
#aws-region: us-west-2
nuget-gh-upload: true
nuget-s3-upload: true
#nexus-enable-upload: true
#nexus-mod-id: 000
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Digitalroot.Valheim.Common.Log" Version="1.1.10" />
<PackageReference Include="Digitalroot.Valheim.Common.Log" Version="1.1.12" />
<PackageReference Include="Digitalroot.Valheim.Common.References" Version="0.204.5" />
</ItemGroup>

Expand Down
12 changes: 6 additions & 6 deletions src/Digitalroot.Valheim.Common.Utils/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
".NETFramework,Version=v4.6.2": {
"Digitalroot.Valheim.Common.Log": {
"type": "Direct",
"requested": "[1.1.10, )",
"resolved": "1.1.10",
"contentHash": "w5W4O7AtB2tomrovzWAEPH7d7d5WwRYylHETRtEuI6SRdBgnj8xrMq6wpyux+HapbJd/7io/FtPPK6opZFaPEA==",
"requested": "[1.1.12, )",
"resolved": "1.1.12",
"contentHash": "B3hSoUf7LmO5kRdmn4Wi2NLFkAve24LSpTTFAL1F8DfoDPWE5m6jqqhH46H0wtTq/nGcqCTwNZ01GNQWncoKPw==",
"dependencies": {
"BepInEx.BaseLib": "5.4.16",
"BepInEx.Core": "5.4.16",
"Digitalroot.Valheim.Common.Json": "1.0.11"
"Digitalroot.Valheim.Common.Json": "1.0.13"
}
},
"Digitalroot.Valheim.Common.References": {
Expand All @@ -35,8 +35,8 @@
},
"Digitalroot.Valheim.Common.Json": {
"type": "Transitive",
"resolved": "1.0.11",
"contentHash": "Sk7grHySSkZ0LYG3RntnFPn0LxTelx1RdwNihVyFWJUjXiGf0CvFcMNnUdvGCc69vCX/Vl16h4jryqDvIYSwHA==",
"resolved": "1.0.13",
"contentHash": "OQAKK7D9+HHYSy8wi87C7s++6TFiTlE6oFPe1oqnO737ZUEQ1Ja0hb5AKjucaES9NdT9di7mk3sg48ajmv4RIQ==",
"dependencies": {
"UnityEngine.Modules": "[2019.4.32]",
"fastJSON": "2.4.0.4"
Expand Down

0 comments on commit 36aea83

Please sign in to comment.