Skip to content
This repository has been archived by the owner on Sep 30, 2022. It is now read-only.

Commit

Permalink
BETA VERSION v0.6-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
shreystechtips committed Feb 11, 2019
1 parent 62951ad commit 557474d
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions Droid/NRGScoutingApp.Droid.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<AotAssemblies>True</AotAssemblies>
<EnableLLVM>True</EnableLLVM>
<AndroidLinkMode>None</AndroidLinkMode>
<ReleaseVersion>v0.6-beta</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
2 changes: 1 addition & 1 deletion Droid/Properties/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.NRG.ScoutingApp.NRG_Scouting" android:versionCode="1" android:versionName="1.0">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.NRG.ScoutingApp.NRG_Scouting" android:versionCode="1" android:versionName="v0.6-beta">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="27" />
<application android:label="NRG Scouting" android:theme="@style/MyTheme" android:icon="@drawable/icon"></application>
</manifest>
1 change: 1 addition & 0 deletions MobileAppService/NRGScoutingApp.MobileAppService.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

<PropertyGroup>
<TargetFramework>netcoreapp2.0</TargetFramework>
<ReleaseVersion>v0.6-beta</ReleaseVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
3 changes: 3 additions & 0 deletions NRGScoutingApp.sln
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,7 @@ Global
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5D08523F-70D7-41E2-B656-B2C13AAE7A31}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
version = v0.6-beta
EndGlobalSection
EndGlobal
1 change: 1 addition & 0 deletions NRGScoutingApp/NRGScoutingApp.shproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{81F276C2-6F61-4860-86CB-EA7F6D086DFB}</ProjectGuid>
<ReleaseVersion>v0.6-beta</ReleaseVersion>
</PropertyGroup>
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\CodeSharing\Microsoft.CodeSharing.Common.Default.props" />
Expand Down
1 change: 1 addition & 0 deletions iOS/NRGScoutingApp.iOS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<RootNamespace>NRGScoutingApp.iOS</RootNamespace>
<AssemblyName>NRGScoutingApp.iOS</AssemblyName>
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
<ReleaseVersion>v0.6-beta</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' ">
<DebugSymbols>true</DebugSymbols>
Expand Down

0 comments on commit 557474d

Please sign in to comment.