diff --git a/Store/cs2-store.csproj b/Store/cs2-store.csproj index 4305492..11f73fb 100644 --- a/Store/cs2-store.csproj +++ b/Store/cs2-store.csproj @@ -10,7 +10,7 @@ - + diff --git a/Store/src/cs2-store.cs b/Store/src/cs2-store.cs index 0e86270..35b90e1 100644 --- a/Store/src/cs2-store.cs +++ b/Store/src/cs2-store.cs @@ -10,7 +10,7 @@ namespace Store; public class Store : BasePlugin, IPluginConfig { public override string ModuleName => "Store"; - public override string ModuleVersion => "0.1.9"; + public override string ModuleVersion => "0.2.0"; public override string ModuleAuthor => "schwarper & xshadowbringer"; public StoreConfig Config { get; set; } = new StoreConfig(); diff --git a/StoreApi/StoreApi.csproj b/StoreApi/StoreApi.csproj index fb65bf1..c168ca4 100644 --- a/StoreApi/StoreApi.csproj +++ b/StoreApi/StoreApi.csproj @@ -7,7 +7,7 @@ - + diff --git a/StoreApi/obj/Debug/net8.0/StoreApi.AssemblyInfo.cs b/StoreApi/obj/Debug/net8.0/StoreApi.AssemblyInfo.cs new file mode 100644 index 0000000..bf36444 --- /dev/null +++ b/StoreApi/obj/Debug/net8.0/StoreApi.AssemblyInfo.cs @@ -0,0 +1,23 @@ +//------------------------------------------------------------------------------ +// +// Bu kod araç tarafından oluşturuldu. +// Çalışma Zamanı Sürümü:4.0.30319.42000 +// +// Bu dosyada yapılacak değişiklikler yanlış davranışa neden olabilir ve +// kod yeniden oluşturulursa kaybolur. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("StoreApi")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("StoreApi")] +[assembly: System.Reflection.AssemblyTitleAttribute("StoreApi")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// MSBuild WriteCodeFragment sınıfı tarafından oluşturuldu. + diff --git a/StoreApi/obj/Debug/net8.0/StoreApi.AssemblyInfoInputs.cache b/StoreApi/obj/Debug/net8.0/StoreApi.AssemblyInfoInputs.cache new file mode 100644 index 0000000..889e2eb --- /dev/null +++ b/StoreApi/obj/Debug/net8.0/StoreApi.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +a610d1c9676c96fdd5a787e084468ff4193662ddd2de5fec85682cdddf01d52b diff --git a/StoreApi/obj/Debug/net8.0/StoreApi.GeneratedMSBuildEditorConfig.editorconfig b/StoreApi/obj/Debug/net8.0/StoreApi.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..57c21c0 --- /dev/null +++ b/StoreApi/obj/Debug/net8.0/StoreApi.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,13 @@ +is_global = true +build_property.TargetFramework = net8.0 +build_property.TargetPlatformMinVersion = +build_property.UsingMicrosoftNETSdkWeb = +build_property.ProjectTypeGuids = +build_property.InvariantGlobalization = +build_property.PlatformNeutralAssembly = +build_property.EnforceExtendedAnalyzerRules = +build_property._SupportedPlatformList = Linux,macOS,Windows +build_property.RootNamespace = StoreApi +build_property.ProjectDir = C:\Users\Acer\Desktop\Mert\cs2-store-main\StoreApi\ +build_property.EnableComHosting = +build_property.EnableGeneratedComInterfaceComImportInterop = diff --git a/StoreApi/obj/Debug/net8.0/StoreApi.GlobalUsings.g.cs b/StoreApi/obj/Debug/net8.0/StoreApi.GlobalUsings.g.cs new file mode 100644 index 0000000..ac22929 --- /dev/null +++ b/StoreApi/obj/Debug/net8.0/StoreApi.GlobalUsings.g.cs @@ -0,0 +1,8 @@ +// +global using global::System; +global using global::System.Collections.Generic; +global using global::System.IO; +global using global::System.Linq; +global using global::System.Net.Http; +global using global::System.Threading; +global using global::System.Threading.Tasks; diff --git a/Store_Modules/Store_Roulette/cs2-store-roulette.cs b/Store_Modules/Store_Roulette/cs2-store-roulette.cs index 2cd33c9..d6656cf 100644 --- a/Store_Modules/Store_Roulette/cs2-store-roulette.cs +++ b/Store_Modules/Store_Roulette/cs2-store-roulette.cs @@ -48,7 +48,7 @@ public class Store_RouletteConfig : BasePluginConfig public class Store_Roulette : BasePlugin, IPluginConfig { public override string ModuleName => "[Store Module] Roulette"; - public override string ModuleVersion => "0.0.2"; + public override string ModuleVersion => "0.0.3"; public override string ModuleAuthor => "schwarper"; public IStoreApi? StoreApi { get; set; } diff --git a/Store_Modules/Store_Roulette/cs2-store-roulette.csproj b/Store_Modules/Store_Roulette/cs2-store-roulette.csproj index 19bb6e0..080deb9 100644 --- a/Store_Modules/Store_Roulette/cs2-store-roulette.csproj +++ b/Store_Modules/Store_Roulette/cs2-store-roulette.csproj @@ -7,7 +7,7 @@ - + diff --git a/Store_Modules/Store_TestModule/cs2-store-testmodule.csproj b/Store_Modules/Store_TestModule/cs2-store-testmodule.csproj index 68dc9b5..ac35422 100644 --- a/Store_Modules/Store_TestModule/cs2-store-testmodule.csproj +++ b/Store_Modules/Store_TestModule/cs2-store-testmodule.csproj @@ -7,7 +7,7 @@ - + diff --git a/Store_Modules/Store_TestModule/obj/Debug/net8.0/cs2-store-testmodule.AssemblyInfo.cs b/Store_Modules/Store_TestModule/obj/Debug/net8.0/cs2-store-testmodule.AssemblyInfo.cs new file mode 100644 index 0000000..9d01d10 --- /dev/null +++ b/Store_Modules/Store_TestModule/obj/Debug/net8.0/cs2-store-testmodule.AssemblyInfo.cs @@ -0,0 +1,23 @@ +//------------------------------------------------------------------------------ +// +// Bu kod araç tarafından oluşturuldu. +// Çalışma Zamanı Sürümü:4.0.30319.42000 +// +// Bu dosyada yapılacak değişiklikler yanlış davranışa neden olabilir ve +// kod yeniden oluşturulursa kaybolur. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("cs2-store-testmodule")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("cs2-store-testmodule")] +[assembly: System.Reflection.AssemblyTitleAttribute("cs2-store-testmodule")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// MSBuild WriteCodeFragment sınıfı tarafından oluşturuldu. + diff --git a/Store_Modules/Store_TestModule/obj/Debug/net8.0/cs2-store-testmodule.AssemblyInfoInputs.cache b/Store_Modules/Store_TestModule/obj/Debug/net8.0/cs2-store-testmodule.AssemblyInfoInputs.cache new file mode 100644 index 0000000..a20762b --- /dev/null +++ b/Store_Modules/Store_TestModule/obj/Debug/net8.0/cs2-store-testmodule.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +c85943caffbce77e9225c87a428cd3b7a12a29496f47f7ea80aaadffbcc972a0 diff --git a/Store_Modules/Store_TestModule/obj/Debug/net8.0/cs2-store-testmodule.GeneratedMSBuildEditorConfig.editorconfig b/Store_Modules/Store_TestModule/obj/Debug/net8.0/cs2-store-testmodule.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..fea8144 --- /dev/null +++ b/Store_Modules/Store_TestModule/obj/Debug/net8.0/cs2-store-testmodule.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,13 @@ +is_global = true +build_property.TargetFramework = net8.0 +build_property.TargetPlatformMinVersion = +build_property.UsingMicrosoftNETSdkWeb = +build_property.ProjectTypeGuids = +build_property.InvariantGlobalization = +build_property.PlatformNeutralAssembly = +build_property.EnforceExtendedAnalyzerRules = +build_property._SupportedPlatformList = Linux,macOS,Windows +build_property.RootNamespace = cs2-store-testmodule +build_property.ProjectDir = C:\Users\Acer\Desktop\Mert\cs2-store-main\Store_Modules\Store_TestModule\ +build_property.EnableComHosting = +build_property.EnableGeneratedComInterfaceComImportInterop = diff --git a/Store_Modules/Store_TestModule/obj/Debug/net8.0/cs2-store-testmodule.GlobalUsings.g.cs b/Store_Modules/Store_TestModule/obj/Debug/net8.0/cs2-store-testmodule.GlobalUsings.g.cs new file mode 100644 index 0000000..ac22929 --- /dev/null +++ b/Store_Modules/Store_TestModule/obj/Debug/net8.0/cs2-store-testmodule.GlobalUsings.g.cs @@ -0,0 +1,8 @@ +// +global using global::System; +global using global::System.Collections.Generic; +global using global::System.IO; +global using global::System.Linq; +global using global::System.Net.Http; +global using global::System.Threading; +global using global::System.Threading.Tasks; diff --git a/Store_Modules/Store_TestModule/obj/Debug/net8.0/cs2-store-testmodule.csproj.AssemblyReference.cache b/Store_Modules/Store_TestModule/obj/Debug/net8.0/cs2-store-testmodule.csproj.AssemblyReference.cache new file mode 100644 index 0000000..5ea3814 Binary files /dev/null and b/Store_Modules/Store_TestModule/obj/Debug/net8.0/cs2-store-testmodule.csproj.AssemblyReference.cache differ