SimpleMongoMigrations 1.0.0
See the version list below for details.
dotnet add package SimpleMongoMigrations --version 1.0.0
NuGet\Install-Package SimpleMongoMigrations -Version 1.0.0
<PackageReference Include="SimpleMongoMigrations" Version="1.0.0" />
<PackageVersion Include="SimpleMongoMigrations" Version="1.0.0" />
<PackageReference Include="SimpleMongoMigrations" />
paket add SimpleMongoMigrations --version 1.0.0
#r "nuget: SimpleMongoMigrations, 1.0.0"
#addin nuget:?package=SimpleMongoMigrations&version=1.0.0
#tool nuget:?package=SimpleMongoMigrations&version=1.0.0
SimpleMongoMigrations
SimpleMongoMigrations is a lightweight wrapper around the official MongoDB C# Driver designed to help you manage document migrations in your MongoDB database. It supports standalone MongoDB instances, Azure CosmosDB for MongoDB, and AWS DocumentDB.
This project is inspired by and based on MongoDBMigrations.
Why a new package?
There are several reasons why I decided to create a new NuGet package instead of using the original MongoDBMigrations or its forks, such as MongoDBMigrations (RZ version):
- Dependency issues: MongoDBMigrations relies on an outdated
MongoDB.Driver
version (2.14.1), which prevented me from upgrading my solutions. - Lack of support: The original project appears to be unmaintained, with long delays in responding to issues and merging pull requests.
- Learning opportunity: I wanted to gain hands-on experience in managing NuGet packages and setting up GitHub pipelines.
License
SimpleMongoMigrations is licensed under the MIT License.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
.NET Core | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.1 is compatible. |
.NET Framework | net472 is compatible. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.7.2
- MongoDB.Driver (>= 3.4.0)
-
.NETStandard 2.1
- MongoDB.Driver (>= 3.4.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.16 | 138 | 5/29/2025 |
1.0.15 | 133 | 5/28/2025 |
1.0.14 | 131 | 5/27/2025 |
1.0.13 | 130 | 5/26/2025 |
1.0.12 | 132 | 5/26/2025 |
1.0.11 | 136 | 5/26/2025 |
1.0.10 | 139 | 5/26/2025 |
1.0.9 | 129 | 5/25/2025 |
1.0.8 | 132 | 5/25/2025 |
1.0.7 | 85 | 5/25/2025 |
1.0.6 | 95 | 5/25/2025 |
1.0.5 | 132 | 5/18/2025 |
1.0.4 | 132 | 5/18/2025 |
1.0.3 | 133 | 5/18/2025 |
1.0.2 | 97 | 5/17/2025 |
1.0.1 | 93 | 5/17/2025 |
1.0.0 | 92 | 5/17/2025 |
Minimum implementation for .NET 6 and .NET Framework 4.7.2