Skip to content

Commit

Permalink
fixing elo
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueSCar committed Jul 23, 2024
1 parent 2e50850 commit b7fa826
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .swagger-codegen/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.4.39
2.4.41
10 changes: 5 additions & 5 deletions CFBSharp.sln
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CFBSharp", "src\CFBSharp\CFBSharp.csproj", "{04AAC50B-116A-4B8A-AB41-3FBF06672677}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CFBSharp", "src\CFBSharp\CFBSharp.csproj", "{B97F4302-7199-4D67-9D15-A6811FE3B462}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{04AAC50B-116A-4B8A-AB41-3FBF06672677}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{04AAC50B-116A-4B8A-AB41-3FBF06672677}.Debug|Any CPU.Build.0 = Debug|Any CPU
{04AAC50B-116A-4B8A-AB41-3FBF06672677}.Release|Any CPU.ActiveCfg = Release|Any CPU
{04AAC50B-116A-4B8A-AB41-3FBF06672677}.Release|Any CPU.Build.0 = Release|Any CPU
{B97F4302-7199-4D67-9D15-A6811FE3B462}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B97F4302-7199-4D67-9D15-A6811FE3B462}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B97F4302-7199-4D67-9D15-A6811FE3B462}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B97F4302-7199-4D67-9D15-A6811FE3B462}.Release|Any CPU.Build.0 = Release|Any CPU
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.Build.0 = Debug|Any CPU
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand Down

0 comments on commit b7fa826

Please sign in to comment.