Skip to content

Commit

Permalink
nuget package release v1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
fatihyildizhan committed Apr 9, 2020
1 parent 39c15e1 commit cd10f51
Show file tree
Hide file tree
Showing 6 changed files with 61 additions and 20 deletions.
16 changes: 12 additions & 4 deletions source/WindowsAPICodePack/Core/Core.csproj
Expand Up @@ -2,20 +2,20 @@
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup>
<AssemblyName>Microsoft.WindowsAPICodePack</AssemblyName>
<PackageId>Microsoft-WindowsAPICodePack-Core</PackageId>
<VersionPrefix>1.1.4</VersionPrefix>
<PackageId>Microsoft-Windows10-APICodePack-Core</PackageId>
<VersionPrefix>1.1.5</VersionPrefix>
<Title>$(AssemblyName)</Title>
<Authors>rpastric;contre;dahall,bau-global</Authors>
<Company>Microsoft</Company>
<Product>Microsoft Windows API Code Pack for .NET Framework</Product>
<PackageLicenseUrl>https://github.com/contre/Windows-API-Code-Pack-1.1/LICENSE</PackageLicenseUrl>
<PackageLicenseUrl></PackageLicenseUrl>
<PackageProjectUrl>https://github.com/bau-global/Windows-API-Code-Pack-1.1</PackageProjectUrl>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<Description>The Core code for the WindowsAPICodePack. This is an updated version containing all available bug fixes for this code as of 2020-04-09.</Description>
<PackageReleaseNotes>https://github.com/bau-global/Windows-API-Code-Pack-1.1/blob/master/CHANGELOG.md</PackageReleaseNotes>
<Copyright>Copyright © 2020</Copyright>
<NeutralLanguage>en-US</NeutralLanguage>
<PackageTags>WindowsAPICodePack</PackageTags>
<PackageTags>Microsoft,Windows10,APICodePack,netcore31,net48</PackageTags>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<TargetFrameworks>net48;netcoreapp3.1</TargetFrameworks>
Expand All @@ -28,6 +28,8 @@
<Version>1.1.5</Version>
<RepositoryUrl>https://github.com/bau-global/Windows-API-Code-Pack-1.1</RepositoryUrl>
<RepositoryType>.git</RepositoryType>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageIcon>icon.png</PackageIcon>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
Expand Down Expand Up @@ -60,4 +62,10 @@
<LastGenOutput>LocalizedMessages.Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<None Include="..\icon.png">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>
</Project>
Expand Up @@ -2,20 +2,20 @@
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup>
<AssemblyName>Microsoft.WindowsAPICodePack.ExtendedLinguisticServices</AssemblyName>
<PackageId>Microsoft-WindowsAPICodePack-ExtendedLinguisticServices</PackageId>
<VersionPrefix>1.1.4</VersionPrefix>
<PackageId>Microsoft-Windows10-APICodePack-ExtendedLinguisticServices</PackageId>
<VersionPrefix>1.1.5</VersionPrefix>
<Title>$(AssemblyName)</Title>
<Authors>rpastric;contre;dahall,bau-global</Authors>
<Company>Microsoft</Company>
<Product>Microsoft Windows API Code Pack for .NET Framework</Product>
<PackageLicenseUrl>https://github.com/contre/Windows-API-Code-Pack-1.1/LICENSE</PackageLicenseUrl>
<PackageLicenseUrl></PackageLicenseUrl>
<PackageProjectUrl>https://github.com/bau-global/Windows-API-Code-Pack-1.1</PackageProjectUrl>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<Description>The Core code for the WindowsAPICodePack. This is an updated version containing all available bug fixes for this code as of 2020-04-09.</Description>
<PackageReleaseNotes>https://github.com/bau-global/Windows-API-Code-Pack-1.1/blob/master/CHANGELOG.md</PackageReleaseNotes>
<Copyright>Copyright © 2020</Copyright>
<NeutralLanguage>en-US</NeutralLanguage>
<PackageTags>WindowsAPICodePack</PackageTags>
<PackageTags>Microsoft,Windows10,APICodePack,netcore31,net48</PackageTags>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<TargetFrameworks>net48;netcoreapp3.1</TargetFrameworks>
Expand All @@ -27,6 +27,9 @@
<AssemblyOriginatorKeyFile>ProjectSignKey.snk</AssemblyOriginatorKeyFile>
<Version>1.1.5</Version>
<RepositoryUrl>https://github.com/bau-global/Windows-API-Code-Pack-1.1</RepositoryUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryType>.git</RepositoryType>
<PackageIcon>icon.png</PackageIcon>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
Expand Down Expand Up @@ -62,4 +65,10 @@
<LastGenOutput>LocalizedMessages.Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<None Include="..\icon.png">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>
</Project>
16 changes: 12 additions & 4 deletions source/WindowsAPICodePack/Sensors/Sensors.csproj
Expand Up @@ -2,20 +2,20 @@
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup>
<AssemblyName>Microsoft.WindowsAPICodePack.Sensors</AssemblyName>
<PackageId>Microsoft-WindowsAPICodePack-Sensors</PackageId>
<VersionPrefix>1.1.4</VersionPrefix>
<PackageId>Microsoft-Windows10-APICodePack-Sensors</PackageId>
<VersionPrefix>1.1.5</VersionPrefix>
<Title>$(AssemblyName)</Title>
<Authors>rpastric;contre;dahall,bau-global</Authors>
<Company>Microsoft</Company>
<Product>Microsoft Windows API Code Pack for .NET Framework</Product>
<PackageLicenseUrl>https://github.com/contre/Windows-API-Code-Pack-1.1/LICENSE</PackageLicenseUrl>
<PackageLicenseUrl></PackageLicenseUrl>
<PackageProjectUrl>https://github.com/bau-global/Windows-API-Code-Pack-1.1</PackageProjectUrl>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<Description>The Core code for the WindowsAPICodePack. This is an updated version containing all available bug fixes for this code as of 2020-04-09.</Description>
<PackageReleaseNotes>https://github.com/bau-global/Windows-API-Code-Pack-1.1/blob/master/CHANGELOG.md</PackageReleaseNotes>
<Copyright>Copyright © 2020</Copyright>
<NeutralLanguage>en-US</NeutralLanguage>
<PackageTags>WindowsAPICodePack</PackageTags>
<PackageTags>Microsoft,Windows10,APICodePack,netcore31,net48</PackageTags>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<TargetFrameworks>net48;netcoreapp3.1</TargetFrameworks>
Expand All @@ -28,6 +28,8 @@
<Version>1.1.5</Version>
<RepositoryUrl>https://github.com/bau-global/Windows-API-Code-Pack-1.1</RepositoryUrl>
<RepositoryType>.git</RepositoryType>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageIcon>icon.png</PackageIcon>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
Expand Down Expand Up @@ -59,4 +61,10 @@
<LastGenOutput>LocalizedMessages.Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<None Include="..\icon.png">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>
</Project>
16 changes: 12 additions & 4 deletions source/WindowsAPICodePack/Shell/Shell.csproj
Expand Up @@ -2,20 +2,20 @@
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup>
<AssemblyName>Microsoft.WindowsAPICodePack.Shell</AssemblyName>
<PackageId>Microsoft-WindowsAPICodePack-Shell</PackageId>
<VersionPrefix>1.1.4</VersionPrefix>
<PackageId>Microsoft-Windows10-APICodePack-Shell</PackageId>
<VersionPrefix>1.1.5</VersionPrefix>
<Title>$(AssemblyName)</Title>
<Authors>rpastric;contre;dahall,bau-global</Authors>
<Company>Microsoft</Company>
<Product>Microsoft Windows API Code Pack for .NET Framework</Product>
<PackageLicenseUrl>https://github.com/contre/Windows-API-Code-Pack-1.1/LICENSE</PackageLicenseUrl>
<PackageLicenseUrl></PackageLicenseUrl>
<PackageProjectUrl>https://github.com/bau-global/Windows-API-Code-Pack-1.1</PackageProjectUrl>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<Description>The Core code for the WindowsAPICodePack. This is an updated version containing all available bug fixes for this code as of 2020-04-09.</Description>
<PackageReleaseNotes>https://github.com/bau-global/Windows-API-Code-Pack-1.1/blob/master/CHANGELOG.md</PackageReleaseNotes>
<Copyright>Copyright © 2020</Copyright>
<NeutralLanguage>en-US</NeutralLanguage>
<PackageTags>WindowsAPICodePack</PackageTags>
<PackageTags>Microsoft,Windows10,APICodePack,netcore31,net48</PackageTags>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<TargetFrameworks>net48;netcoreapp3.1</TargetFrameworks>
Expand All @@ -29,6 +29,8 @@
<Version>1.1.5</Version>
<RepositoryUrl>https://github.com/bau-global/Windows-API-Code-Pack-1.1</RepositoryUrl>
<RepositoryType>.git</RepositoryType>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageIcon>icon.png</PackageIcon>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
Expand Down Expand Up @@ -70,4 +72,10 @@
<LastGenOutput>LocalizedMessages.Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<None Include="..\icon.png">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>
</Project>
16 changes: 12 additions & 4 deletions source/WindowsAPICodePack/ShellExtensions/ShellExtensions.csproj
Expand Up @@ -2,20 +2,20 @@
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup>
<AssemblyName>Microsoft.WindowsAPICodePack.ShellExtensions</AssemblyName>
<PackageId>Microsoft-WindowsAPICodePack-ShellExtensions</PackageId>
<VersionPrefix>1.1.4</VersionPrefix>
<PackageId>Microsoft-Windows10-APICodePack-ShellExtensions</PackageId>
<VersionPrefix>1.1.5</VersionPrefix>
<Title>$(AssemblyName)</Title>
<Authors>rpastric;contre;dahall,bau-global</Authors>
<Company>Microsoft</Company>
<Product>Microsoft Windows API Code Pack for .NET Framework</Product>
<PackageLicenseUrl>https://github.com/contre/Windows-API-Code-Pack-1.1/LICENSE</PackageLicenseUrl>
<PackageLicenseUrl></PackageLicenseUrl>
<PackageProjectUrl>https://github.com/bau-global/Windows-API-Code-Pack-1.1</PackageProjectUrl>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<Description>The Core code for the WindowsAPICodePack. This is an updated version containing all available bug fixes for this code as of 2020-04-09.</Description>
<PackageReleaseNotes>https://github.com/bau-global/Windows-API-Code-Pack-1.1/blob/master/CHANGELOG.md</PackageReleaseNotes>
<Copyright>Copyright © 2020</Copyright>
<NeutralLanguage>en-US</NeutralLanguage>
<PackageTags>WindowsAPICodePack</PackageTags>
<PackageTags>Microsoft,Windows10,APICodePack,netcore31,net48</PackageTags>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<TargetFrameworks>net48;netcoreapp3.1</TargetFrameworks>
Expand All @@ -29,6 +29,8 @@
<Version>1.1.5</Version>
<RepositoryUrl>https://github.com/bau-global/Windows-API-Code-Pack-1.1</RepositoryUrl>
<RepositoryType>.git</RepositoryType>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageIcon>icon.png</PackageIcon>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
Expand Down Expand Up @@ -72,4 +74,10 @@
<LastGenOutput>LocalizedMessages.Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<None Include="..\icon.png">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>
</Project>
Binary file added source/WindowsAPICodePack/icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cd10f51

Please sign in to comment.