RavenMigrations 4.0.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package RavenMigrations --version 4.0.0
NuGet\Install-Package RavenMigrations -Version 4.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="RavenMigrations" Version="4.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add RavenMigrations --version 4.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: RavenMigrations, 4.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install RavenMigrations as a Cake Addin #addin nuget:?package=RavenMigrations&version=4.0.0 // Install RavenMigrations as a Cake Tool #tool nuget:?package=RavenMigrations&version=4.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Raven Migrations is a migration framework for RavenDB to help with updates to your database objects.
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. |
.NET Core | netcoreapp2.1 is compatible. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETCoreApp 2.1
- Microsoft.Extensions.Configuration (>= 2.1.0)
- Microsoft.Extensions.DependencyInjection (>= 2.1.0)
- Microsoft.Extensions.Logging (>= 2.1.0)
- RavenDB.Client (>= 4.0.5)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on RavenMigrations:
Repository | Stars |
---|---|
ravendb/samples-yabt
"Yet Another Bug Tracker" solution sample for RavenDB and .NET with Angular UI
|
Version | Downloads | Last updated |
---|---|---|
6.0.2 | 18,982 | 8/2/2024 |
6.0.1 | 21,713 | 1/13/2024 |
6.0.0 | 133 | 1/13/2024 |
5.0.2 | 35,466 | 1/9/2024 |
5.0.1 | 254,353 | 3/21/2022 |
5.0.0 | 52,476 | 7/26/2020 |
4.3.0 | 8,037 | 5/4/2020 |
4.1.7 | 27,896 | 1/21/2019 |
4.1.6 | 752 | 1/18/2019 |
4.1.4 | 760 | 1/4/2019 |
4.1.3 | 727 | 1/3/2019 |
4.1.2 | 804 | 11/27/2018 |
4.1.1 | 1,118 | 10/23/2018 |
4.1.0 | 814 | 10/9/2018 |
4.0.0 | 874 | 9/17/2018 |
3.0.0 | 954 | 7/19/2018 |
2.1.0 | 38,329 | 6/20/2016 |
2.0.0 | 2,563 | 1/22/2016 |
1.2.0 | 8,995 | 5/20/2015 |
1.1.0 | 1,087 | 5/18/2015 |
1.0.1 | 1,908 | 7/10/2014 |
1.0.0 | 4,155 | 10/28/2013 |
Added more extension points and updated the programming model for migrations.