Skip to content

Commit

Permalink
update with new release information
Browse files Browse the repository at this point in the history
  • Loading branch information
makst committed Aug 18, 2016
1 parent 575759c commit c326349
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions figo.net/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("figo")]
[assembly: AssemblyDescription(".net client library for figo.io")]
[assembly: AssemblyDescription(".NET client library for figo.io")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("figo GmbH")]
[assembly: AssemblyProduct("figo")]
[assembly: AssemblyCopyright("Copyright © 2014")]
[assembly: AssemblyCopyright("Copyright © 2016")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: NeutralResourcesLanguage("en")]
Expand All @@ -26,5 +26,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]
[assembly: AssemblyVersion("1.2.0.0")]
[assembly: AssemblyFileVersion("1.2.0.0")]
4 changes: 2 additions & 2 deletions figo.net/figo.net.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
<authors>$author$</authors>
<owners>$author$</owners>
<projectUrl>https://github.com/figo-connect/net-figo</projectUrl>
<iconUrl>http://figo.me/wp-content/uploads/2012/03/favicon1.ico</iconUrl>
<iconUrl>https://www.figo.io/app/themes/figo/favicon-32x32.png?v1</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>$description$</description>
<copyright>Copyright 2014</copyright>
<copyright>Copyright 2016</copyright>
<tags>finance SDK</tags>
</metadata>
</package>

0 comments on commit c326349

Please sign in to comment.