Skip to content

Commit

Permalink
Api update & Playerload fix
Browse files Browse the repository at this point in the history
- Fixed an issue with PlayerLoad.
- CSS api has been updated.
  • Loading branch information
schwarper committed May 27, 2024
1 parent 33b4570 commit b7f62f2
Show file tree
Hide file tree
Showing 15 changed files with 96 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Store/cs2-store.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="CounterStrikeSharp.API" Version="1.0.224" />
<PackageReference Include="CounterStrikeSharp.API" Version="1.0.235" />
<PackageReference Include="Daffer" Version="1.0.3" />
<PackageReference Include="MySqlConnector" Version="2.3.7" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Store/src/cs2-store.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace Store;
public class Store : BasePlugin, IPluginConfig<StoreConfig>
{
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();
Expand Down
2 changes: 1 addition & 1 deletion StoreApi/StoreApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="CounterStrikeSharp.API" Version="1.0.224" />
<PackageReference Include="CounterStrikeSharp.API" Version="1.0.235" />
</ItemGroup>

</Project>
23 changes: 23 additions & 0 deletions StoreApi/obj/Debug/net8.0/StoreApi.AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
//------------------------------------------------------------------------------
// <auto-generated>
// 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.
// </auto-generated>
//------------------------------------------------------------------------------

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.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
a610d1c9676c96fdd5a787e084468ff4193662ddd2de5fec85682cdddf01d52b
Original file line number Diff line number Diff line change
@@ -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 =
8 changes: 8 additions & 0 deletions StoreApi/obj/Debug/net8.0/StoreApi.GlobalUsings.g.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
// <auto-generated/>
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;
2 changes: 1 addition & 1 deletion Store_Modules/Store_Roulette/cs2-store-roulette.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public class Store_RouletteConfig : BasePluginConfig
public class Store_Roulette : BasePlugin, IPluginConfig<Store_RouletteConfig>
{
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; }
Expand Down
2 changes: 1 addition & 1 deletion Store_Modules/Store_Roulette/cs2-store-roulette.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="CounterStrikeSharp.API" Version="1.0.224" />
<PackageReference Include="CounterStrikeSharp.API" Version="1.0.235" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Store_Modules/Store_TestModule/cs2-store-testmodule.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="CounterStrikeSharp.API" Version="1.0.224" />
<PackageReference Include="CounterStrikeSharp.API" Version="1.0.235" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
//------------------------------------------------------------------------------
// <auto-generated>
// 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.
// </auto-generated>
//------------------------------------------------------------------------------

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.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
c85943caffbce77e9225c87a428cd3b7a12a29496f47f7ea80aaadffbcc972a0
Original file line number Diff line number Diff line change
@@ -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 =
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
// <auto-generated/>
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;
Binary file not shown.

0 comments on commit b7f62f2

Please sign in to comment.