File tree Expand file tree Collapse file tree 7 files changed +14
-10
lines changed Expand file tree Collapse file tree 7 files changed +14
-10
lines changed Original file line number Diff line number Diff line change 4
4
push :
5
5
branches : [ master ]
6
6
pull_request : ~
7
+ workflow_dispatch : ~
7
8
8
9
jobs :
9
10
lint :
Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
- ## Next Release
3
+ ## v0.5.1 (2022-10-05)
4
4
5
5
- Fix missing NuGet dependency for custom logger
6
6
Original file line number Diff line number Diff line change 89
89
},
90
90
"Microsoft.Extensions.Logging.Abstractions" : {
91
91
"type" : " Transitive" ,
92
- "resolved" : " 6.0.0 " ,
93
- "contentHash" : " /HggWBbTwy8TgebGSX5DBZ24ndhzi93sHUBDvP1IxbZD7FDokYzdAr6+vbWGjw2XAfR2EJ1sfKUotpjHnFWPxA =="
92
+ "resolved" : " 6.0.2 " ,
93
+ "contentHash" : " pwXCZKaA7m5wgmCj49dW+H1RPSY7U62SKLTQYCcavf/k3Nyt/WnBgAjG4jMGnwy9rElfAZ2KvxvM5CJzJWG0hg =="
94
94
},
95
95
"Microsoft.Extensions.Options" : {
96
96
"type" : " Transitive" ,
Original file line number Diff line number Diff line change 83
83
},
84
84
"Microsoft.Extensions.Logging.Abstractions" : {
85
85
"type" : " Transitive" ,
86
- "resolved" : " 6.0.0 " ,
87
- "contentHash" : " /HggWBbTwy8TgebGSX5DBZ24ndhzi93sHUBDvP1IxbZD7FDokYzdAr6+vbWGjw2XAfR2EJ1sfKUotpjHnFWPxA =="
86
+ "resolved" : " 6.0.2 " ,
87
+ "contentHash" : " pwXCZKaA7m5wgmCj49dW+H1RPSY7U62SKLTQYCcavf/k3Nyt/WnBgAjG4jMGnwy9rElfAZ2KvxvM5CJzJWG0hg =="
88
88
},
89
89
"Microsoft.Extensions.Options" : {
90
90
"type" : " Transitive" ,
Original file line number Diff line number Diff line change 3
3
<metadata >
4
4
<id >EasyVCR</id >
5
5
<title >EasyVCR</title >
6
- <version >0.5.0 </version >
6
+ <version >0.5.1 </version >
7
7
<authors >EasyPost</authors >
8
8
<owners >EasyPost</owners >
9
9
<projectUrl >https://github.com/EasyPost/easyvcr-csharp</projectUrl >
16
16
<dependencies >
17
17
<group targetFramework =" netstandard2.0" >
18
18
<dependency id =" Newtonsoft.Json" version =" 13.0.1" />
19
+ <dependency id =" Microsoft.Extensions.Logging" version =" 6.0.0" />
19
20
</group >
20
21
<group targetFramework =" netcoreapp3.1" >
21
22
<dependency id =" Newtonsoft.Json" version =" 13.0.1" />
23
+ <dependency id =" Microsoft.Extensions.Logging" version =" 6.0.0" />
22
24
</group >
23
25
<group targetFramework =" net5.0" >
24
26
<dependency id =" Newtonsoft.Json" version =" 13.0.1" />
27
+ <dependency id =" Microsoft.Extensions.Logging" version =" 6.0.0" />
25
28
</group >
26
29
<group targetFramework =" net6.0" >
27
30
<dependency id =" Newtonsoft.Json" version =" 13.0.1" />
31
+ <dependency id =" Microsoft.Extensions.Logging" version =" 6.0.0" />
28
32
</group >
29
33
</dependencies >
30
34
</metadata >
Original file line number Diff line number Diff line change 52
52
53
53
<ItemGroup >
54
54
<PackageReference Include =" Microsoft.Extensions.Logging" Version =" 6.0.0" />
55
- <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 6.0.2" />
56
55
<PackageReference Include =" Newtonsoft.Json" Version =" 13.0.1" />
57
56
</ItemGroup >
58
57
Original file line number Diff line number Diff line change 1
1
using System . Reflection ;
2
2
3
3
// Version information for an assembly must follow semantic versioning
4
- [ assembly: AssemblyVersion ( "0.5.0 " ) ]
5
- [ assembly: AssemblyFileVersion ( "0.5.0 " ) ]
6
- [ assembly: AssemblyInformationalVersion ( "0.5.0 " ) ]
4
+ [ assembly: AssemblyVersion ( "0.5.1 " ) ]
5
+ [ assembly: AssemblyFileVersion ( "0.5.1 " ) ]
6
+ [ assembly: AssemblyInformationalVersion ( "0.5.1 " ) ]
You can’t perform that action at this time.
0 commit comments