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
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 0.18.2 <small>2026-04-12</small>

## 💅 Improvements
- Updated to Transformalize 1.1.0 to get _bucketize_ transform 🪣👀.

<!-- CHANGELOG_BOUNDARY -->

# 0.18.1 <small>2026-04-08</small>

## 💅 Improvements
Expand Down
10 changes: 5 additions & 5 deletions docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

# docker buildx create --driver=docker-container --name=container

version="0.18.2"
build="mcr.microsoft.com/dotnet/sdk:8.0"
base="mcr.microsoft.com/dotnet/aspnet:8.0"
version="0.18.3"
build="mcr.microsoft.com/dotnet/sdk:10.0"
base="mcr.microsoft.com/dotnet/aspnet:10.0"
name="transformalize.orchard"

# docker build -f "./src/Site/Dockerfile" \
Expand Down Expand Up @@ -35,8 +35,8 @@ docker buildx build --builder=container \
--build-arg BUILD_IMAGE=$build \
--push .

build="mcr.microsoft.com/dotnet/sdk:8.0-alpine"
base="mcr.microsoft.com/dotnet/aspnet:8.0-alpine"
build="mcr.microsoft.com/dotnet/sdk:10.0-alpine"
base="mcr.microsoft.com/dotnet/aspnet:10.0-alpine"

# docker build -f "./src/Site/Dockerfile" \
# --force-rm \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<AddRazorSupportForMvc>true</AddRazorSupportForMvc>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<Version>0.18.2</Version>
<FileVersion>0.18.2</FileVersion>
<AssemblyVersion>0.18.2</AssemblyVersion>
<Version>0.18.3</Version>
<FileVersion>0.18.3</FileVersion>
<AssemblyVersion>0.18.3</AssemblyVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<AddRazorSupportForMvc>true</AddRazorSupportForMvc>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<Version>0.18.2</Version>
<Version>0.18.3</Version>
<AssemblyName>BootswatchTheme</AssemblyName>
<FileVersion>0.18.2</FileVersion>
<AssemblyVersion>0.18.2</AssemblyVersion>
<FileVersion>0.18.3</FileVersion>
<AssemblyVersion>0.18.3</AssemblyVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions src/OrchardCore.Proxy/OrchardCore.Proxy.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<TargetFramework>net10.0</TargetFramework>
<AddRazorSupportForMvc>true</AddRazorSupportForMvc>
<RootNamespace>ProxyModule</RootNamespace>
<Version>0.18.2</Version>
<FileVersion>0.18.2</FileVersion>
<AssemblyVersion>0.18.2</AssemblyVersion>
<Version>0.18.3</Version>
<FileVersion>0.18.3</FileVersion>
<AssemblyVersion>0.18.3</AssemblyVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>Dale Newman</Authors>
<Copyright>Copyright © 2023-2026</Copyright>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<TargetFramework>net10.0</TargetFramework>
<AddRazorSupportForMvc>true</AddRazorSupportForMvc>
<RootNamespace>TransformalizeModule</RootNamespace>
<Version>0.18.2</Version>
<FileVersion>0.18.2</FileVersion>
<AssemblyVersion>0.18.2</AssemblyVersion>
<Version>0.18.3</Version>
<FileVersion>0.18.3</FileVersion>
<AssemblyVersion>0.18.3</AssemblyVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>Dale Newman</Authors>
<Copyright>Copyright © 2013-2026</Copyright>
Expand Down Expand Up @@ -55,7 +55,7 @@
<PackageReference Include="OrchardCoreContrib.ContentPermissions" Version="1.1.0" />

<!-- transformalize updated -->
<PackageReference Include="Transformalize.Container.Autofac" Version="1.0.0" />
<PackageReference Include="Transformalize.Container.Autofac" Version="1.1.0" />
<PackageReference Include="Transformalize.Provider.Ado.Autofac" Version="1.0.0" />
<PackageReference Include="Transformalize.Provider.Bogus.Autofac" Version="1.0.0" />
<PackageReference Include="Transformalize.Provider.CsvHelper.Autofac" Version="1.0.0" />
Expand Down
6 changes: 3 additions & 3 deletions src/Site/Site.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
<DockerfileContext>..\..</DockerfileContext>
<DockerfileTag>transformalize.orchard</DockerfileTag>
<Version>0.18.2</Version>
<FileVersion>0.18.2</FileVersion>
<AssemblyVersion>0.18.2</AssemblyVersion>
<Version>0.18.3</Version>
<FileVersion>0.18.3</FileVersion>
<AssemblyVersion>0.18.3</AssemblyVersion>
<ReleaseVersion>0.18.2</ReleaseVersion>
<RazorRuntimeCompilation>true</RazorRuntimeCompilation>
<CopyRefAssembliesToPublishDirectory>true</CopyRefAssembliesToPublishDirectory>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@

<IsPackable>false</IsPackable>
<IsTestProject>true</IsTestProject>
<Version>0.18.2</Version>
<FileVersion>0.18.2</FileVersion>
<AssemblyVersion>0.18.2</AssemblyVersion>
<Version>0.18.3</Version>
<FileVersion>0.18.3</FileVersion>
<AssemblyVersion>0.18.3</AssemblyVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
Loading