File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 17
17
18
18
jobs :
19
19
build-and-test :
20
- name : build-and-test-${{matrix.os}}
20
+ name : build-and-test
21
21
runs-on : ubuntu-latest
22
22
steps :
23
23
- name : Checkout Repo
Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<TargetFramework >net6.0</TargetFramework >
5
5
<AssemblyName >csharp-ovh</AssemblyName >
6
- <Title >OVH C# API Wrapper</Title >
7
- <PackageVersion >4.0.5 </PackageVersion >
8
- <PackageDescription >A set of classes and helpers to make calls to OVH 's APIs.</PackageDescription >
9
- <Authors >Luke Marlin;Julien Loir </Authors >
6
+ <Title >OVHcloud C# API Wrapper</Title >
7
+ <PackageVersion >4.0.6 </PackageVersion >
8
+ <PackageDescription >A set of classes and helpers to make calls to OVHcloud 's APIs.</PackageDescription >
9
+ <Authors >OVHcloud </Authors >
10
10
<RepositoryUrl >https://github.com/ovh/csharp-ovh</RepositoryUrl >
11
11
<RepositoryType >git</RepositoryType >
12
12
<PackageLicenseFile >LICENSE</PackageLicenseFile >
You can’t perform that action at this time.
0 commit comments