Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
i2van committed Mar 4, 2023
1 parent e5d3f7c commit 6011e91
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Deploy/buildlpx.cmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@echo off

set version=7.3.15
set version=7.3.16
set fileName=CsvLINQPadDriver.%version%
set ext=lpx
set ext6=%ext%6
Expand Down
2 changes: 1 addition & 1 deletion Src/CsvLINQPadDriver/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Version>7.3.15</Version>
<Version>7.3.16</Version>
<PackageReleaseNotes>Added table rename.</PackageReleaseNotes>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion Src/CsvLINQPadDriver/app.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<assemblyIdentity
name="CsvLINQPadDriver"
version="7.3.15.0"
version="7.3.16.0"
type="win32"
/>

Expand Down

0 comments on commit 6011e91

Please sign in to comment.