Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions README.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ Requiere Rust 1.85.0 o posterior.

### Paquete .NET

El repositorio también genera el paquete NuGet preliminar `MiniExcel.Rust`. Depende de MiniExcel
v1 (`1.46.0` o una versión 1.x posterior), reutiliza sus tipos de configuración y mapping, y
El repositorio también genera el paquete NuGet preliminar `MiniExcel.Rust`. Depende exactamente de MiniExcel
v1 `1.46.0`, reutiliza sus tipos de configuración y mapping, y
ejecuta mediante la biblioteca nativa de Rust las llamadas realizadas a `MiniExcelRust`.

```bash
Expand Down
4 changes: 2 additions & 2 deletions README.fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ Nécessite Rust 1.85.0 ou ultérieur.

### Package .NET

Le dépôt construit également le package NuGet préliminaire `MiniExcel.Rust`. Il dépend de
MiniExcel v1 (`1.46.0` ou une version 1.x ultérieure), réutilise ses types de configuration et de
Le dépôt construit également le package NuGet préliminaire `MiniExcel.Rust`. Il dépend exactement de
MiniExcel v1 `1.46.0`, réutilise ses types de configuration et de
mapping, et transmet les appels `MiniExcelRust` à la bibliothèque native Rust.

```bash
Expand Down
2 changes: 1 addition & 1 deletion README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Rust 1.85.0 以降が必要です。
### .NET パッケージ

このリポジトリはプレビュー版 `MiniExcel.Rust` NuGet パッケージもビルドします。MiniExcel
v1`1.46.0` またはそれ以降の 1.x)に依存し、その設定型と mapping 型を再利用しながら、
v1 `1.46.0` に固定して依存し、その設定型と mapping 型を再利用しながら、
`MiniExcelRust` の呼び出しを Rust ネイティブライブラリで実行します。

```bash
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Requires Rust 1.85.0 or later.
### .NET Package

The repository also builds the prerelease `MiniExcel.Rust` NuGet package. It depends on MiniExcel
v1 (`1.46.0` or a later 1.x release), reuses its configuration and mapping types, and routes calls
v1 `1.46.0`, reuses its configuration and mapping types, and routes calls
made through `MiniExcelRust` to the Rust native library.

```bash
Expand Down
4 changes: 2 additions & 2 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ cargo add miniexcel

### .NET 包

本仓库还会构建预览版 `MiniExcel.Rust` NuGet 包。它依赖 MiniExcel v1`1.46.0` 或更新的
1.x 版本),复用其配置和映射类型,并将通过 `MiniExcelRust` 发起的调用交给 Rust 原生库执行。
本仓库还会构建预览版 `MiniExcel.Rust` NuGet 包。它固定依赖 MiniExcel v1 `1.46.0`
复用其配置和映射类型,并将通过 `MiniExcelRust` 发起的调用交给 Rust 原生库执行。

```bash
dotnet add package MiniExcel.Rust --prerelease
Expand Down
4 changes: 2 additions & 2 deletions README.zh-TW.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ cargo add miniexcel

### .NET 套件

本儲存庫也會建置預覽版 `MiniExcel.Rust` NuGet 套件。它依賴 MiniExcel v1`1.46.0` 或更新的
1.x 版本),重用其設定與 mapping 型別,並將透過 `MiniExcelRust` 發起的呼叫交給 Rust 原生程式庫執行。
本儲存庫也會建置預覽版 `MiniExcel.Rust` NuGet 套件。它固定依賴 MiniExcel v1 `1.46.0`
重用其設定與 mapping 型別,並將透過 `MiniExcelRust` 發起的呼叫交給 Rust 原生程式庫執行。

```bash
dotnet add package MiniExcel.Rust --prerelease
Expand Down
4 changes: 2 additions & 2 deletions docs/i18n/README.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ Requiere Rust 1.85.0 o posterior.

### Paquete .NET

El repositorio también genera el paquete NuGet preliminar `MiniExcel.Rust`. Depende de MiniExcel
v1 (`1.46.0` o una versión 1.x posterior), reutiliza sus tipos de configuración y mapping, y
El repositorio también genera el paquete NuGet preliminar `MiniExcel.Rust`. Depende exactamente de MiniExcel
v1 `1.46.0`, reutiliza sus tipos de configuración y mapping, y
ejecuta mediante la biblioteca nativa de Rust las llamadas realizadas a `MiniExcelRust`.

