File tree Expand file tree Collapse file tree 9 files changed +38
-9
lines changed
EcsRx.Infrastructure.Ninject Expand file tree Collapse file tree 9 files changed +38
-9
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ version : 1.2.{build}
2
+ branches :
3
+ only :
4
+ - master
5
+ - build-test
6
+ image : Previous Visual Studio 2017
7
+ configuration : Release
8
+ dotnet_csproj :
9
+ patch : true
10
+ file : ' **\*.csproj'
11
+ version : ' {version}'
12
+ package_version : ' {version}'
13
+ assembly_version : ' {version}'
14
+ file_version : ' {version}'
15
+ informational_version : ' {version}'
16
+ before_build :
17
+ - cmd : nuget restore src/EcsRx.sln
18
+ build :
19
+ project : src/EcsRx.sln
20
+ publish_nuget : true
21
+ verbosity : minimal
22
+ artifacts :
23
+ - path : ' **\*.nupkg'
24
+ deploy :
25
+ provider : NuGet
26
+ server :
27
+ api_key :
28
+ secure : kQUl/1LYoAGU+rRicvEpMh+rxsner/soI2Osc6lvRUCeYDU5oh3Z9R4a94t9yqI9
29
+ skip_symbols : true
30
+ symbol_server :
31
+ artifact : /.*\.nupkg/
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
+ <Version >0.0.0</Version >
4
5
<TargetFrameworks >netstandard2.0;net46</TargetFrameworks >
5
6
<Title >EcsRx.Infrastructure.Ninject</Title >
6
7
<Authors >Grofit (LP)</Authors >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
+ <Version >0.0.0</Version >
3
4
<TargetFrameworks >netstandard2.0;net46</TargetFrameworks >
4
5
<Title >EcsRx.Infrastructure</Title >
5
6
<Authors >Grofit (LP)</Authors >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
+ <Version >0.0.0</Version >
3
4
<TargetFrameworks >netstandard2.0;net46</TargetFrameworks >
4
5
</PropertyGroup >
5
6
</Project >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
+ <Version >0.0.0</Version >
4
5
<TargetFrameworks >netstandard2.0;net46</TargetFrameworks >
5
6
<Title >EcsRx.ReactiveData</Title >
6
7
<Authors >Grofit (LP)</Authors >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
+ <Version >0.0.0</Version >
4
5
<TargetFrameworks >netstandard2.0;net46</TargetFrameworks >
5
6
<Title >EcsRx.Systems</Title >
6
7
<Authors >Grofit (LP)</Authors >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
+ <Version >0.0.0</Version >
3
4
<TargetFrameworks >netstandard2.0;net46</TargetFrameworks >
4
5
<Title >EcsRx.Views</Title >
5
6
<Authors >Grofit (LP)</Authors >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
+ <Version >0.0.0</Version >
3
4
<TargetFrameworks >netstandard2.0;net46</TargetFrameworks >
4
5
<Title >EcsRx</Title >
5
6
<Authors >Grofit (LP)</Authors >
You can’t perform that action at this time.
0 commit comments