Skip to content

Commit

Permalink
update info , nuget configs, add tools
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Salazar committed Jun 13, 2016
1 parent d1f91f0 commit 41052dc
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 30 deletions.
32 changes: 2 additions & 30 deletions src/RfcFacil/Properties/AssemblyInfo.cs
@@ -1,36 +1,8 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("RfcFacil")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyDescription("Librería para el cálculo del RFC del SAT en México")]
[assembly: AssemblyCompany("Miguel Salazar")]
[assembly: AssemblyProduct("RfcFacil")]
[assembly: AssemblyCopyright("Copyright © 2016")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("4fa9a703-5c04-4f7f-a01e-90719407d54b")]

// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// 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: AssemblyProduct("RfcFacil.NET")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
18 changes: 18 additions & 0 deletions src/RfcFacil/RfcFacil.nuspec
@@ -0,0 +1,18 @@
<?xml version="1.0"?>
<package >
<metadata>
<id>$id$</id>
<version>1.0.0</version>
<title>RfcFacil .NET</title>
<authors>Mig Salazar</authors>
<owners>Mig Salazar</owners>
<licenseUrl>https://github.com/migsalazar/RfcFacil/blob/master/LICENSE</licenseUrl>
<projectUrl>http://migsalazar.github.io/RfcFacil</projectUrl>
<iconUrl>https://raw.githubusercontent.com/migsalazar/RfcFacil/master/logo.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Liberaría para el cálculo del RFC (Registro Federal de Contribuyentes) en .NET</description>
<releaseNotes>TODO: JuristicPerson</releaseNotes>
<copyright></copyright>
<tags>RFC SAT .NET</tags>
</metadata>
</package>
Binary file added src/RfcFacil/packages/RfcFacil.1.0.0.nupkg
Binary file not shown.
Binary file added tools/NuGet/nuget.exe
Binary file not shown.

0 comments on commit 41052dc

Please sign in to comment.