diff --git a/VERSION b/VERSION index e010258..157e54f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.5 +2.0.6 diff --git a/buildDocker.sh b/buildDocker.sh index 3ace643..d0f59ce 100755 --- a/buildDocker.sh +++ b/buildDocker.sh @@ -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 diff --git a/convoar/Properties/AssemblyInfo.cs b/convoar/Properties/AssemblyInfo.cs index 5dd3bb7..3187493 100755 --- a/convoar/Properties/AssemblyInfo.cs +++ b/convoar/Properties/AssemblyInfo.cs @@ -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)] diff --git a/convoar/VersionInfo.cs b/convoar/VersionInfo.cs index 67adbc8..96c785f 100644 --- a/convoar/VersionInfo.cs +++ b/convoar/VersionInfo.cs @@ -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"; } } diff --git a/dist/Herbal3d.CommonEntities.dll b/dist/Herbal3d.CommonEntities.dll index e5736a0..ef24c2b 100755 Binary files a/dist/Herbal3d.CommonEntities.dll and b/dist/Herbal3d.CommonEntities.dll differ diff --git a/dist/Herbal3d.CommonEntitiesConv.dll b/dist/Herbal3d.CommonEntitiesConv.dll index b9b5f83..7c359e1 100755 Binary files a/dist/Herbal3d.CommonEntitiesConv.dll and b/dist/Herbal3d.CommonEntitiesConv.dll differ diff --git a/dist/Herbal3d.CommonUtil.dll b/dist/Herbal3d.CommonUtil.dll index a94c5bd..21a351c 100644 Binary files a/dist/Herbal3d.CommonUtil.dll and b/dist/Herbal3d.CommonUtil.dll differ diff --git a/dist/convoar.exe b/dist/convoar.exe index 65f9d74..9f363ff 100755 Binary files a/dist/convoar.exe and b/dist/convoar.exe differ diff --git a/dist/convoar.pdb b/dist/convoar.pdb index 67837a6..b441554 100755 Binary files a/dist/convoar.pdb and b/dist/convoar.pdb differ