Skip to content

Commit 2334860

Browse files
committed
chore: bump version in csproj
Signed-off-by: Romain Beuque <[email protected]>
1 parent 514fdfd commit 2334860

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build-and-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
1717

1818
jobs:
1919
build-and-test:
20-
name: build-and-test-${{matrix.os}}
20+
name: build-and-test
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: Checkout Repo

csharp-ovh/csharp-ovh.csproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
<PropertyGroup>
44
<TargetFramework>net6.0</TargetFramework>
55
<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>
1010
<RepositoryUrl>https://github.com/ovh/csharp-ovh</RepositoryUrl>
1111
<RepositoryType>git</RepositoryType>
1212
<PackageLicenseFile>LICENSE</PackageLicenseFile>

0 commit comments

Comments
 (0)