diff --git a/source/FFImageLoading.Droid/FFImageLoading.Droid.csproj b/source/FFImageLoading.Droid/FFImageLoading.Droid.csproj
index 2728439a8..9a37821f2 100644
--- a/source/FFImageLoading.Droid/FFImageLoading.Droid.csproj
+++ b/source/FFImageLoading.Droid/FFImageLoading.Droid.csproj
@@ -99,10 +99,12 @@
     <Compile Include="Drawables\AsyncDrawable.cs" />
     <Compile Include="Drawables\IAsyncDrawable.cs" />
     <Compile Include="Drawables\SelfDisposingAsyncDrawable.cs" />
+    <Compile Include="Properties\AssemblyInfo.cs" />
   </ItemGroup>
   <ItemGroup>
     <Folder Include="Config\" />
     <Folder Include="Drawables\" />
+    <Folder Include="Properties\" />
   </ItemGroup>
   <ProjectExtensions>
     <MonoDevelop>
diff --git a/source/FFImageLoading.Droid/Properties/AssemblyInfo.cs b/source/FFImageLoading.Droid/Properties/AssemblyInfo.cs
new file mode 100644
index 000000000..7bed33254
--- /dev/null
+++ b/source/FFImageLoading.Droid/Properties/AssemblyInfo.cs
@@ -0,0 +1,27 @@
+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("FFImageLoading.Droid")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("")]
+[assembly: AssemblyProduct("")]
+[assembly: AssemblyCopyright("Fabien Molinet, Daniel Luberda")]
+[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCulture("")]
+
+// 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.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("")]
+
diff --git a/source/FFImageLoading.Forms.Droid/FFImageLoading.Forms.Droid.csproj b/source/FFImageLoading.Forms.Droid/FFImageLoading.Forms.Droid.csproj
index d3445ad07..7e78734e5 100644
--- a/source/FFImageLoading.Forms.Droid/FFImageLoading.Forms.Droid.csproj
+++ b/source/FFImageLoading.Forms.Droid/FFImageLoading.Forms.Droid.csproj
@@ -87,6 +87,7 @@
     <Compile Include="CachedImageRenderer.cs" />
     <Compile Include="CachedImageView.cs" />
     <Compile Include="ImageSourceBinding.cs" />
+    <Compile Include="Properties\AssemblyInfo.cs" />
   </ItemGroup>
   <ItemGroup>
     <None Include="app.config" />
@@ -112,4 +113,7 @@
       <Name>FFImageLoading.Droid</Name>
     </ProjectReference>
   </ItemGroup>
+  <ItemGroup>
+    <Folder Include="Properties\" />
+  </ItemGroup>
 </Project>
\ No newline at end of file
diff --git a/source/FFImageLoading.Forms.Droid/Properties/AssemblyInfo.cs b/source/FFImageLoading.Forms.Droid/Properties/AssemblyInfo.cs
new file mode 100644
index 000000000..dcb4bc1ae
--- /dev/null
+++ b/source/FFImageLoading.Forms.Droid/Properties/AssemblyInfo.cs
@@ -0,0 +1,27 @@
+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("FFImageLoading.Forms.Droid")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("")]
+[assembly: AssemblyProduct("")]
+[assembly: AssemblyCopyright("Daniel Luberda")]
+[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCulture("")]
+
+// 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.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("")]
+
diff --git a/source/FFImageLoading.Forms.Touch/Properties/AssemblyInfo.cs b/source/FFImageLoading.Forms.Touch/Properties/AssemblyInfo.cs
index 818bacdd9..960616cdf 100644
--- a/source/FFImageLoading.Forms.Touch/Properties/AssemblyInfo.cs
+++ b/source/FFImageLoading.Forms.Touch/Properties/AssemblyInfo.cs
@@ -17,7 +17,7 @@
 // The form "{Major}.{Minor}.*" will automatically update the build and revision,
 // and "{Major}.{Minor}.{Build}.*" will update just the revision.
 
-[assembly: AssemblyVersion("1.0.*")]
+[assembly: AssemblyVersion("1.0.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.
diff --git a/source/FFImageLoading.Touch/Properties/AssemblyInfo.cs b/source/FFImageLoading.Touch/Properties/AssemblyInfo.cs
index 050acb6f1..17a205c89 100644
--- a/source/FFImageLoading.Touch/Properties/AssemblyInfo.cs
+++ b/source/FFImageLoading.Touch/Properties/AssemblyInfo.cs
@@ -17,7 +17,7 @@
 // The form "{Major}.{Minor}.*" will automatically update the build and revision,
 // and "{Major}.{Minor}.{Build}.*" will update just the revision.
 
-[assembly: AssemblyVersion("1.0.*")]
+[assembly: AssemblyVersion("1.0.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.