File tree Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## v0.11.0 (2024-06-06)
4+
5+ - Add missing .NET 8.0 DLLs to the NuGet package
6+
37## v0.10.0 (2024-02-09)
48
59- Add .NET 8.0 support
Original file line number Diff line number Diff line change 33 <metadata >
44 <id >EasyVCR</id >
55 <title >EasyVCR</title >
6- <version >0.10 .0</version >
6+ <version >0.11 .0</version >
77 <authors >EasyPost</authors >
88 <owners >EasyPost</owners >
99 <projectUrl >https://github.com/EasyPost/easyvcr-csharp</projectUrl >
3434 <dependency id =" Newtonsoft.Json" version =" 13.0.1" />
3535 <dependency id =" Microsoft.Extensions.Logging" version =" 6.0.0" />
3636 </group >
37+ <group targetFramework =" net8.0" >
38+ <dependency id =" Newtonsoft.Json" version =" 13.0.1" />
39+ <dependency id =" Microsoft.Extensions.Logging" version =" 6.0.0" />
40+ </group >
3741 </dependencies >
3842 </metadata >
3943 <files >
4751 <file src =" lib\net6.0\EasyVCR.XML" target =" lib\net6.0" />
4852 <file src =" lib\net7.0\EasyVCR.dll" target =" lib\net7.0" />
4953 <file src =" lib\net7.0\EasyVCR.XML" target =" lib\net7.0" />
54+ <file src =" lib\net8.0\EasyVCR.dll" target =" lib\net8.0" />
55+ <file src =" lib\net8.0\EasyVCR.XML" target =" lib\net8.0" />
5056 <file src =" README.md" target =" docs\" />
5157 <file src =" icon.png" target =" images\" />
5258 </files >
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.10 .0" ) ]
5- [ assembly: AssemblyFileVersion ( "0.10 .0" ) ]
6- [ assembly: AssemblyInformationalVersion ( "0.10 .0" ) ]
4+ [ assembly: AssemblyVersion ( "0.11 .0" ) ]
5+ [ assembly: AssemblyFileVersion ( "0.11 .0" ) ]
6+ [ assembly: AssemblyInformationalVersion ( "0.11 .0" ) ]
You can’t perform that action at this time.
0 commit comments