Skip to content

Commit

Permalink
Updated Dependiences (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
louisfischer authored Dec 28, 2023
1 parent 0d9bc10 commit 793dcb0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions src/Cake.GitHub.Endpoints/Cake.GitHub.Endpoints.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
<AssemblyName>Cake.GitHub.Endpoints</AssemblyName>
<AssemblyVersion>0.0.1.0</AssemblyVersion>
<GenerateAssemblyVersionAttribute>true</GenerateAssemblyVersionAttribute>
Expand Down Expand Up @@ -51,12 +51,12 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Cake.Common" Version="3.1.0" PrivateAssets="All" />
<PackageReference Include="Cake.Core" Version="3.1.0" PrivateAssets="All" />
<PackageReference Include="Cake.Common" Version="4.0.0" PrivateAssets="All" />
<PackageReference Include="Cake.Core" Version="4.0.0" PrivateAssets="All" />
<PackageReference Include="Costura.Fody" Version="5.8.0-alpha0098" PrivateAssets="All" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
<PackageReference Include="JWT" Version="10.1.0" />
<PackageReference Include="Octokit" Version="7.1.0" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
<PackageReference Include="JWT" Version="10.1.1" />
<PackageReference Include="Octokit" Version="9.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Cake.GitHub.Endpoints/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ public static class HttpHeaders
{
public static class Values
{
public const string UserAgent = "Cake GitHub Endpoints Client";
public const string UserAgent = "cake-gh-endpoints";
}
}

Expand Down

0 comments on commit 793dcb0

Please sign in to comment.