Skip to content

Commit 1a51e9b

Browse files
Automatically update Dotnet SDK
1 parent 85c4638 commit 1a51e9b

3 files changed

Lines changed: 13 additions & 13 deletions

File tree

src/TrophyApi.sln

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 17
44
VisualStudioVersion = 17.0.31903.59
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TrophyApi", "TrophyApi\TrophyApi.csproj", "{35C05A1E-59D5-4D96-9B7C-1C522E50D9C3}"
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TrophyApi", "TrophyApi\TrophyApi.csproj", "{1AEAF8C9-12BF-4012-A4EB-801D13A26D90}"
77
EndProject
8-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TrophyApi.Test", "TrophyApi.Test\TrophyApi.Test.csproj", "{FFECC591-FFA2-40B7-BFFA-4861CEB7ED9F}"
8+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TrophyApi.Test", "TrophyApi.Test\TrophyApi.Test.csproj", "{A207F53D-5358-4CF2-840F-6346D3559138}"
99
EndProject
1010
Global
1111
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -16,13 +16,13 @@ Global
1616
HideSolutionNode = FALSE
1717
EndGlobalSection
1818
GlobalSection(ProjectConfigurationPlatforms) = postSolution
19-
{35C05A1E-59D5-4D96-9B7C-1C522E50D9C3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
20-
{35C05A1E-59D5-4D96-9B7C-1C522E50D9C3}.Debug|Any CPU.Build.0 = Debug|Any CPU
21-
{35C05A1E-59D5-4D96-9B7C-1C522E50D9C3}.Release|Any CPU.ActiveCfg = Release|Any CPU
22-
{35C05A1E-59D5-4D96-9B7C-1C522E50D9C3}.Release|Any CPU.Build.0 = Release|Any CPU
23-
{FFECC591-FFA2-40B7-BFFA-4861CEB7ED9F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
24-
{FFECC591-FFA2-40B7-BFFA-4861CEB7ED9F}.Debug|Any CPU.Build.0 = Debug|Any CPU
25-
{FFECC591-FFA2-40B7-BFFA-4861CEB7ED9F}.Release|Any CPU.ActiveCfg = Release|Any CPU
26-
{FFECC591-FFA2-40B7-BFFA-4861CEB7ED9F}.Release|Any CPU.Build.0 = Release|Any CPU
19+
{1AEAF8C9-12BF-4012-A4EB-801D13A26D90}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
20+
{1AEAF8C9-12BF-4012-A4EB-801D13A26D90}.Debug|Any CPU.Build.0 = Debug|Any CPU
21+
{1AEAF8C9-12BF-4012-A4EB-801D13A26D90}.Release|Any CPU.ActiveCfg = Release|Any CPU
22+
{1AEAF8C9-12BF-4012-A4EB-801D13A26D90}.Release|Any CPU.Build.0 = Release|Any CPU
23+
{A207F53D-5358-4CF2-840F-6346D3559138}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
24+
{A207F53D-5358-4CF2-840F-6346D3559138}.Debug|Any CPU.Build.0 = Debug|Any CPU
25+
{A207F53D-5358-4CF2-840F-6346D3559138}.Release|Any CPU.ActiveCfg = Release|Any CPU
26+
{A207F53D-5358-4CF2-840F-6346D3559138}.Release|Any CPU.Build.0 = Release|Any CPU
2727
EndGlobalSection
2828
EndGlobal

src/TrophyApi/Core/Public/TrophyApiEnvironment.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ public class TrophyApiEnvironment
44
{
55
public static readonly TrophyApiEnvironment Production = new TrophyApiEnvironment
66
{
7-
Api = "api.trophy.so",
8-
Admin = "admin.trophy.so",
7+
Api = "https://api.trophy.so/v1",
8+
Admin = "https://admin.trophy.so/v1",
99
};
1010

1111
/// <summary>

src/TrophyApi/TrophyApi.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<!-- 🔹 NuGet Metadata -->
1111
<PackageId>Trophy</PackageId>
12-
<Version>1.0.28</Version>
12+
<Version>1.0.29</Version>
1313
<Authors>Trophy Labs, Inc</Authors>
1414
<Description>.NET SDK for the Trophy API</Description>
1515
<PackageTags>trophy; api; gamification; sdk</PackageTags>

0 commit comments

Comments
 (0)