Skip to content

Commit

Permalink
Added license to package
Browse files Browse the repository at this point in the history
  • Loading branch information
Juris Gekiss authored and Juris Gekiss committed Feb 16, 2024
1 parent 5d25ec9 commit 9af0c88
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: 6.0.x
- name: Restore dependencies
Expand Down
9 changes: 3 additions & 6 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,10 @@
<AssemblyOriginatorKeyFile>..\common\abc.snk</AssemblyOriginatorKeyFile>
<SignAssembly>true</SignAssembly>

<!--<GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute>
<GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute>
<GenerateAssemblyInformationalVersionAttribute>false</GenerateAssemblyInformationalVersionAttribute>-->

<RepositoryType>git</RepositoryType>
<PackageProjectUrl>https://github.com/abc-software/Abc.IdentityModel.v2</PackageProjectUrl>
<PackageLicense>https://github.com/abc-software/Abc.IdentityModel.v2/blob/master/License.txt</PackageLicense>
<RepositoryUrl>https://github.com/abc-software/Abc.IdentityModel.v2.git</RepositoryUrl>
<PackageProjectUrl>https://github.com/abc-software/Abc.IdentityModel.v2/blob/master/Readme.md</PackageProjectUrl>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)'=='Debug'">
Expand Down

0 comments on commit 9af0c88

Please sign in to comment.