Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
axelheer committed Aug 16, 2024
1 parent a3c348d commit 328825b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<LangVersion>12.0</LangVersion>
<Nullable>Enable</Nullable>
<VersionPrefix>6.3.0</VersionPrefix>
<VersionPrefix>6.4.0</VersionPrefix>
</PropertyGroup>

<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
Expand Down
2 changes: 1 addition & 1 deletion pack.props
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ To support different LINQ implementations, the following flavours are available.
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>http://nein.tech/nein-linq</PackageProjectUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageReleaseNotes>Added simple property for easier Entity Framework 6 debugging.</PackageReleaseNotes>
<PackageReleaseNotes>Added simple method for registering custom converters.</PackageReleaseNotes>
<PackageTags>LINQ;EF;IX</PackageTags>
</PropertyGroup>

Expand Down

0 comments on commit 328825b

Please sign in to comment.