Skip to content

Commit

Permalink
Add readme to nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
lilith committed Jan 29, 2024
1 parent 934b8e6 commit efa8000
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 44 deletions.
2 changes: 2 additions & 0 deletions src/Imageflow.AllPlatforms/Imageflow.AllPlatforms.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<IsAotCompatible Condition="'$(TargetFramework)' == 'net8.0'">true</IsAotCompatible>
<IsPackable>true</IsPackable>
<PackageIcon>icon.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<ItemGroup>
Expand All @@ -23,5 +24,6 @@
</ItemGroup>
<ItemGroup>
<None Include="images\icon.png" Pack="true" PackagePath="" />
<None Include="..\..\README.md" Pack="true" PackagePath="\"/>
</ItemGroup>
</Project>
3 changes: 3 additions & 0 deletions src/Imageflow/Imageflow.Net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<IsTrimmable Condition="'$(TargetFramework)' == 'net8.0'">true</IsTrimmable>
<PolySharpIncludeRuntimeSupportedAttributes>true</PolySharpIncludeRuntimeSupportedAttributes>
<RootNamespace>Imageflow</RootNamespace>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<ItemGroup>
Expand All @@ -32,5 +33,7 @@
</ItemGroup>
<ItemGroup>
<None Include="images\icon.png" Pack="true" PackagePath="" />
<None Include="..\..\README.md" Pack="true" PackagePath="\"/>

</ItemGroup>
</Project>
2 changes: 2 additions & 0 deletions tests/Imageflow.TestWebAOT/Imageflow.TestWebAOT.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@
<PublishTrimmed>true</PublishTrimmed>
<PublishReadyToRun>true</PublishReadyToRun>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>

</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\..\src\Imageflow.AllPlatforms\Imageflow.AllPlatforms.csproj" />
<TrimmerRootAssembly Include="Imageflow.Net" />
</ItemGroup>

<ItemGroup>
Expand Down
44 changes: 0 additions & 44 deletions tests/Imageflow.TestWebAOT/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,50 +78,6 @@
"System.Text.Json": "[6.*, )"
}
}
},
"net8.0/win-x64": {
"Microsoft.DotNet.ILCompiler": {
"type": "Direct",
"requested": "[8.0.1, )",
"resolved": "8.0.1",
"contentHash": "vEmBtYRsH2gpnUJ9p7ElgB2UZSx5+CF2nHVr2QJ/3kzlfAYBxqXMx3VmQcxOcrsDEuF4/n1VH95qobrj8xnPdw==",
"dependencies": {
"runtime.win-x64.Microsoft.DotNet.ILCompiler": "8.0.1"
}
},
"Imageflow.NativeRuntime.osx-x86_64": {
"type": "Transitive",
"resolved": "2.0.0-preview8",
"contentHash": "3wEglrMqVzlnAVBTdK6qcRySdo/4ajBP5ASRuK3yHfBqPp3ld4ke6guxuSZbgDTObIxai7KTLlsIvQZhusymUA=="
},
"Imageflow.NativeRuntime.ubuntu-x86_64": {
"type": "Transitive",
"resolved": "2.0.0-preview8",
"contentHash": "H8K5kZqcM3IliDRZD3H8BN6TbeLgcW+6FsDZ3EvlqBvu41s+Lv9vxE+c3m1cUQhsYBs76udUhgJFNR1D6x3U5g=="
},
"Imageflow.NativeRuntime.win-x86": {
"type": "Transitive",
"resolved": "2.0.0-preview8",
"contentHash": "WunIva5NZ2iMPKCyz8ZTkN7SRaW3szBijMg5YK7jaSFZHw8Xiky/GFfghc0XgWTuILxwO4YbY86e8QvW8CBigQ=="
},
"Imageflow.NativeRuntime.win-x86_64": {
"type": "Transitive",
"resolved": "2.0.0-preview8",
"contentHash": "1rY6C9Hjj7U9toa7FlnveiSBKccZlvCaHwdxPRQS0vDpAZZCJrTA/H7VYdreifpnIDInYcf0i/3oEKzEnj884w=="
},
"runtime.win-x64.Microsoft.DotNet.ILCompiler": {
"type": "Transitive",
"resolved": "8.0.1",
"contentHash": "fbzrL7nAZG3OwTcVPUMByDJmlhcekqSjSFPVTs4/4aolumt/1rRUuqWpQAi1UBhUAWu6VqPlmeql65ANl5kk6A=="
},
"System.Text.Encodings.Web": {
"type": "Transitive",
"resolved": "6.0.0",
"contentHash": "Vg8eB5Tawm1IFqj4TVK1czJX89rhFxJo9ELqc/Eiq0eXy13RK00eubyU6TJE6y+GQXjyV5gSfiewDUZjQgSE0w==",
"dependencies": {
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
}
}
}
}
}

0 comments on commit efa8000

Please sign in to comment.