diff --git a/README.md b/README.md index c03d101a8a..6d6fe7b917 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [![C/C++ CI](https://github.com/objeck/objeck-lang/actions/workflows/c-cpp.yml/badge.svg)](https://github.com/objeck/objeck-lang/actions/workflows/c-cpp.yml) [![Coverity Scan Build Status](https://img.shields.io/coverity/scan/10314.svg)](https://scan.coverity.com/projects/objeck) +[![Download Objeck](https://img.shields.io/sourceforge/dt/objeck-lang.svg)](https://sourceforge.net/projects/objeck-lang/files/latest/download) Objeck is an object-oriented computer language with functional features. Objeck emphasizes simplicity, portability and scalability. The programming environment consists of a compiler, virtual machine and command line debugger. diff --git a/core/setup/setup.vdproj b/core/setup/setup.vdproj index fae29f4895..1a3d60c71f 100644 --- a/core/setup/setup.vdproj +++ b/core/setup/setup.vdproj @@ -7739,15 +7739,15 @@ { "Name" = "8:Microsoft Visual Studio" "ProductName" = "8:Objeck" - "ProductCode" = "8:{EADF7E25-87A5-42AA-9395-78C3535720F0}" - "PackageCode" = "8:{5108F67B-9DC2-4754-8D5A-43BE588883A9}" + "ProductCode" = "8:{7A3175C8-2E11-491B-BFFD-B60EDD4B815B}" + "PackageCode" = "8:{C5497766-862B-44C4-A9DD-10DEF0770925}" "UpgradeCode" = "8:{A35AE9F4-6D9D-4254-811F-27267E71A484}" "AspNetVersion" = "8:" "RestartWWWService" = "11:FALSE" "RemovePreviousVersions" = "11:TRUE" "DetectNewerInstalledVersion" = "11:TRUE" "InstallAllUsers" = "11:TRUE" - "ProductVersion" = "8:5.8.1" + "ProductVersion" = "8:5.8.2" "Manufacturer" = "8:Randy Hollines" "ARPHELPTELEPHONE" = "8:" "ARPHELPLINK" = "8:" diff --git a/core/setup64/setup.vdproj b/core/setup64/setup.vdproj index 7568b77a13..94ba37e31b 100644 --- a/core/setup64/setup.vdproj +++ b/core/setup64/setup.vdproj @@ -7895,15 +7895,15 @@ { "Name" = "8:Microsoft Visual Studio" "ProductName" = "8:Objeck" - "ProductCode" = "8:{574AAE54-EC04-446A-B17B-098AD7D4A60F}" - "PackageCode" = "8:{B115955E-41D9-4B3E-AD16-B7E1165EE3B4}" + "ProductCode" = "8:{A2B06C3C-0F43-4A8D-9102-B16FF4B10EE4}" + "PackageCode" = "8:{23D38A7C-80EC-428A-BC1C-4210D953FAF7}" "UpgradeCode" = "8:{FAD125F6-CB1B-46F7-91EB-429682D927CB}" "AspNetVersion" = "8:" "RestartWWWService" = "11:FALSE" "RemovePreviousVersions" = "11:TRUE" "DetectNewerInstalledVersion" = "11:TRUE" "InstallAllUsers" = "11:TRUE" - "ProductVersion" = "8:5.8.1" + "ProductVersion" = "8:5.8.2" "Manufacturer" = "8:Randy Hollines" "ARPHELPTELEPHONE" = "8:" "ARPHELPLINK" = "8:" diff --git a/docs/api.zip b/docs/api.zip index d323019626..2da88d273a 100644 Binary files a/docs/api.zip and b/docs/api.zip differ