You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extends [Verify](https://github.com/VerifyTests/Verify) to enable snapshotting of emails via [EmailPreviewDervices](https://emailpreviewservices.com).<!-- singleLineInclude: intro. path: /docs/intro.include.md -->
Copy file name to clipboardExpand all lines: src/Directory.Build.props
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,11 @@
2
2
<Project>
3
3
<PropertyGroup>
4
4
<NoWarn>CS1591;CS0649;NU1608;NU1109</NoWarn>
5
-
<Version>1.0.0</Version>
6
-
<AssemblyVersion>1.0.0</AssemblyVersion>
5
+
<Version>0.1.0</Version>
6
+
<AssemblyVersion>0.1.0</AssemblyVersion>
7
7
<LangVersion>preview</LangVersion>
8
-
<PackageTags>Ulid, Verify</PackageTags>
9
-
<Description>Extends Verify (https://github.com/VerifyTests/Verify) to enable scrubbing of Universally Unique Lexicographically Sortable Identifiers via Ulid (https://github.com/Cysharp/Ulid).</Description>
8
+
<PackageTags>Email, Preview, Verify</PackageTags>
9
+
<Description>Extends Verify (https://github.com/VerifyTests/Verify) to enable snapshotting of emails via Email Preview Services (https://emailpreviewservices.com).</Description>
0 commit comments