Skip to content

Commit

Permalink
v2.2.2 (#32)
Browse files Browse the repository at this point in the history
Major updates
* Updating .NET 3.1 to 3.1.17
* Updating .NET 5.0 to 5.0.8
* Updating .NET 6.0 Preview to 6.0.0-preview.6
  • Loading branch information
bfren authored Jul 16, 2021
1 parent e1bab00 commit e4ac6c9
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion 3.1/DOTNET_REVISION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.16
3.1.17
2 changes: 1 addition & 1 deletion 5.0/DOTNET_REVISION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.0.7
5.0.8
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.5
6.0.0-preview.6
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.1
2.2.2
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 @@ bf-debug ".NET version ${V}."
DOTNET=/usr/share/dotnet

if [ "$(echo ${V} | cut -c 1)" == "6" ] ; then
V="6.0.0-preview.5.21301.5"
V="6.0.0-preview.6.21352.12"
bf-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.5.21301.17"
V="6.0.0-preview.6.21355.2"
bf-debug "Changing version to ${V}."
fi

Expand Down

0 comments on commit e4ac6c9

Please sign in to comment.