Skip to content

Commit

Permalink
5.14 version increment for next release (#741)
Browse files Browse the repository at this point in the history
  • Loading branch information
thelonelyvulpes committed Oct 19, 2023
1 parent fb8bfe6 commit 9d48d59
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.13.0</Version>
<Version>5.14.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.13.0</Version>
<Version>5.14.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 @@ -23,7 +23,7 @@
<Configurations>Debug;Release;ReleaseSigned;DebugDelaySigned</Configurations>
<LangVersion>latest</LangVersion>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\Neo4j.Driver.xml</DocumentationFile>
<Version>5.13.0</Version>
<Version>5.14.0</Version>
<LangVersion>10.0</LangVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net6.0|AnyCPU'">
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.13.0</Version>
<AssemblyVersion>5.13.0.0</AssemblyVersion>
<AssemblyFileVersion>5.13.0.0</AssemblyFileVersion>
<FileVersion>5.13.0.0</FileVersion>
<Version>5.14.0</Version>
<AssemblyVersion>5.14.0.0</AssemblyVersion>
<AssemblyFileVersion>5.14.0.0</AssemblyFileVersion>
<FileVersion>5.14.0.0</FileVersion>
</PropertyGroup>
<PropertyGroup>
<XunitVersion>2.4.1</XunitVersion>
Expand Down

0 comments on commit 9d48d59

Please sign in to comment.