feat(release): add reproducible signed artifacts (#19)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using FinalFactory.Rendezvous.Client;
|
||||
using FinalFactory.Rendezvous.Contracts;
|
||||
using LiteNetLib;
|
||||
|
||||
Console.WriteLine(
|
||||
$"SpaceGame consumer: contract={ContractLimits.ContractVersion}, "
|
||||
+ $"client={typeof(RendezvousClientOptions).Assembly.GetName().Version}, "
|
||||
+ $"transport={typeof(NetManager).Assembly.GetName().Version}");
|
||||
Reference in New Issue
Block a user