Skip to content

Commit

Permalink
Added package properties
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardobursa committed Dec 5, 2018
1 parent 371cdaf commit 6788041
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
21 changes: 12 additions & 9 deletions HelperSharp/HelperSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,24 @@

<PropertyGroup>
<TargetFrameworks>net35;net40;netstandard2.0</TargetFrameworks>
<Authors>Diego Giacomelli</Authors>
<version>0.0.5.0</version>
<Company>Skahal Studios</Company>
<Authors>Diego Giacomelli</Authors>
<Owners>g1acomell1</Owners>
<version>0.0.5.0</version>
<Company>Skahal Studios</Company>
<Description>A set of helpers and extensions.</Description>
<Copyright>giacomelli</Copyright>
<PackageProjectUrl>https://github.com/giacomelli/HelperSharp</PackageProjectUrl>
<RequireLicenseAcceptance>false</RequireLicenseAcceptance>
<PackageReleaseNotes>Sign the assembly.</PackageReleaseNotes>
<Copyright>giacomelli</Copyright>
<PackageId>HelperSharp</PackageId>
<PackageProjectUrl>https://github.com/giacomelli/HelperSharp</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/giacomelli/HelperSharp/blob/master/LICENSE</PackageLicenseUrl>
<RequireLicenseAcceptance>false</RequireLicenseAcceptance>
<PackageReleaseNotes>Sign the assembly.</PackageReleaseNotes>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>HelperSharp.snk</AssemblyOriginatorKeyFile>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>

<PropertyGroup>
<FrameworkPathOverride Condition="'$(TargetFramework)' == 'net35'">$(MSBuildProgramFiles32)\Reference Assemblies\Microsoft\Framework\.NETFramework\v3.5\Profile\Client</FrameworkPathOverride>
</PropertyGroup>

</Project>
</Project>
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
skip_tags: true
version: 0.5.{build}
os: Visual Studio 2017
configuration: Release

# configure environment / install required software in build process
Expand Down Expand Up @@ -31,7 +32,7 @@ test_script:

# create nuget packages =]
after_build:
- nuget pack .\HelperSharp\HelperSharp.csproj -OutputDirectory .\build
- dotnet pack .\HelperSharp\HelperSharp.csproj -c release --no-build --output .\build
- nuget pack .\HelperSharp.Mvc\HelperSharp.Mvc.csproj -OutputDirectory .\build
- nuget pack .\HelperSharp.WebApi\HelperSharp.WebApi.csproj -OutputDirectory .\build

Expand Down

0 comments on commit 6788041

Please sign in to comment.