update assembly info

This commit is contained in:
2015-05-10 21:56:04 +02:00
parent b5f0f0feca
commit bf5a27e29d
3 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -41,7 +41,6 @@
<None Include="packages.config" /> <None Include="packages.config" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<Compile Include="ApiBase.cs" />
<Compile Include="ApiHttpClient.cs" /> <Compile Include="ApiHttpClient.cs" />
<Compile Include="IOnePeekApi.cs" /> <Compile Include="IOnePeekApi.cs" />
<Compile Include="OnePeekApi.cs" /> <Compile Include="OnePeekApi.cs" />
@@ -50,6 +49,7 @@
<Compile Include="Extensions\EntityExtensions.cs" /> <Compile Include="Extensions\EntityExtensions.cs" />
<Compile Include="Extensions\EnumExtensions.cs" /> <Compile Include="Extensions\EnumExtensions.cs" />
<Compile Include="Extensions\XmlExtensions.cs" /> <Compile Include="Extensions\XmlExtensions.cs" />
<Compile Include="OnePeekApiException.cs" />
<Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Utils.cs" /> <Compile Include="Utils.cs" />
</ItemGroup> </ItemGroup>
+4 -4
View File
@@ -9,9 +9,9 @@ using System.Runtime.InteropServices;
[assembly: AssemblyTitle("OnePeek.Api")] [assembly: AssemblyTitle("OnePeek.Api")]
[assembly: AssemblyDescription("")] [assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")] [assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")] [assembly: AssemblyCompany("cee")]
[assembly: AssemblyProduct("OnePeek.Api")] [assembly: AssemblyProduct("OnePeek.Api")]
[assembly: AssemblyCopyright("Copyright © 2015")] [assembly: AssemblyCopyright("Copyright © cee 2015")]
[assembly: AssemblyTrademark("")] [assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")] [assembly: AssemblyCulture("")]
[assembly: NeutralResourcesLanguage("en")] [assembly: NeutralResourcesLanguage("en")]
@@ -26,5 +26,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")] [assembly: AssemblyVersion("0.0.1.0")]
[assembly: AssemblyFileVersion("1.0.0.0")] [assembly: AssemblyFileVersion("0.0.1.0")]
@@ -9,9 +9,9 @@ using System.Runtime.InteropServices;
[assembly: AssemblyTitle("OnePeek.Entities")] [assembly: AssemblyTitle("OnePeek.Entities")]
[assembly: AssemblyDescription("")] [assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")] [assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")] [assembly: AssemblyCompany("cee")]
[assembly: AssemblyProduct("OnePeek.Entities")] [assembly: AssemblyProduct("OnePeek.Entities")]
[assembly: AssemblyCopyright("Copyright © 2015")] [assembly: AssemblyCopyright("Copyright © cee 2015")]
[assembly: AssemblyTrademark("")] [assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")] [assembly: AssemblyCulture("")]
[assembly: NeutralResourcesLanguage("en")] [assembly: NeutralResourcesLanguage("en")]
@@ -26,5 +26,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")] [assembly: AssemblyVersion("0.0.1.0")]
[assembly: AssemblyFileVersion("1.0.0.0")] [assembly: AssemblyFileVersion("0.0.1.0")]