Skip to content

Commit

Permalink
update nuget package
Browse files Browse the repository at this point in the history
  • Loading branch information
javorosas committed Aug 25, 2019
1 parent 97631a6 commit ce99ce5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion facturapi-net/Facturapi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Import Project="..\packages\NuGet.Build.Packaging.0.2.2\build\NuGet.Build.Packaging.props" Condition="Exists('..\packages\NuGet.Build.Packaging.0.2.2\build\NuGet.Build.Packaging.props')" />
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Configuration Condition=" '$(Configuration)' == '' ">Release</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{A91D3CF3-1051-41F4-833E-C52EE8FBCE20}</ProjectGuid>
<OutputType>Library</OutputType>
Expand Down
4 changes: 2 additions & 2 deletions facturapi-net/Facturapi.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>$title$</title>
<authors>Javier Rosas</authors>
<owners>Javier Rosas</owners>
<licenseUrl>https://raw.githubusercontent.com/FacturAPI/facturapi-net/master/LICENSE</licenseUrl>
<license type="expression">MIT</license>
<projectUrl>https://github.com/facturapi/facturapi-net</projectUrl>
<iconUrl>https://github.com/FacturAPI/facturapi-net/raw/master/facturapi-net/facturapi.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand All @@ -18,6 +18,6 @@
<!-- A readme.txt will be displayed when the package is installed -->
<files>
<file src="README.txt" target="" />
<file src="CHANGELOG.txt" target="" />
<file src="../CHANGELOG.md" target="" />
</files>
</package>
6 changes: 3 additions & 3 deletions facturapi-net/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[assembly: AssemblyTitle("Facturapi")]
[assembly: AssemblyDescription("Genera facturas electrónicas de la manera más sencilla")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Facturapi SAS")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Facturapi")]
[assembly: AssemblyCopyright("Copyright © Facturapi 2019")]
[assembly: AssemblyTrademark("Facturapi")]
Expand All @@ -32,5 +32,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.0.0.*")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.0.1.*")]
[assembly: AssemblyFileVersion("1.0.1.0")]

0 comments on commit ce99ce5

Please sign in to comment.