Skip to content

Commit

Permalink
Bump RestSharp from 110.2.0 to 111.1.0
Browse files Browse the repository at this point in the history
Bumps [RestSharp](https://github.com/restsharp/RestSharp) from 110.2.0 to 111.1.0.
- [Release notes](https://github.com/restsharp/RestSharp/releases)
- [Commits](restsharp/RestSharp@110.2.0...111.1.0)

---
updated-dependencies:
- dependency-name: RestSharp
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 27, 2024
1 parent 036e656 commit 9ffe476
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions JiraPlugin/JiraPlugin.csproj
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<AssemblyTitle>JIRATicketing</AssemblyTitle>
<Company>Hewlett-Packard Company</Company>
<Product>JIRATicketing</Product>
<Copyright>Copyright © Hewlett-Packard Company 2015</Copyright>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<DebugType>embedded</DebugType>
</PropertyGroup>
<ItemGroup>
<Compile Include="..\SharedAssemblyInfo.cs" Link="SharedAssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="RestSharp" Version="110.2.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\RDMP\Rdmp.Core\Rdmp.Core.csproj" />
</ItemGroup>
<Import Project="..\InterfaceToJira\InterfaceToJira.projitems" Label="Shared" />
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<AssemblyTitle>JIRATicketing</AssemblyTitle>
<Company>Hewlett-Packard Company</Company>
<Product>JIRATicketing</Product>
<Copyright>Copyright © Hewlett-Packard Company 2015</Copyright>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<DebugType>embedded</DebugType>
</PropertyGroup>
<ItemGroup>
<Compile Include="..\SharedAssemblyInfo.cs" Link="SharedAssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="RestSharp" Version="111.1.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\RDMP\Rdmp.Core\Rdmp.Core.csproj" />
</ItemGroup>
<Import Project="..\InterfaceToJira\InterfaceToJira.projitems" Label="Shared" />
</Project>

0 comments on commit 9ffe476

Please sign in to comment.