Skip to content

Commit

Permalink
Merge pull request #1 from Digitalroot-Valheim/develop
Browse files Browse the repository at this point in the history
Release 1.0.6
  • Loading branch information
Digitalroot authored Dec 6, 2021
2 parents f1ec686 + dac665a commit afff1bf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ concurrency: ci-${{ github.ref }}

on:
push:
branches: [ main ] # Default release branch
branches: [ main, develop ] # Default release branch
paths:
- 'src/**'
- '.github/workflows/**'
Expand All @@ -27,3 +27,4 @@ jobs:
nuget-gh-upload: true
nuget-s3-upload: true
nuget-org-upload: true
is-nuget-package: true
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<RepositoryType>git</RepositoryType>
<PackageIcon>ValheimRcon_color.png</PackageIcon>
<PackageIconUrl />
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageTags>valheim, digitalroot, mods, cli, tool, nexusmods, thunderstore, modvault</PackageTags>
<Authors>Digitalroot</Authors>
<Company>Digitalroot Technologies</Company>
Expand All @@ -28,7 +29,7 @@
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
<GenerateDocumentationFile>False</GenerateDocumentationFile>
<ProduceReferenceAssembly>False</ProduceReferenceAssembly>
<VersionPrefix>1.0.3</VersionPrefix>
<VersionPrefix>1.0.6</VersionPrefix>
<RestoreAdditionalProjectSources>
https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-libraries/nuget/v3/index.json;
https://digitalroot-valheim-nuget.s3.us-west-2.amazonaws.com/index.json
Expand All @@ -46,10 +47,8 @@
</PropertyGroup>

<ItemGroup>
<None Include="..\ico\ValheimRcon_color.png">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
<None Include="..\ico\ValheimRcon_color.png" Pack="true" PackagePath="\" />
<None Include="..\..\docs\README.md" Pack="true" PackagePath="\"/>
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit afff1bf

Please sign in to comment.