Skip to content

Commit

Permalink
- Prep 0.10.0 release (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
nwithan8 authored Feb 9, 2024
1 parent 8db019f commit 78a6495
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## Next Release
## v0.10.0 (2024-02-09)

- Add .NET 8.0 support
- `AdvancedSettings` uses `MatchRules.Default` instead of a new instance of `MatchRules` if not provided during construction
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.9.0</version>
<version>0.10.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.9.0")]
[assembly: AssemblyFileVersion("0.9.0")]
[assembly: AssemblyInformationalVersion("0.9.0")]
[assembly: AssemblyVersion("0.10.0")]
[assembly: AssemblyFileVersion("0.10.0")]
[assembly: AssemblyInformationalVersion("0.10.0")]

0 comments on commit 78a6495

Please sign in to comment.