```bash
Expand Down
4 changes: 2 additions & 2 deletions docs/i18n/README.fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ Nécessite Rust 1.85.0 ou ultérieur.

### Package .NET

Le dépôt construit également le package NuGet préliminaire `MiniExcel.Rust`. Il dépend de
MiniExcel v1 (`1.46.0` ou une version 1.x ultérieure), réutilise ses types de configuration et de
Le dépôt construit également le package NuGet préliminaire `MiniExcel.Rust`. Il dépend exactement de
MiniExcel v1 `1.46.0`, réutilise ses types de configuration et de
mapping, et transmet les appels `MiniExcelRust` à la bibliothèque native Rust.

```bash
Expand Down
2 changes: 1 addition & 1 deletion docs/i18n/README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Rust 1.85.0 以降が必要です。
### .NET パッケージ

このリポジトリはプレビュー版 `MiniExcel.Rust` NuGet パッケージもビルドします。MiniExcel
v1`1.46.0` またはそれ以降の 1.x)に依存し、その設定型と mapping 型を再利用しながら、
v1 `1.46.0` に固定して依存し、その設定型と mapping 型を再利用しながら、
`MiniExcelRust` の呼び出しを Rust ネイティブライブラリで実行します。

```bash
Expand Down
4 changes: 2 additions & 2 deletions docs/i18n/README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ cargo add miniexcel

### .NET 包

本仓库还会构建预览版 `MiniExcel.Rust` NuGet 包。它依赖 MiniExcel v1`1.46.0` 或更新的
1.x 版本),复用其配置和映射类型,并将通过 `MiniExcelRust` 发起的调用交给 Rust 原生库执行。
本仓库还会构建预览版 `MiniExcel.Rust` NuGet 包。它固定依赖 MiniExcel v1 `1.46.0`
复用其配置和映射类型,并将通过 `MiniExcelRust` 发起的调用交给 Rust 原生库执行。

```bash
dotnet add package MiniExcel.Rust --prerelease
Expand Down
4 changes: 2 additions & 2 deletions docs/i18n/README.zh-TW.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ cargo add miniexcel

### .NET 套件

本儲存庫也會建置預覽版 `MiniExcel.Rust` NuGet 套件。它依賴 MiniExcel v1`1.46.0` 或更新的
1.x 版本),重用其設定與 mapping 型別,並將透過 `MiniExcelRust` 發起的呼叫交給 Rust 原生程式庫執行。
本儲存庫也會建置預覽版 `MiniExcel.Rust` NuGet 套件。它固定依賴 MiniExcel v1 `1.46.0`
重用其設定與 mapping 型別,並將透過 `MiniExcelRust` 發起的呼叫交給 Rust 原生程式庫執行。

```bash
dotnet add package MiniExcel.Rust --prerelease
Expand Down
2 changes: 1 addition & 1 deletion dotnet/src/MiniExcel.Rust/MiniExcel.Rust.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="MiniExcel" Version="[1.46.0,2.0.0-0)" />
<PackageReference Include="MiniExcel" Version="[1.46.0]" />
<PackageReference Include="System.Text.Json" Version="10.0.10" />
</ItemGroup>

Expand Down
4 changes: 2 additions & 2 deletions scripts/dotnet/Verify-Package.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ try {
throw "Unexpected package ID '$packageId'."
}
$dependencies = @($nuspec.SelectNodes('//n:dependency[@id="MiniExcel"]', $namespace))
$invalidDependencies = @($dependencies | Where-Object version -ne '[1.46.0, 2.0.0-0)')
$invalidDependencies = @($dependencies | Where-Object version -ne '[1.46.0]')
if ($dependencies.Count -ne 2 -or $invalidDependencies.Count -ne 0) {
throw 'Every target framework must depend on MiniExcel [1.46.0, 2.0.0-0).'
throw 'Every target framework must depend on MiniExcel [1.46.0].'
}
}
finally {
Expand Down
Loading