diff --git a/1.6/Assemblies/Lib.GAB.dll b/1.6/Assemblies/Lib.GAB.dll index be6eca9..8ba4038 100755 Binary files a/1.6/Assemblies/Lib.GAB.dll and b/1.6/Assemblies/Lib.GAB.dll differ diff --git a/1.6/Assemblies/RimBridgeServer.Contracts.dll b/1.6/Assemblies/RimBridgeServer.Contracts.dll index 80f2597..3263ae6 100644 Binary files a/1.6/Assemblies/RimBridgeServer.Contracts.dll and b/1.6/Assemblies/RimBridgeServer.Contracts.dll differ diff --git a/1.6/Assemblies/RimBridgeServer.Core.dll b/1.6/Assemblies/RimBridgeServer.Core.dll index fa9ffc5..3b7df90 100644 Binary files a/1.6/Assemblies/RimBridgeServer.Core.dll and b/1.6/Assemblies/RimBridgeServer.Core.dll differ diff --git a/1.6/Assemblies/RimBridgeServer.Extensions.Abstractions.dll b/1.6/Assemblies/RimBridgeServer.Extensions.Abstractions.dll index bc02dda..36e85ed 100644 Binary files a/1.6/Assemblies/RimBridgeServer.Extensions.Abstractions.dll and b/1.6/Assemblies/RimBridgeServer.Extensions.Abstractions.dll differ diff --git a/1.6/Assemblies/RimBridgeServer.Sdk.dll b/1.6/Assemblies/RimBridgeServer.Sdk.dll index 9fc6947..9ee961c 100644 Binary files a/1.6/Assemblies/RimBridgeServer.Sdk.dll and b/1.6/Assemblies/RimBridgeServer.Sdk.dll differ diff --git a/1.6/Assemblies/RimBridgeServer.dll b/1.6/Assemblies/RimBridgeServer.dll index 896faba..e65dbc5 100644 Binary files a/1.6/Assemblies/RimBridgeServer.dll and b/1.6/Assemblies/RimBridgeServer.dll differ diff --git a/About/About.xml b/About/About.xml index 5a375ad..443c60a 100644 --- a/About/About.xml +++ b/About/About.xml @@ -6,7 +6,7 @@
  • 1.6
  • brrainz.rimbridgeserver - 2.1.0 + 2.1.1 https://github.com/pardeike/RimBridgeServer Turn a running RimWorld session into a live automation bridge. diff --git a/About/Manifest.xml b/About/Manifest.xml index 052e7d5..0398015 100644 --- a/About/Manifest.xml +++ b/About/Manifest.xml @@ -1,7 +1,7 @@  net.pardeike.rimworld.mod.rimbridgeserver - 2.1.0 + 2.1.1
  • 1.6.0
  • diff --git a/Directory.Build.props b/Directory.Build.props index d04a891..6a03a9d 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -3,11 +3,11 @@ RimBridgeServer RimBridgeServer https://github.com/pardeike/RimBridgeServer - 2.1.0 + 2.1.1 {6A41B185-4CC6-43FD-A4D3-5D2819F4DC96} $(MSBuildThisFileDirectory)..\.nuget-local false - 1.0.3 + 1.0.5 $(ModVersion) diff --git a/PENDING_RELEASE_NOTES.md b/PENDING_RELEASE_NOTES.md new file mode 100644 index 0000000..e69de29 diff --git a/README.md b/README.md index 7c42515..1d45b7f 100644 --- a/README.md +++ b/README.md @@ -100,8 +100,8 @@ Example: ```bash dotnet restore Source/RimBridgeServer.csproj \ -p:EnableLocalNuGetOverride=true \ - -p:LibGabPackageVersion=1.0.3-local.1 \ - -p:RimBridgeServerSdkPackageVersion=2.0.0-local.1 + -p:LibGabPackageVersion=1.0.5-local.1 \ + -p:RimBridgeServerSdkPackageVersion=2.1.1-local.1 ``` Populate the local source by packing the sibling library into `../.nuget-local`, for example: @@ -109,7 +109,7 @@ Populate the local source by packing the sibling library into `../.nuget-local`, ```bash dotnet pack ../Lib.GAB/Lib.GAB/Lib.GAB.csproj \ -o ../.nuget-local \ - -p:PackageVersion=1.0.0-local.1 + -p:PackageVersion=1.0.5-local.1 ``` Pack the RimBridgeServer companion SDK into that same local source with: