Skip to content

Commit

Permalink
Merge pull request #483 from PhantomGamers/pr-fix-nuget-dependencies
Browse files Browse the repository at this point in the history
Remove dependencies from nuget package
  • Loading branch information
PhantomGamers authored Dec 2, 2021
2 parents 859676b + 4d79ba3 commit 0c58210
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
<ItemGroup Label="Core">
<PackageReference Include="BepInEx.Analyzers" Version="1.*" PrivateAssets="all" />
<PackageReference Include="BepInEx.Core" Version="5.*" PrivateAssets="all" />
<PackageReference Include="UnityEngine.Modules" Version="2018.4.12" IncludeAssets="compile" />
<PackageReference Include="DysonSphereProgram.GameLibs" Version="*-*" IncludeAssets="compile" />
<PackageReference Include="UnityEngine.Modules" Version="2018.4.12" IncludeAssets="compile" PrivateAssets="all" />
<PackageReference Include="DysonSphereProgram.GameLibs" Version="*-*" IncludeAssets="compile" PrivateAssets="all" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework.TrimEnd(`0123456789`))' == 'net'">
Expand Down
4 changes: 4 additions & 0 deletions NebulaAPI/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Changelog

1.1.2:

- Bump version for nuget package.

1.1.1:

- Removed extraneous dll that was mistakenly included in the previous release
Expand Down
2 changes: 1 addition & 1 deletion NebulaAPI/version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "1.1.1",
"version": "1.1.2",
"assemblyVersion": {
"precision": "build"
},
Expand Down

0 comments on commit 0c58210

Please sign in to comment.