M src/Core/NosSmooth.LocalBinding/NosSmooth.LocalBinding.csproj => src/Core/NosSmooth.LocalBinding/NosSmooth.LocalBinding.csproj +1 -0
@@ 5,6 5,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<LangVersion>10</LangVersion>
+ <VersionPrefix>1.0.0</VersionPrefix>
</PropertyGroup>
<ItemGroup>
M src/Core/NosSmooth.LocalClient/NosSmooth.LocalClient.csproj => src/Core/NosSmooth.LocalClient/NosSmooth.LocalClient.csproj +1 -0
@@ 5,6 5,7 @@
<Nullable>enable</Nullable>
<LangVersion>10</LangVersion>
<TargetFrameworks>net7.0</TargetFrameworks>
+ <VersionPrefix>1.0.0</VersionPrefix>
</PropertyGroup>
<ItemGroup>
M src/Extensions/NosSmooth.ChatCommands/NosSmooth.ChatCommands.csproj => src/Extensions/NosSmooth.ChatCommands/NosSmooth.ChatCommands.csproj +1 -0
@@ 4,6 4,7 @@
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
+ <VersionPrefix>1.0.0</VersionPrefix>
</PropertyGroup>
<ItemGroup>
M src/Extensions/NosSmooth.Extensions.SharedBinding/NosSmooth.Extensions.SharedBinding.csproj => src/Extensions/NosSmooth.Extensions.SharedBinding/NosSmooth.Extensions.SharedBinding.csproj +1 -0
@@ 4,6 4,7 @@
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
+ <VersionPrefix>0.0.1</VersionPrefix>
</PropertyGroup>
<ItemGroup>
M src/Inject/NosSmooth.Injector.CLI/NosSmooth.Injector.CLI.csproj => src/Inject/NosSmooth.Injector.CLI/NosSmooth.Injector.CLI.csproj +1 -0
@@ 6,6 6,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<ApplicationManifest>app.manifest</ApplicationManifest>
+ <IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
M src/Inject/NosSmooth.Injector/NosSmooth.Injector.csproj => src/Inject/NosSmooth.Injector/NosSmooth.Injector.csproj +1 -0
@@ 4,6 4,7 @@
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
+ <VersionPrefix>1.0.0</VersionPrefix>
</PropertyGroup>
<ItemGroup>