Skip to content

Commit

Permalink
- Prep for 0.7.0 release (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
nwithan8 authored Nov 15, 2022
1 parent f9297d0 commit 4cc4fbd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## v0.7.0 (2022-11-15)

- Add support for .NET 7

## v0.6.0 (2022-10-19)

- Add support for client cloning (useful when trying to re-use EasyVCR's HTTP client as an inner client inside multiple HTTP clients)
Expand Down
2 changes: 1 addition & 1 deletion EasyVCR.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>EasyVCR</id>
<title>EasyVCR</title>
<version>0.6.0</version>
<version>0.7.0</version>
<authors>EasyPost</authors>
<owners>EasyPost</owners>
<projectUrl>https://github.com/EasyPost/easyvcr-csharp</projectUrl>
Expand Down
6 changes: 3 additions & 3 deletions EasyVCR/Properties/VersionInfo.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System.Reflection;

// Version information for an assembly must follow semantic versioning
[assembly: AssemblyVersion("0.6.0")]
[assembly: AssemblyFileVersion("0.6.0")]
[assembly: AssemblyInformationalVersion("0.6.0")]
[assembly: AssemblyVersion("0.7.0")]
[assembly: AssemblyFileVersion("0.7.0")]
[assembly: AssemblyInformationalVersion("0.7.0")]

0 comments on commit 4cc4fbd

Please sign in to comment.