Skip to content

Commit 35baed8

Browse files
committed
chore: prep v0.12.0 for release
1 parent 115a0e0 commit 35baed8

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## Next Release
3+
## v0.12.0 (2025-04-21)
44

55
- Add support for censoring XML, HTML and plain text bodies
66
- [BREAKING CHANGE] `CensorElement` now abstract base class, cannot be used directly

EasyVCR.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata>
44
<id>EasyVCR</id>
55
<title>EasyVCR</title>
6-
<version>0.11.0</version>
6+
<version>0.12.0</version>
77
<authors>EasyPost</authors>
88
<owners>EasyPost</owners>
99
<projectUrl>https://github.com/EasyPost/easyvcr-csharp</projectUrl>

EasyVCR/Properties/VersionInfo.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
using System.Reflection;
22

33
// Version information for an assembly must follow semantic versioning
4-
[assembly: AssemblyVersion("0.11.0")]
5-
[assembly: AssemblyFileVersion("0.11.0")]
6-
[assembly: AssemblyInformationalVersion("0.11.0")]
4+
[assembly: AssemblyVersion("0.12.0")]
5+
[assembly: AssemblyFileVersion("0.12.0")]
6+
[assembly: AssemblyInformationalVersion("0.12.0")]

scripts/unix/generate_test_reports.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
FRAMEWORK="net7.0"
3+
FRAMEWORK="net9.0"
44

55
# Navigate to the test folder
66
TEST_FOLDER="EasyVCR.Tests"

0 commit comments

Comments
 (0)