Skip to content

Commit e9b42da

Browse files
Rev version to 7.9 (#473)
* Rev version to 7.9 * Update authors
1 parent cd795c0 commit e9b42da

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Directory.Build.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
</PropertyGroup>
1919

2020
<PropertyGroup>
21-
<Version>7.8.0</Version>
22-
<PackageVersion>7.8.0</PackageVersion>
21+
<Version>7.9.0</Version>
22+
<PackageVersion>7.9.0</PackageVersion>
2323
<AssemblyVersion>$(Version)</AssemblyVersion>
24-
<Authors>James Courtney</Authors>
24+
<Authors>The FlatSharp Authors</Authors>
2525
<Description>FlatSharp is a fast, idiomatic implementation of the FlatBuffer binary format.</Description>
26-
<Copyright>2024</Copyright>
26+
<Copyright>2025</Copyright>
2727
<RepositoryUrl>https://github.com/jamescourtney/FlatSharp/</RepositoryUrl>
2828
<PackageTags>flatbuffers serialization flatbuffer flatsharp</PackageTags>
2929
<PackageReleaseNotes>Release notes at https://github.com/jamescourtney/FlatSharp/releases</PackageReleaseNotes>

0 commit comments

Comments
 (0)