Skip to content

Commit

Permalink
update nuget package version
Browse files Browse the repository at this point in the history
  • Loading branch information
victor committed May 15, 2020
1 parent e37530f commit f8beb68
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Company>victor-wiki</Company>
<PackageProjectUrl>https://github.com/victor-wiki/DatabaseManager</PackageProjectUrl>
<Description>Convert or translate database objects and data between SqlServer, MySql and Oracle.</Description>
<Version>1.0.6</Version>
<Version>1.0.7</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion DatabaseConverter/SqlAnalyser.Core/SqlAnalyser.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Authors>victor-wiki</Authors>
<Description>Parse and generate scripts for TSql, MySql and PlSql using antlr.</Description>
<PackageProjectUrl>https://github.com/victor-wiki/DatabaseManager</PackageProjectUrl>
<Version>1.0.5</Version>
<Version>1.0.6</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<Authors>victor-wiki</Authors>
<Description>Get database objects meta data, generate schema and insert data scripts, query and bulkcopy data.</Description>
<PackageProjectUrl>https://github.com/victor-wiki/DatabaseManager</PackageProjectUrl>
<Version>1.0.6</Version>
<Version>1.0.7</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<PackageProjectUrl>https://github.com/victor-wiki/DatabaseManager</PackageProjectUrl>
<Description>Database manage tool for: SqlServer, MySql and Oracle.</Description>
<Authors>victor-wiki</Authors>
<Version>1.0.3</Version>
<Version>1.0.4</Version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit f8beb68

Please sign in to comment.