Skip to content

Commit

Permalink
Release 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-api[bot] committed Jul 15, 2024
1 parent ea65132 commit 3dc9d42
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions src/Courier.Net.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Courier.Net", "Courier.Net\Courier.Net.csproj", "{4FDD2084-BCE4-41DA-9970-BDCA6BAC069E}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Courier.Net", "Courier.Net\Courier.Net.csproj", "{5F109DEB-8EB4-4540-A248-E69650724E4A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Courier.Net.Test", "Courier.Net.Test\Courier.Net.Test.csproj", "{D7C99BAF-8C9A-4C6D-8A58-33FC0D274939}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Courier.Net.Test", "Courier.Net.Test\Courier.Net.Test.csproj", "{3D7EC573-DBFB-46B2-B432-8A7F2C5F4EBD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand All @@ -16,13 +16,13 @@ Global
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4FDD2084-BCE4-41DA-9970-BDCA6BAC069E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4FDD2084-BCE4-41DA-9970-BDCA6BAC069E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4FDD2084-BCE4-41DA-9970-BDCA6BAC069E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4FDD2084-BCE4-41DA-9970-BDCA6BAC069E}.Release|Any CPU.Build.0 = Release|Any CPU
{D7C99BAF-8C9A-4C6D-8A58-33FC0D274939}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D7C99BAF-8C9A-4C6D-8A58-33FC0D274939}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D7C99BAF-8C9A-4C6D-8A58-33FC0D274939}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D7C99BAF-8C9A-4C6D-8A58-33FC0D274939}.Release|Any CPU.Build.0 = Release|Any CPU
{5F109DEB-8EB4-4540-A248-E69650724E4A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5F109DEB-8EB4-4540-A248-E69650724E4A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5F109DEB-8EB4-4540-A248-E69650724E4A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5F109DEB-8EB4-4540-A248-E69650724E4A}.Release|Any CPU.Build.0 = Release|Any CPU
{3D7EC573-DBFB-46B2-B432-8A7F2C5F4EBD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3D7EC573-DBFB-46B2-B432-8A7F2C5F4EBD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3D7EC573-DBFB-46B2-B432-8A7F2C5F4EBD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3D7EC573-DBFB-46B2-B432-8A7F2C5F4EBD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal
2 changes: 1 addition & 1 deletion src/Courier.Net/Courier.Net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<NuGetAudit>false</NuGetAudit>
<LangVersion>12</LangVersion>
<Nullable>enable</Nullable>
<Version>0.0.5</Version>
<Version>0.0.6</Version>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageProjectUrl>https://github.com/trycourier/courier-csharp</PackageProjectUrl>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Courier.Net/Courier.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public Courier(string? authorizationToken = null, ClientOptions? clientOptions =
{ "Authorization", $"Bearer {authorizationToken}" },
{ "X-Fern-Language", "C#" },
{ "X-Fern-SDK-Name", "Courier.Net" },
{ "X-Fern-SDK-Version", "0.0.5" },
{ "X-Fern-SDK-Version", "0.0.6" },
},
clientOptions ?? new ClientOptions()
);
Expand Down

0 comments on commit 3dc9d42

Please sign in to comment.