Skip to content

Commit

Permalink
Merge pull request #34 from sonomirco/dev/mibi/update-csproj
Browse files Browse the repository at this point in the history
Dev/mibi/update csproj
  • Loading branch information
sonomirco authored Jul 30, 2021
2 parents 33e27c4 + 339dd94 commit 4fffcd7
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
11 changes: 10 additions & 1 deletion Pipeline.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,21 @@

<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<Title>PipelineBasic</Title>
<Authors>Mirco Bianchini</Authors>
<AssemblyName>PipelineBasic</AssemblyName>
<Version>$(Version)</Version>
<PackageId>PipelineBasic</PackageId>
<PackageId>PipelineBasic</PackageId> // if not specify use the AssemblyName
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/sonomirco/Pipeline</PackageProjectUrl>
<PackageDescription>A repo for testing a release pipeline.</PackageDescription>
<PackageIconUrl>
https://github.com/sonomirco/Pipeline/pipeline-basic-logo.png
</PackageIconUrl>
<PackageTags>gitactions, release, templates</PackageTags>
<Summary>A test repository.</Summary>
<RepositoryUrl>https://github.com/sonomirco/Pipeline</RepositoryUrl>
<RepositoryType>git</RepositoryType>
</PropertyGroup>

</Project>
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@
[Release software with GitHub actions and GitVersion](https://www.codewrecks.com/post/old/2020/03/github-actions-plus-gitversion/)

[A NuGet package workflow using GitHub Actions](https://acraven.medium.com/a-nuget-package-workflow-using-github-actions-7da8c6557863)

[NuGet pack and restore as MSBuild targets](https://docs.microsoft.com/en-us/nuget/reference/msbuild-targets#packing-a-license-expression-or-a-license-file)

[Preparing for release](https://livebook.manning.com/book/dotnet-core-in-action/chapter-12/)
Binary file added pipeline-basic-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4fffcd7

Please sign in to comment.