We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8c47fc commit 82109bcCopy full SHA for 82109bc
RELEASE-NOTES.md
@@ -2,6 +2,12 @@
2
3
## Master
4
5
+## 2.2.0
6
+
7
+* Added new multi-request publishing workflow.
8
+* Fixed default permissions on Docker volumes.
9
+* FreeBSD platform names are now nicely displayed on the HTML builds page.
10
11
## 2.1.0
12
13
* Added `PathBase` config option to allow hosting Robust.Cdn behind a subpath.
Robust.Cdn/Robust.Cdn.csproj
@@ -5,7 +5,7 @@
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <AssemblyVersion>2.1.0</AssemblyVersion>
+ <AssemblyVersion>2.2.0</AssemblyVersion>
</PropertyGroup>
<ItemGroup>
0 commit comments