diff --git a/BuildVersion/BuildVersion.deps.json b/BuildVersion/BuildVersion.deps.json deleted file mode 100644 index 8ba2c65..0000000 --- a/BuildVersion/BuildVersion.deps.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v6.0", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v6.0": { - "BuildVersion/1.0.0": { - "runtime": { - "BuildVersion.dll": {} - } - } - } - }, - "libraries": { - "BuildVersion/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - } - } -} \ No newline at end of file diff --git a/BuildVersion/BuildVersion.dll b/BuildVersion/BuildVersion.dll deleted file mode 100644 index d62ea3f..0000000 Binary files a/BuildVersion/BuildVersion.dll and /dev/null differ diff --git a/BuildVersion/BuildVersion.exe b/BuildVersion/BuildVersion.exe index ef7899e..42b9d4a 100644 Binary files a/BuildVersion/BuildVersion.exe and b/BuildVersion/BuildVersion.exe differ diff --git a/BuildVersion/BuildVersion.exe.config b/BuildVersion/BuildVersion.exe.config new file mode 100644 index 0000000..3916e0e --- /dev/null +++ b/BuildVersion/BuildVersion.exe.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/BuildVersion/BuildVersion.runtimeconfig.json b/BuildVersion/BuildVersion.runtimeconfig.json deleted file mode 100644 index 4e96a56..0000000 --- a/BuildVersion/BuildVersion.runtimeconfig.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "runtimeOptions": { - "tfm": "net6.0", - "framework": { - "name": "Microsoft.NETCore.App", - "version": "6.0.0" - } - } -} \ No newline at end of file diff --git a/convoar/VersionInfo.cs b/convoar/VersionInfo.cs index 224e603..c66436e 100644 --- a/convoar/VersionInfo.cs +++ b/convoar/VersionInfo.cs @@ -4,7 +4,7 @@ using System; namespace org.herbal3d.convoar { public class VersionInfo { public static string appVersion = "2.0.1"; - public static string longVersion = "2.0.1-20220502-71f027de"; + public static string longVersion = "2.0.1-20220502-1f9e2600"; public static string buildDate = "20220502"; } }