File tree Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
1
sudo : required
2
2
dist : trusty
3
3
4
+ # Don't do shallow clones
5
+ git :
6
+ depth : false
7
+
4
8
os :
5
9
- osx
6
10
- linux
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
- <PackageVersion >0.7.0-beta</PackageVersion >
4
3
<Authors >The Kubernetes Project Authors</Authors >
5
4
<Copyright >2017 The Kubernetes Project Authors</Copyright >
6
5
<Description >Client library for the Kubernetes open source container orchestrator.</Description >
17
16
18
17
<ItemGroup >
19
18
<PackageReference Include =" Microsoft.AspNetCore.JsonPatch" Version =" 1.1.2" />
19
+ <PackageReference Include =" Nerdbank.GitVersioning" Version =" 2.1.23" PrivateAssets =" all" />
20
20
<PackageReference Include =" Portable.BouncyCastle" Version =" 1.8.1.3" />
21
21
<PackageReference Include =" Fractions" Version =" 3.0.1" />
22
22
<PackageReference Include =" Microsoft.AspNetCore.WebUtilities" Version =" 1.1.2" />
Original file line number Diff line number Diff line change
1
+ {
2
+ "$schema" : " https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json" ,
3
+ "version" : " 0.7.0-beta" ,
4
+ "publicReleaseRefSpec" : [
5
+ " ^refs/heads/master$" , // we release out of master
6
+ ],
7
+ }
You can’t perform that action at this time.
0 commit comments