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

Commit

Permalink
RELEASE 0.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
shreystechtips committed Mar 7, 2019
1 parent 4634735 commit 2f0ea3f
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Droid/NRGScoutingApp.Droid.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<AotAssemblies>True</AotAssemblies>
<EnableLLVM>True</EnableLLVM>
<AndroidLinkMode>None</AndroidLinkMode>
<ReleaseVersion>0.9.6</ReleaseVersion>
<ReleaseVersion>0.9.7</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
2 changes: 1 addition & 1 deletion MobileAppService/NRGScoutingApp.MobileAppService.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netcoreapp2.0</TargetFramework>
<ReleaseVersion>0.9.6</ReleaseVersion>
<ReleaseVersion>0.9.7</ReleaseVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
7 changes: 6 additions & 1 deletion NRGScoutingApp.sln
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NRGScoutingApp.Droid", "Dro
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NRGScoutingApp.MobileAppService", "MobileAppService\NRGScoutingApp.MobileAppService.csproj", "{3161CCE4-89A9-423C-AC47-6C59EE04B6AC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{962886B8-E1CB-43D4-AB34-0969C63582BF}"
ProjectSection(SolutionItems) = preProject
NRGScoutingApp.sln = NRGScoutingApp.sln
EndProjectSection
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
NRGScoutingApp\NRGScoutingApp.projitems*{621fcc7a-e611-45fc-a6a0-77b54b3136d9}*SharedItemsImports = 4
Expand Down Expand Up @@ -70,7 +75,7 @@ Global
SolutionGuid = {5D08523F-70D7-41E2-B656-B2C13AAE7A31}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
version = 0.9.6
version = 0.9.7
Policies = $0
$0.DotNetNamingPolicy = $1
$1.DirectoryNamespaceAssociation = PrefixedHierarchical
Expand Down
2 changes: 1 addition & 1 deletion NRGScoutingApp/NRGScoutingApp.shproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{81F276C2-6F61-4860-86CB-EA7F6D086DFB}</ProjectGuid>
<ReleaseVersion>0.9.6</ReleaseVersion>
<ReleaseVersion>0.9.7</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
4 changes: 2 additions & 2 deletions iOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<key>CFBundleIdentifier</key>
<string>com.NRG.ScoutingApp.2019</string>
<key>CFBundleVersion</key>
<string>0.9.6</string>
<string>0.9.7</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>MinimumOSVersion</key>
Expand Down Expand Up @@ -44,6 +44,6 @@
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
<key>CFBundleShortVersionString</key>
<string>0.9.6</string>
<string>0.9.7</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion iOS/NRGScoutingApp.iOS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<RootNamespace>NRGScoutingApp.iOS</RootNamespace>
<AssemblyName>NRGScoutingApp.iOS</AssemblyName>
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
<ReleaseVersion>0.9.6</ReleaseVersion>
<ReleaseVersion>0.9.7</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' ">
<DebugSymbols>true</DebugSymbols>
Expand Down

0 comments on commit 2f0ea3f

Please sign in to comment.