Skip to content

Commit 9ada2fa

Browse files
[APIPUB-95] - Release Api Publisher (#105)
1 parent 61062bd commit 9ada2fa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ The API Publisher has three options to use the product. The API Publisher requi
3737

3838
#### Option 1 - From binaries
3939

40-
1. Download the latest published API Publisher package here: [Ed-Fi API Publisher v1.2.1](https://dev.azure.com/ed-fi-alliance/Ed-Fi-Alliance-OSS/_artifacts/feed/EdFi/NuGet/EdFi.ApiPublisher/overview/1.2.1). Visit the page and click download.
41-
2. This will download a NuGet package to your computer. Rename this file, `EdFi.ApiPublisher.1.2.1.nupkg`, to include .zip extension: `EdFi.ApiPublisher.1.2.1.zip`.
40+
1. Download the latest published API Publisher package here: [Ed-Fi API Publisher v1.3.0](https://dev.azure.com/ed-fi-alliance/Ed-Fi-Alliance-OSS/_artifacts/feed/EdFi/NuGet/EdFi.ApiPublisher/overview/1.3.0. Visit the page and click download.
41+
2. This will download a NuGet package to your computer. Rename this file, `EdFi.ApiPublisher.1.3.0.nupkg`, to include .zip extension: `EdFi.ApiPublisher.1.3.0.zip`.
4242
3. The binary mentioned below is in the `EdFi.ApiPublisher.Win64` folder, as `EdFiApiPublisher.exe`.
4343

4444
#### Option 2 - From Docker images
4545

46-
The Docker image for the Ed-Fi API Publisher is available here: [Ed-Fi API Publisher tag v1.2.1 on Docker Hub](https://hub.docker.com/r/edfialliance/ods-api-publisher/tags). Use this to include in your Docker environment and alongside other components of the Ed-Fi stack.
46+
The Docker image for the Ed-Fi API Publisher is available here: [Ed-Fi API Publisher tag v1.3.0 on Docker Hub](https://hub.docker.com/r/edfialliance/ods-api-publisher/tags). Use this to include in your Docker environment and alongside other components of the Ed-Fi stack.
4747

4848
#### Option 3 - Build the API Publisher from source code
4949

src/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
FROM mcr.microsoft.com/dotnet/aspnet:8.0-alpine3.22@sha256:46be98e65c56f07528fd70dcd0e684b9fe762f4c7256402fcabb8daf45076ddf
88
LABEL maintainer="Ed-Fi Alliance, LLC and Contributors <[email protected]>"
99

10-
ARG VERSION="1.2.1"
10+
ARG VERSION="1.3.0"
1111

1212
# Alpine image does not contain Globalization Cultures library so we need to install ICU library to get fopr LINQ expression to work
1313
# Disable the globaliztion invariant mode (set in base image)

0 commit comments

Comments
 (0)