Skip to content

Commit

Permalink
Updated for Valheim 0.217.29
Browse files Browse the repository at this point in the history
  • Loading branch information
Digitalroot committed Nov 10, 2023
1 parent 7426b4f commit 8b36317
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

<PropertyGroup>
<AssemblyName>Digitalroot.Valheim.Common.Interfaces</AssemblyName>
<TargetFrameworks>net462</TargetFrameworks>
<LangVersion>9</LangVersion>
<TargetFrameworks>net48</TargetFrameworks>
<LangVersion>10</LangVersion>
<PackageId>Digitalroot.Valheim.Common.Interfaces</PackageId>
<RootNamespace>Digitalroot.Valheim.Common.Interfaces</RootNamespace>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageLicenseExpression>AGPL-3.0-or-later</PackageLicenseExpression>
<Copyright>Copyright © Digitalroot Technologies 2021 - 2023</Copyright>
<Copyright>Copyright © Digitalroot Technologies 2021 - 2024</Copyright>
<PackageProjectUrl>https://github.com/Digitalroot-Valheim/Digitalroot.Valheim.Common.Interfaces</PackageProjectUrl>
<RepositoryUrl>https://github.com/Digitalroot-Valheim/Digitalroot.Valheim.Common.Interfaces</RepositoryUrl>
<RepositoryType>git</RepositoryType>
Expand All @@ -20,10 +20,10 @@
<Company>Digitalroot Technologies</Company>
<Product>Digitalroot Valheim Interfaces</Product>
<Description>Interfaces for Valheim</Description>
<PackageReleaseNotes>Initial Release</PackageReleaseNotes>
<PackageReleaseNotes>Updated for </PackageReleaseNotes>
<NeutralLanguage>en-US</NeutralLanguage>
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
<VersionPrefix>1.0.0</VersionPrefix>
<VersionPrefix>0.0.1</VersionPrefix>
<RestoreAdditionalProjectSources>
https://nuget.bepinex.dev/v3/index.json;
https://digitalroot-valheim-nuget.s3.us-west-2.amazonaws.com/index.json
Expand All @@ -44,7 +44,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Digitalroot.Valheim.Common.References" Version="0.217.4" />
<PackageReference Include="Digitalroot.References.Unity" Version="2022.3.12" />
<PackageReference Include="Digitalroot.Valheim.Common.References" Version="0.217.29" />
</ItemGroup>

</Project>
14 changes: 10 additions & 4 deletions src/Digitalroot.Valheim.Common.Interfaces/packages.lock.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
{
"version": 1,
"dependencies": {
".NETFramework,Version=v4.6.2": {
".NETFramework,Version=v4.8": {
"Digitalroot.References.Unity": {
"type": "Direct",
"requested": "[2022.3.12, )",
"resolved": "2022.3.12",
"contentHash": "QgMwg+WAnbvmjxSuL+PKjr+35B0FhO0Thw9ddoSBrfBkYsMSCYAqJ0APsN2AQfXn3zVdJgP7Rw2S41DJfuBxRQ=="
},
"Digitalroot.Valheim.Common.References": {
"type": "Direct",
"requested": "[0.217.4, )",
"resolved": "0.217.4",
"contentHash": "1I3f3Iyd2KGkF9UiJBm38igV6CKiAG/wKW5AeJUJ+oSUBdzU/qAXPATOYEelr2+I+2k3wI8iTVuP+X4+NTwINw=="
"requested": "[0.217.29, )",
"resolved": "0.217.29",
"contentHash": "0DtYKqv+/EY5Epw+n3/2Li8LTTn5vDtY8C7dszu5K7RIXqK7Q7iQJ7a21pl8Qjsxgt4Ay2YtSx9w77UjNRc5dA=="
}
}
}
Expand Down

0 comments on commit 8b36317

Please sign in to comment.