Skip to content

Commit

Permalink
Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Ogliss committed Jun 9, 2021
1 parent 3c0d9a1 commit 19056ff
Show file tree
Hide file tree
Showing 34 changed files with 3,096 additions and 141 deletions.
Binary file modified 1.1/Assemblies/AdeptusMechanicusKroot.dll
Binary file not shown.
Binary file modified 1.1/Assemblies/AdeptusMechanicusKroot.pdb
Binary file not shown.
Binary file modified 1.1/Assemblies/AdeptusMechanicusTau.dll
Binary file not shown.
Binary file modified 1.1/Assemblies/AdeptusMechanicusTau.pdb
Binary file not shown.
Binary file modified 1.1/Assemblies/AdeptusMechanicusVespid.dll
Binary file not shown.
Binary file modified 1.1/Assemblies/AdeptusMechanicusVespid.pdb
Binary file not shown.
Binary file modified 1.1/Assemblies/RecruitShips.dll
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,16 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Krafs.Rimworld.Ref">
<Version>1.2.2753</Version>
<Version>1.2.2905</Version>
</PackageReference>
<PackageReference Include="Lib.Harmony">
<Version>2.0.4</Version>
</PackageReference>
<PackageReference Include="TaskPubliciser">
<Version>1.0.3</Version>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,17 @@
"dependencies": {
"Krafs.Rimworld.Ref": {
"target": "Package",
"version": "[1.2.2753, )"
"version": "[1.2.2905, )"
},
"Lib.Harmony": {
"target": "Package",
"version": "[2.0.4, )"
},
"TaskPubliciser": {
"include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive",
"suppressParent": "All",
"target": "Package",
"version": "[1.0.3, )"
}
}
}
Expand Down Expand Up @@ -107,6 +113,12 @@
"target": "Package",
"version": "[2.0.4, )"
},
"TaskPubliciser": {
"include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive",
"suppressParent": "All",
"target": "Package",
"version": "[1.0.3, )"
},
"UnlimitedHugs.Rimworld.HugsLib": {
"include": "Compile, Build, Native, ContentFiles, Analyzers, BuildTransitive",
"target": "Package",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,7 @@
<PropertyGroup>
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
</PropertyGroup>
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<Import Project="$(NuGetPackageRoot)taskpubliciser\1.0.3\build\TaskPubliciser.props" Condition="Exists('$(NuGetPackageRoot)taskpubliciser\1.0.3\build\TaskPubliciser.props')" />
</ImportGroup>
</Project>
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
a0be63a21ef491863b45bfa8cf1e02771d9abe65
f6c0d67523775684ccf5a60e08f4bcbfd410dcce
Binary file not shown.
Loading

0 comments on commit 19056ff

Please sign in to comment.