Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

Commit 919d853

Browse files
committed
bumping to 3.12
1 parent c7e80c3 commit 919d853

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/JasperFx.Core.Tests/Descriptions/reading_descriptions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public void read_an_enum()
5959
property.Name.ShouldBe("Color");
6060
property.Type.ShouldBe(PropertyType.Enum);
6161
property.Subject = $"{typeof(Target).FullNameInCode()}.{nameof(Target.Color)}";
62-
property.RawValue.ShouldBe(theTarget.Color);
62+
property.RawValue.ShouldBeNull(); // can't have this going over the wire
6363
property.Value.ShouldBe(theTarget.Color.ToString());
6464
}
6565

src/JasperFx.Core/JasperFx.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Description>Common extension methods and reflection helpers used by JasperFx projects</Description>
5-
<Version>1.11.0</Version>
5+
<Version>1.12.0</Version>
66
<Authors>Jeremy D. Miller</Authors>
77
<AssemblyName>JasperFx.Core</AssemblyName>
88
<PackageId>JasperFx.Core</PackageId>

0 commit comments

Comments
 (0)