Skip to content

Commit

Permalink
5.17 (#772)
Browse files Browse the repository at this point in the history
  • Loading branch information
thelonelyvulpes authored Jan 29, 2024
1 parent 84b0ea9 commit eb868dc
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<Configurations>Debug;Release;ReleaseSigned;DebugDelaySigned</Configurations>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\Neo4j.Driver.Reactive.xml</DocumentationFile>
<RootNamespace>Neo4j.Driver</RootNamespace>
<Version>5.16.0</Version>
<Version>5.17.0</Version>
<LangVersion>10.0</LangVersion>
</PropertyGroup>
<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<Configurations>Debug;Release;ReleaseSigned;DebugDelaySigned</Configurations>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\Neo4j.Driver.Simple.xml</DocumentationFile>
<RootNamespace>Neo4j.Driver</RootNamespace>
<Version>5.16.0</Version>
<Version>5.17.0</Version>
<LangVersion>10.0</LangVersion>
</PropertyGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Neo4j.Driver/Neo4j.Driver/Neo4j.Driver.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<Configurations>Debug;Release;ReleaseSigned;DebugDelaySigned</Configurations>
<LangVersion>latest</LangVersion>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\Neo4j.Driver.xml</DocumentationFile>
<Version>5.16.0</Version>
<Version>5.17.0</Version>
<LangVersion>10.0</LangVersion>
<TargetFrameworks>net6.0;netstandard2.0;net8.0</TargetFrameworks>
</PropertyGroup>
Expand Down
8 changes: 4 additions & 4 deletions Neo4j.Driver/common.props
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<Project>
<PropertyGroup>
<Copyright>Copyright 2002-2023</Copyright>
<Version>5.16.0</Version>
<AssemblyVersion>5.16.0.0</AssemblyVersion>
<AssemblyFileVersion>5.16.0.0</AssemblyFileVersion>
<FileVersion>5.16.0.0</FileVersion>
<Version>5.17.0</Version>
<AssemblyVersion>5.17.0.0</AssemblyVersion>
<AssemblyFileVersion>5.17.0.0</AssemblyFileVersion>
<FileVersion>5.17.0.0</FileVersion>
</PropertyGroup>
<PropertyGroup>
<XunitVersion>2.4.1</XunitVersion>
Expand Down

0 comments on commit eb868dc

Please sign in to comment.