Skip to content

Commit 2f2feb3

Browse files
authored
Update Directory.Build.props
1 parent 14ffa0a commit 2f2feb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<Project>
22
<PropertyGroup>
3-
<VersionPrefix>2.0.1</VersionPrefix>
3+
<VersionPrefix>2.0.2</VersionPrefix>
44
<Owners>Ryan Riley</Owners>
55
<Authors>Ryan Riley</Authors>
66
<PackageProjectUrl>https://github.com/panesofglass/FSharp.Data.JsonSchema</PackageProjectUrl>
77
<PackageLicenseExpression>MIT</PackageLicenseExpression>
88
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
9-
<Copyright>Copyright 2022</Copyright>
9+
<Copyright>Copyright 2023</Copyright>
1010
<PackageTags>fsharp json schema jsonschema</PackageTags>
1111
<Summary>FSharp.Data.JsonSchema provides idiomatic generation of JSON Schema definitions for F# types.</Summary>
1212
<Description>FSharp.Data.JsonSchema provides idiomatic generation of JSON Schema definitions for F# types.</Description>

0 commit comments

Comments
 (0)