File tree 3 files changed +9
-17
lines changed
3 files changed +9
-17
lines changed Original file line number Diff line number Diff line change 9
9
script :
10
10
- dotnet restore
11
11
- dotnet test test
12
- - dotnet pack -c release csharp-ovh/csharp-ovh.csproj -p:NuspecFile=.nuspec
12
+ - dotnet pack -c Release csharp-ovh/csharp-ovh.csproj
13
13
14
14
deploy :
15
15
- provider : releases
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<TargetFramework >netstandard2.0</TargetFramework >
5
5
<AssemblyName >csharp-ovh</AssemblyName >
6
+ <Title >OVH C# API Wrapper</Title >
7
+ <PackageVersion >4.0.4</PackageVersion >
8
+ <PackageDescription >A set of classes and helpers to make calls to OVH's APIs.</PackageDescription >
9
+ <authors >Luke Marlin; Julien Loir</authors >
10
+ <RepositoryUrl >https://github.com/ovh/csharp-ovh</RepositoryUrl >
11
+ <RepositoryType >git</RepositoryType >
12
+ <PackageLicenseFile >LICENSE</PackageLicenseFile >
6
13
</PropertyGroup >
7
14
8
15
<ItemGroup >
9
16
<PackageReference Include =" Microsoft.Extensions.Configuration.Ini" Version =" 2.1.1" />
10
17
<PackageReference Include =" Newtonsoft.Json" Version =" 10.0.3" />
18
+ <None Include =" ../LICENSE" Pack =" true" Visible =" false" PackagePath =" " />
11
19
</ItemGroup >
12
20
13
21
<ItemGroup >
You can’t perform that action at this time.
0 commit comments