Skip to content

Commit

Permalink
v2.1.5 (#28)
Browse files Browse the repository at this point in the history
Major updates
* Updating .NET 6 Preview to 4
  • Loading branch information
bfren authored Jun 2, 2021
1 parent 759f19e commit 1f99707
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 6.0/DOTNET_REVISION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.0.0-preview.3
6.0.0-preview.4
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.4
2.1.5
4 changes: 2 additions & 2 deletions overlay/tmp/install
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ bcg-debug ".NET version ${V}."
DOTNET=/usr/share/dotnet

if [ "$(echo ${V} | cut -c 1)" == "6" ] ; then
V="6.0.0-preview.3.21201.4"
V="6.0.0-preview.4.21253.7"
bcg-debug "Changing version to ${V}."
fi

Expand All @@ -95,7 +95,7 @@ mkdir -p ${DOTNET} \
#======================================================================================================================

if [ "$(echo ${V} | cut -c 1)" == "6" ] ; then
V="6.0.0-preview.3.21201.13"
V="6.0.0-preview.4.21253.5"
bcg-debug "Changing version to ${V}."
fi

Expand Down

0 comments on commit 1f99707

Please sign in to comment.