Skip to content

Commit

Permalink
Merge pull request #30 from nitrictech/feature/license-extension
Browse files Browse the repository at this point in the history
chore: Add license file extension to allow for successful publishing
  • Loading branch information
tjholm authored Jul 26, 2021
2 parents 7cafc36 + 9e4f69a commit 23120ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
File renamed without changes.
5 changes: 4 additions & 1 deletion Nitric.Sdk/Nitric.Sdk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Version>${VERSION}</Version>
<PackageId>Nitric.Sdk</PackageId>
<Company>Nitric Pty Ltd</Company>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
</PropertyGroup>

<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
Expand All @@ -22,6 +22,9 @@
<ItemGroup>
<Protobuf Include="**/*.proto" ProtoRoot="contracts/proto/" OutputDir="Proto" />
</ItemGroup>
<ItemGroup>
<None Include="LICENSE.txt" Pack="true" PackagePath="LICENSE.txt" />
</ItemGroup>

<ItemGroup>
<Folder Include="Storage\" />
Expand Down

0 comments on commit 23120ec

Please sign in to comment.