Skip to content

Commit

Permalink
Transfer from MightyOrm.SqlDataComparison to SqlUtils.SqlDataComparison
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebeaton committed Apr 16, 2020
1 parent a26af9a commit ff6a652
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# ![logo](https://raw.githubusercontent.com/MightyOrm/SqlDataComparison/master/src/static/logo_32x32.png) SqlDataComparison
# ![logo](https://raw.githubusercontent.com/SqlUtils/SqlDataComparison/master/src/static/logo_32x32.png) SqlDataComparison

## Installation:

[![NuGet](https://img.shields.io/nuget/v/MightyOrm.SqlDataComparison.svg)](https://nuget.org/packages/MightyOrm.SqlDataComparison)
[![NuGet](https://img.shields.io/nuget/v/SqlUtils.SqlDataComparison.svg)](https://nuget.org/packages/SqlUtils.SqlDataComparison)

To get the release files:

- Either download then unzip the [latest release](https://github.com/MightyOrm/SqlDataComparison/releases) hosted here
- Or add the current [NuGet package](https://nuget.org/packages/MightyOrm.SqlDataComparison) to any .NET Core or .NET Framework project; the release files will automatically appear in a new `SqlDataComparison` virtual directory (or actual directory, for older NuGet clients) in your project
- Either download then unzip the [latest release](https://github.com/SqlUtils/SqlDataComparison/releases) hosted here
- Or add the current [NuGet package](https://nuget.org/packages/SqlUtils.SqlDataComparison) to any .NET Core or .NET Framework project; the release files will automatically appear in a new `SqlDataComparison` virtual directory (or actual directory, for older NuGet clients) in your project

Then:

Expand Down
4 changes: 2 additions & 2 deletions SqlDataComparison.nuspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package>
<metadata>
<id>MightyOrm.SqlDataComparison</id>
<id>SqlUtils.SqlDataComparison</id>
<version>0.0.0</version>
<authors>Mike Beaton</authors>
<owners>Mike Beaton</owners>
Expand All @@ -24,7 +24,7 @@ Supports:
</description>
<tags>SQL Server;SQL;compare data;data comparison</tags>
<copyright>Copyright (c) 2020 Mike Beaton</copyright>
<projectUrl>https://github.com/MightyOrm/SqlDataComparison</projectUrl>
<projectUrl>https://github.com/SqlUtils/SqlDataComparison</projectUrl>
<license type="expression">MIT</license>
<icon>logo\logo_128x128.png</icon>
<contentFiles>
Expand Down
6 changes: 3 additions & 3 deletions SqlDataComparison.proj
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">

<PropertyGroup>
<PackageId>MightyOrm.SqlDataComparison</PackageId>
<Version>1.2.2</Version>
<PackageId>SqlUtils.SqlDataComparison</PackageId>
<Version>1.3.0</Version>
<OutputPath>build\</OutputPath>
<SourcePath>src\</SourcePath>
<TestsPath>tests\</TestsPath>
Expand All @@ -21,7 +21,7 @@
<ContentFolder>SqlDataComparison</ContentFolder>
<PackageOutputPath>pack</PackageOutputPath>
<PackageOutputPath>pack</PackageOutputPath>
<PackageProjectUrl>https://github.com/MightyOrm/SqlDataComparison</PackageProjectUrl>
<PackageProjectUrl>https://github.com/SqlUtils/SqlDataComparison</PackageProjectUrl>
<LicenseFile>publish.license.template</LicenseFile>
<LicenseReplaceString>[[LICENSE]]</LicenseReplaceString>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion tests/test-dbs/CreateCrazyTables.sql
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ VALUES (
']]]]]]]]]]' +
']]]]]]]]]]' +
']]]]]]]''',
'[crazy].mighty.''name''',
'[crazy].SqlUtils.''name''',
'Another.[Fool''s].quest'
)

Expand Down

0 comments on commit ff6a652

Please sign in to comment.