Update version to 2.0.6

Update binaries
This commit is contained in:
Robert Adams
2022-05-16 13:53:33 -07:00
parent e314f75705
commit 98d4885dd2
9 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -1 +1 @@
2.0.5
2.0.6
+2 -2
View File
@@ -21,12 +21,12 @@ VERSION=$(cat VERSION)
DO_DOCKER_BUILD=yes
# Push the built docker image to DockerHub.
DO_DOCKERHUB_PUSH=no
DO_DOCKERHUB_PUSH=yes
if [[ "$DO_DOCKER_BUILD" == "yes" ]] ; then
cd docker
# docker build --build-arg TARGET=${TARGET} --build-arg VERSION=${VERSION} -t herbal3d/convoar .
docker build --no-cache --build-arg TARGET=${TARGET} --build-arg VERSION=${VERSION} -t herbal3d/convoar .
docker build --no-cache --build-arg TARGET=${TARGET} --build-arg VERSION=${VERSION} -t $DOCKERHUB_USER/convoar .
docker tag $DOCKERHUB_USER/$IMAGE:latest $DOCKERHUB_USER/$IMAGE:$VERSION
fi
+2 -2
View File
@@ -32,8 +32,8 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.0.5.0")]
[assembly: AssemblyFileVersion("2.0.5.0")]
[assembly: AssemblyVersion("2.0.6.0")]
[assembly: AssemblyFileVersion("2.0.6.0")]
[assembly: log4net.Config.XmlConfigurator(Watch = true)]
+3 -3
View File
@@ -3,8 +3,8 @@
using System;
namespace org.herbal3d.convoar {
public class VersionInfo {
public static string appVersion = "2.0.5";
public static string longVersion = "2.0.5-20220510-ff6efbac";
public static string buildDate = "20220510";
public static string appVersion = "2.0.6";
public static string longVersion = "2.0.6-20220516-e314f757";
public static string buildDate = "20220516";
}
}
Binary file not shown.
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.