Skip to content

Commit

Permalink
[TSMiniWebBrowser] Added AssemblyInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
zgramana committed Aug 14, 2013
1 parent 60c79b0 commit 0177361
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
16 changes: 16 additions & 0 deletions TSMiniWebBrowser/binding/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
using System.Reflection;
using System.Runtime.CompilerServices;

// Information about this assembly is defined by the following attributes.
// Change them to the values specific to your project.
[assembly: AssemblyTitle ("TSMiniWebBrowser")]
[assembly: AssemblyCompany ("Xamarin")]
// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}".
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
[assembly: AssemblyVersion ("1.0.*")]
// The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing.
//[assembly: AssemblyDelaySign(false)]
//[assembly: AssemblyKeyFile("")]

3 changes: 1 addition & 2 deletions TSMiniWebBrowser/binding/TSMiniWebBrowser.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
<RootNamespace>TSMiniWebBrowser</RootNamespace>
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
<AssemblyName>TSMiniWebBrowser</AssemblyName>
<ReleaseVersion>1.0</ReleaseVersion>
<SynchReleaseVersion>false</SynchReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down Expand Up @@ -55,6 +53,7 @@
<Compile Include="libTSMiniWebBrowser.linkwith.cs">
<DependentUpon>libTSMiniWebBrowser.a</DependentUpon>
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<BundleResource Include="Resources\back_icon.png" />
Expand Down

0 comments on commit 0177361

Please sign in to comment.