diff options
Diffstat (limited to 'src/dtf/WixToolset.Dtf.Compression')
| -rw-r--r-- | src/dtf/WixToolset.Dtf.Compression/README.md | 30 | ||||
| -rw-r--r-- | src/dtf/WixToolset.Dtf.Compression/WixToolset.Dtf.Compression.csproj | 2 |
2 files changed, 32 insertions, 0 deletions
diff --git a/src/dtf/WixToolset.Dtf.Compression/README.md b/src/dtf/WixToolset.Dtf.Compression/README.md new file mode 100644 index 00000000..b96d3172 --- /dev/null +++ b/src/dtf/WixToolset.Dtf.Compression/README.md | |||
| @@ -0,0 +1,30 @@ | |||
| 1 | # WixToolset.Dtf.Compression - managed compression API | ||
| 2 | |||
| 3 | The `WixToolset.Dtf.Compression` package contains the abstract base libraries for archive packing and unpacking. | ||
| 4 | |||
| 5 | [Web Site][web] | [Documentation][docs] | [Issue Tracker][issues] | [Discussions][discussions] | ||
| 6 | |||
| 7 | |||
| 8 | ## Open Source Maintenance Fee | ||
| 9 | |||
| 10 | To ensure the long-term sustainability of this project, users of this package who generate revenue must pay an [Open Source Maintenance Fee][osmf]. While the source code is freely available under the terms of the [LICENSE][license], this package and other aspects of the project require [adherence to the Open Source Maintenance Fee EULA][eula]. | ||
| 11 | |||
| 12 | To pay the Maintenance Fee, [become a Sponsor](https://github.com/sponsors/wixtoolset). | ||
| 13 | |||
| 14 | |||
| 15 | ## Additional resources | ||
| 16 | |||
| 17 | * [WiX Website][web] | ||
| 18 | * [WiX Documentation][docs] | ||
| 19 | * [WiX Issue Tracker][issues] | ||
| 20 | * [WiX Discussions][discussions] | ||
| 21 | |||
| 22 | |||
| 23 | [web]: https://www.firegiant.com/wixtoolset/ | ||
| 24 | [docs]: https://docs.firegiant.com/wixtoolset/ | ||
| 25 | [issues]: https://github.com/wixtoolset/issues/issues | ||
| 26 | [discussions]: https://github.com/orgs/wixtoolset/discussions | ||
| 27 | [sdk]: https://www.nuget.org/packages/WixToolset.Sdk/ | ||
| 28 | [osmf]: https://opensourcemaintenancefee.org/ | ||
| 29 | [license]: https://github.com/wixtoolset/wix/blob/main/LICENSE.TXT | ||
| 30 | [eula]: https://github.com/wixtoolset/wix/blob/main/OSMFEULA.txt | ||
diff --git a/src/dtf/WixToolset.Dtf.Compression/WixToolset.Dtf.Compression.csproj b/src/dtf/WixToolset.Dtf.Compression/WixToolset.Dtf.Compression.csproj index 907e7a04..99a4017c 100644 --- a/src/dtf/WixToolset.Dtf.Compression/WixToolset.Dtf.Compression.csproj +++ b/src/dtf/WixToolset.Dtf.Compression/WixToolset.Dtf.Compression.csproj | |||
| @@ -7,10 +7,12 @@ | |||
| 7 | <AssemblyName>WixToolset.Dtf.Compression</AssemblyName> | 7 | <AssemblyName>WixToolset.Dtf.Compression</AssemblyName> |
| 8 | <TargetFrameworks>netstandard2.0;net20</TargetFrameworks> | 8 | <TargetFrameworks>netstandard2.0;net20</TargetFrameworks> |
| 9 | <Description>Abstract base libraries for archive packing and unpacking</Description> | 9 | <Description>Abstract base libraries for archive packing and unpacking</Description> |
| 10 | <PackageReadmeFile>README.md</PackageReadmeFile> | ||
| 10 | <CreateDocumentationFile>true</CreateDocumentationFile> | 11 | <CreateDocumentationFile>true</CreateDocumentationFile> |
| 11 | </PropertyGroup> | 12 | </PropertyGroup> |
| 12 | 13 | ||
| 13 | <ItemGroup> | 14 | <ItemGroup> |
| 14 | <None Include="Compression.cd" /> | 15 | <None Include="Compression.cd" /> |
| 16 | <None Include="README.md" Pack="true" PackagePath="\" /> | ||
| 15 | </ItemGroup> | 17 | </ItemGroup> |
| 16 | </Project> | 18 | </Project> |
