Skip to content

Commit

Permalink
update dll/package version
Browse files Browse the repository at this point in the history
  • Loading branch information
victor committed Dec 14, 2023
1 parent 829a5b5 commit 1bb281f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<PackageProjectUrl>https://github.com/victor-wiki/DatabaseManager</PackageProjectUrl>
<Description>Database manage tool for: SqlServer, MySql, Oracle and Postgres.</Description>
<Authors>victor-wiki</Authors>
<Version>2.1.2</Version>
<PackageReleaseNotes>add: table record count statistic </PackageReleaseNotes>
<Version>2.1.3</Version>
<PackageReleaseNotes>fix issue: compare primary key when name is null</PackageReleaseNotes>
<Platforms>AnyCPU;x64</Platforms>
<AssemblyVersion>2.1.2</AssemblyVersion>
<FileVersion>2.1.2</FileVersion>
<AssemblyVersion>2.1.3</AssemblyVersion>
<FileVersion>2.1.3</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@
<Authors>victor-wiki</Authors>
<Description>Database manage tool for: SqlServer, MySql, Oracle, Postgres and SQLite.</Description>
<PackageProjectUrl>https://github.com/victor-wiki/DatabaseManager</PackageProjectUrl>
<Version>2.1.3</Version>
<Version>2.1.4</Version>
<ApplicationIcon>Resources\_dbManager.ico</ApplicationIcon>
<PackageReleaseNotes>use net7 instead of .net3.1</PackageReleaseNotes>
<PackageReleaseNotes>upgrade package "ObjectListView.Repack.Core3" to 2.9.3 (it supports .net7)
</PackageReleaseNotes>
<Platforms>AnyCPU;x64</Platforms>
<AssemblyVersion>2.1.3</AssemblyVersion>
<FileVersion>2.1.3</FileVersion>
<AssemblyVersion>2.1.4</AssemblyVersion>
<FileVersion>2.1.4</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 1bb281f

Please sign in to comment.