Skip to content

Commit

Permalink
Merge pull request #161 from lacmus-foundation/dev
Browse files Browse the repository at this point in the history
upd: app version
  • Loading branch information
gosha20777 authored Apr 29, 2024
2 parents 3e64eb0 + 895d8f7 commit 31b45b9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/osx/build-osx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ CERT_NAME="" # Name of certification to sign the application
echo "********** Start building $APP_NAME **********"

# Get application version
VERSION="1.0.0"
VERSION="1.0.1"
if [ "$?" != "0" ]; then
echo "Unable to get version of $APP_NAME"
exit
Expand Down
2 changes: 1 addition & 1 deletion packages/windows/script.iss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#define MyAppName "Lacmus Application"
#define MyAppVersion "1.0.0"
#define MyAppVersion "1.0.1"
#define MyAppPublisher "Lacmus Foundation"
#define MyAppURL "https://lacmus.ml/"
#define MyAppExeName "LacmusApp.Avalonia.exe"
Expand Down
10 changes: 5 additions & 5 deletions src/LacmusApp.Avalonia/LacmusApp.Avalonia.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<RuntimeIdentifiers>linux-x64;win-x64;osx-x64</RuntimeIdentifiers>
<SelfContained>true</SelfContained>
<Company>Lacmus Foundation</Company>
<AssemblyVersion>1.0.0</AssemblyVersion>
<FileVersion>1.0.0</FileVersion>
<Version>1.0.0</Version>
<AssemblyVersion>1.0.1</AssemblyVersion>
<FileVersion>1.0.1</FileVersion>
<Version>1.0.1</Version>
<Authors>gosha20777</Authors>
<Copyright>Copyright (c) Lacmus Foundation 2022</Copyright>
<Description>Lacmus help to find lost people in Search and Rescue operations. Lacmus is a cross-platform application which use computer vision and neural networks and written with C#, .NET Core, ReactiveUI and Avalonia.</Description>
Expand All @@ -23,8 +23,8 @@
<CFBundleName>Lacmus</CFBundleName> <!-- Also defines .app file name -->
<CFBundleDisplayName>Lacmus</CFBundleDisplayName>
<CFBundleIdentifier>com.example</CFBundleIdentifier>
<CFBundleVersion>1.0.0</CFBundleVersion>
<CFBundleShortVersionString>1.0.0</CFBundleShortVersionString>
<CFBundleVersion>1.0.1</CFBundleVersion>
<CFBundleShortVersionString>1.0.1</CFBundleShortVersionString>
<CFBundlePackageType>APPL</CFBundlePackageType>
<CFBundleExecutable>LacmusApp.Avalonia</CFBundleExecutable>
<CFBundleIconFile>..\..\packages\osx\LacmusApp.icns</CFBundleIconFile> <!-- Will be copied from output directory -->
Expand Down

0 comments on commit 31b45b9

Please sign in to comment.