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 44 push :
55 branches : [ master ]
66 pull_request : ~
7+ workflow_dispatch : ~
78
89jobs :
910 lint :
Original file line number Diff line number Diff line change 11# CHANGELOG
22
3- ## Next Release
3+ ## v0.5.1 (2022-10-05)
44
55- Fix missing NuGet dependency for custom logger
66
Original file line number Diff line number Diff line change 8989 },
9090 "Microsoft.Extensions.Logging.Abstractions" : {
9191 "type" : " Transitive" ,
92- "resolved" : " 6.0.0 " ,
93- "contentHash" : " /HggWBbTwy8TgebGSX5DBZ24ndhzi93sHUBDvP1IxbZD7FDokYzdAr6+vbWGjw2XAfR2EJ1sfKUotpjHnFWPxA =="
92+ "resolved" : " 6.0.2 " ,
93+ "contentHash" : " pwXCZKaA7m5wgmCj49dW+H1RPSY7U62SKLTQYCcavf/k3Nyt/WnBgAjG4jMGnwy9rElfAZ2KvxvM5CJzJWG0hg =="
9494 },
9595 "Microsoft.Extensions.Options" : {
9696 "type" : " Transitive" ,
Original file line number Diff line number Diff line change 8383 },
8484 "Microsoft.Extensions.Logging.Abstractions" : {
8585 "type" : " Transitive" ,
86- "resolved" : " 6.0.0 " ,
87- "contentHash" : " /HggWBbTwy8TgebGSX5DBZ24ndhzi93sHUBDvP1IxbZD7FDokYzdAr6+vbWGjw2XAfR2EJ1sfKUotpjHnFWPxA =="
86+ "resolved" : " 6.0.2 " ,
87+ "contentHash" : " pwXCZKaA7m5wgmCj49dW+H1RPSY7U62SKLTQYCcavf/k3Nyt/WnBgAjG4jMGnwy9rElfAZ2KvxvM5CJzJWG0hg =="
8888 },
8989 "Microsoft.Extensions.Options" : {
9090 "type" : " Transitive" ,
Original file line number Diff line number Diff line change 33 <metadata >
44 <id >EasyVCR</id >
55 <title >EasyVCR</title >
6- <version >0.5.0 </version >
6+ <version >0.5.1 </version >
77 <authors >EasyPost</authors >
88 <owners >EasyPost</owners >
99 <projectUrl >https://github.com/EasyPost/easyvcr-csharp</projectUrl >
1616 <dependencies >
1717 <group targetFramework =" netstandard2.0" >
1818 <dependency id =" Newtonsoft.Json" version =" 13.0.1" />
19+ <dependency id =" Microsoft.Extensions.Logging" version =" 6.0.0" />
1920 </group >
2021 <group targetFramework =" netcoreapp3.1" >
2122 <dependency id =" Newtonsoft.Json" version =" 13.0.1" />
23+ <dependency id =" Microsoft.Extensions.Logging" version =" 6.0.0" />
2224 </group >
2325 <group targetFramework =" net5.0" >
2426 <dependency id =" Newtonsoft.Json" version =" 13.0.1" />
27+ <dependency id =" Microsoft.Extensions.Logging" version =" 6.0.0" />
2528 </group >
2629 <group targetFramework =" net6.0" >
2730 <dependency id =" Newtonsoft.Json" version =" 13.0.1" />
31+ <dependency id =" Microsoft.Extensions.Logging" version =" 6.0.0" />
2832 </group >
2933 </dependencies >
3034 </metadata >
Original file line number Diff line number Diff line change 5252
5353 <ItemGroup >
5454 <PackageReference Include =" Microsoft.Extensions.Logging" Version =" 6.0.0" />
55- <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 6.0.2" />
5655 <PackageReference Include =" Newtonsoft.Json" Version =" 13.0.1" />
5756 </ItemGroup >
5857
Original file line number Diff line number Diff line change 11using System . Reflection ;
22
33// 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