11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
33 <TargetFrameworks >netstandard2.0;net45;</TargetFrameworks >
4- <PackageId >AsyncWindowsClipboard</PackageId >
54 <LangVersion >latest</LangVersion >
65 <OutputType >Library</OutputType >
6+ <AssemblyTitle >AsyncWindowsClipboard</AssemblyTitle >
7+ <AssemblyName >AsyncWindowsClipboard</AssemblyName >
78 </PropertyGroup >
89 <ItemGroup >
910 <None Include =" ..\..\LICENSE" Link =" LICENSE" Pack =" true" PackagePath =" " />
1011 <Content Include =" ..\..\README.md" Link =" README.md" Pack =" true" PackagePath =" " />
1112 <None Include =" ..\..\icon.png" Pack =" true" PackagePath =" \" />
1213 </ItemGroup >
13- <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard1.6'" >
14- <PackageReference Include =" System.Threading.Thread" >
15- <Version >4.3.0</Version >
16- </PackageReference >
17- </ItemGroup >
1814 <PropertyGroup Condition =" '$(Configuration)' == 'Release' " >
1915 <Optimize >true</Optimize >
2016 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
2117 <GenerateDocumentationFile >true</GenerateDocumentationFile >
2218 <Description >Thread-safe, asynchronous windows clipboard service with timeout strategy for .NET, C#.</Description >
19+ <PackageTags >asynchronous async clipboard timeout WPF windows forms</PackageTags >
2320 <Copyright >Copyright 2016 - 2019</Copyright >
2421 <PackageLicenseExpression >MIT</PackageLicenseExpression >
25- <AssemblyTitle >AsyncWindowsClipboard</ AssemblyTitle >
22+ <PackageId >AsyncClipboardService</ PackageId >
2623 <Authors >undergroundwires</Authors >
27- <AssemblyName >AsyncWindowsClipboard</AssemblyName >
2824 <PackageProjectUrl >https://github.com/undergroundwires/AsyncWindowsClipboard</PackageProjectUrl >
29- <PackageLicenseUrl >https://raw.githubusercontent.com/undergroundwires/AsyncWindowsClipboard/master/LICENSE</PackageLicenseUrl >
3025 <RepositoryType >git</RepositoryType >
3126 <RepositoryUrl >https://github.com/undergroundwires/AsyncWindowsClipboard</RepositoryUrl >
3227 <AppDesignerFolder >Properties</AppDesignerFolder >
3328 <RootNamespace >AsyncWindowsClipboard</RootNamespace >
3429 <AssemblyName >AsyncClipboardService</AssemblyName >
35- <Version >1.6 .0</Version >
30+ <Version >1.7 .0</Version >
3631 <PackageRequireLicenseAcceptance >false</PackageRequireLicenseAcceptance >
37-
3832 <PackageReleaseNotes >
39- - Included documentation file
40- - Added support for net45, net451, net46, net462, net47, net471, net472
33+ - Changed license to MIT.
34+ - More documentation and typo fixes.
35+ - Better exception messages for OS errors and fixed swollen exception.
36+ - Changed locking logic to support all types of applications (not Window only).
37+ - Namespace changes in internal classes.
38+ - Support for .netstandard2.0
4139 </PackageReleaseNotes >
42- <PackageIconUrl >https://raw.githubusercontent.com/undergroundwires/AsyncWindowsClipboard/master/icon.png</PackageIconUrl >
40+ <PackageIcon >icon.png</PackageIcon >
41+ <PackageReadmeFile >README.md</PackageReadmeFile >
42+ <!-- including PDB files in NuGet for source link because symbolsource.org does not support portable PDBs -->
43+ <AllowedOutputExtensionsInPackageBuildOutputFolder >$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder >
44+ <IncludeSymbols >true</IncludeSymbols >
45+ <SymbolPackageFormat >snupkg</SymbolPackageFormat >
4346 </PropertyGroup >
4447</Project >
0 commit comments