From 115809bb54727bb0a734a09d689e8ecf2a49d330 Mon Sep 17 00:00:00 2001 From: Rutherther Date: Sat, 21 Jan 2023 21:33:25 +0100 Subject: [PATCH] chore: add versions --- src/Core/NosSmooth.LocalBinding/NosSmooth.LocalBinding.csproj | 1 + src/Core/NosSmooth.LocalClient/NosSmooth.LocalClient.csproj | 1 + .../NosSmooth.ChatCommands/NosSmooth.ChatCommands.csproj | 1 + .../NosSmooth.Extensions.SharedBinding.csproj | 1 + src/Inject/NosSmooth.Injector.CLI/NosSmooth.Injector.CLI.csproj | 1 + src/Inject/NosSmooth.Injector/NosSmooth.Injector.csproj | 1 + 6 files changed, 6 insertions(+) diff --git a/src/Core/NosSmooth.LocalBinding/NosSmooth.LocalBinding.csproj b/src/Core/NosSmooth.LocalBinding/NosSmooth.LocalBinding.csproj index 973ac32..62c5c7f 100644 --- a/src/Core/NosSmooth.LocalBinding/NosSmooth.LocalBinding.csproj +++ b/src/Core/NosSmooth.LocalBinding/NosSmooth.LocalBinding.csproj @@ -5,6 +5,7 @@ enable enable 10 + 1.0.0 diff --git a/src/Core/NosSmooth.LocalClient/NosSmooth.LocalClient.csproj b/src/Core/NosSmooth.LocalClient/NosSmooth.LocalClient.csproj index 1740f2d..2938764 100644 --- a/src/Core/NosSmooth.LocalClient/NosSmooth.LocalClient.csproj +++ b/src/Core/NosSmooth.LocalClient/NosSmooth.LocalClient.csproj @@ -5,6 +5,7 @@ enable 10 net7.0 + 1.0.0 diff --git a/src/Extensions/NosSmooth.ChatCommands/NosSmooth.ChatCommands.csproj b/src/Extensions/NosSmooth.ChatCommands/NosSmooth.ChatCommands.csproj index 84fa961..574e3a9 100644 --- a/src/Extensions/NosSmooth.ChatCommands/NosSmooth.ChatCommands.csproj +++ b/src/Extensions/NosSmooth.ChatCommands/NosSmooth.ChatCommands.csproj @@ -4,6 +4,7 @@ net7.0 enable enable + 1.0.0 diff --git a/src/Extensions/NosSmooth.Extensions.SharedBinding/NosSmooth.Extensions.SharedBinding.csproj b/src/Extensions/NosSmooth.Extensions.SharedBinding/NosSmooth.Extensions.SharedBinding.csproj index 2fddd2c..b676bd2 100644 --- a/src/Extensions/NosSmooth.Extensions.SharedBinding/NosSmooth.Extensions.SharedBinding.csproj +++ b/src/Extensions/NosSmooth.Extensions.SharedBinding/NosSmooth.Extensions.SharedBinding.csproj @@ -4,6 +4,7 @@ net7.0 enable enable + 0.0.1 diff --git a/src/Inject/NosSmooth.Injector.CLI/NosSmooth.Injector.CLI.csproj b/src/Inject/NosSmooth.Injector.CLI/NosSmooth.Injector.CLI.csproj index 6056355..4be4921 100644 --- a/src/Inject/NosSmooth.Injector.CLI/NosSmooth.Injector.CLI.csproj +++ b/src/Inject/NosSmooth.Injector.CLI/NosSmooth.Injector.CLI.csproj @@ -6,6 +6,7 @@ enable enable app.manifest + false diff --git a/src/Inject/NosSmooth.Injector/NosSmooth.Injector.csproj b/src/Inject/NosSmooth.Injector/NosSmooth.Injector.csproj index cdbb261..e981c0a 100644 --- a/src/Inject/NosSmooth.Injector/NosSmooth.Injector.csproj +++ b/src/Inject/NosSmooth.Injector/NosSmooth.Injector.csproj @@ -4,6 +4,7 @@ net7.0 enable enable + 1.0.0 -- 2.48.1