Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions Mongo.Migration/Mongo.Migration.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
<PropertyGroup>
<PackageId>Mongo.RuntimeMigration</PackageId>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/rpallares/Mongo.Migration</RepositoryUrl>
<RepositoryUrl>https://github.com/rpallares/Mongo.RuntimeMigration/</RepositoryUrl>
<Authors>rpallares</Authors>
<Description>Mongo.Migration is designed for the MongoDB.Driver to migrate documents easily and on-the-fly</Description>
<Description>Mongo.RuntimeMigration is designed for the MongoDB.Driver to migrate documents easily and on-the-fly</Description>
<PackageTags>mongo, library, migration</PackageTags>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReadmeFile>README.md</PackageReadmeFile>
Expand All @@ -33,4 +33,5 @@
<ItemGroup>
<InternalsVisibleTo Include="Mongo.Migration.Tests" />
</ItemGroup>
</Project>

</Project>