Skip to content

Commit bd20f75

Browse files
committed
3.3.16.2
1 parent 774196c commit bd20f75

File tree

5 files changed

+8
-9
lines changed

5 files changed

+8
-9
lines changed

AutoItX.Dotnet.Latest/AutoItX.Dotnet.Latest.csproj

+5-6
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
<Project Sdk="Microsoft.Build.NoTargets/3.7.56">
22

33
<PropertyGroup>
4-
<TargetFramework>netstandard2.0</TargetFramework>
4+
<TargetFramework>net40</TargetFramework>
55
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
6-
<SuppressDependenciesWhenPacking>true</SuppressDependenciesWhenPacking>
7-
<NoWarn>NU5101</NoWarn>
86
<Configurations>NuGet</Configurations>
97
</PropertyGroup>
108

119
<PropertyGroup>
1210
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
13-
<Description>AutoIt package for .NET (Windows only), includes .NET assembly and native x86/x64 Windows DLLs from AutoIt distribution. Drop-in replacement for AutoItX.Dotnet NuGet package.</Description>
11+
<Title>AutoItX for .NET (Windows only)</Title>
12+
<Description>AutoIt NuGet package for .NET (Windows only). Includes .NET assembly and native x86/x64 Windows DLLs from AutoIt distribution. Drop-in replacement for AutoItX.Dotnet NuGet package.</Description>
1413
<Authors>AutoIt team, Ivan Ivon ([email protected])</Authors>
1514
<RepositoryType>git</RepositoryType>
1615
<PackageTags>autoit automation scripting windows</PackageTags>
@@ -23,12 +22,12 @@
2322
</PropertyGroup>
2423

2524
<ItemGroup>
26-
<Content Include="build\*">
25+
<Content Include="build\**">
2726
<PackagePath>build</PackagePath>
2827
<PackageCopyToOutput>true</PackageCopyToOutput>
2928
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
3029
</Content>
31-
<Content Include="lib\*">
30+
<Content Include="lib\**">
3231
<PackagePath>lib</PackagePath>
3332
<PackageCopyToOutput>true</PackageCopyToOutput>
3433
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<Version>3.3.16.1</Version>
4-
<PackageReleaseNotes>AutoIt $(Version)</PackageReleaseNotes>
3+
<Version>3.3.16.2</Version>
4+
<PackageReleaseNotes>AutoIt 3.3.16.1</PackageReleaseNotes>
55
</PropertyGroup>
66
</Project>

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
[![Downloads](https://img.shields.io/nuget/dt/AutoItX.Dotnet.Latest)](https://www.nuget.org/packages/AutoItX.Dotnet.Latest)
66
[![License: AutoIt](https://img.shields.io/badge/license-AutoIt-yellow.svg)](https://www.autoitscript.com/autoit3/docs/license.htm)
77

8-
[AutoIt](https://www.autoitscript.com) package for [.NET](https://documentation.help/AutoItX/dotnet_usage.htm) (Windows only), includes .NET assembly and native x86/x64 Windows DLLs from [AutoIt distribution](https://www.autoitscript.com/site/autoit/downloads/).
8+
[AutoIt](https://www.autoitscript.com) NuGet package for [.NET](https://documentation.help/AutoItX/dotnet_usage.htm) (Windows only). Includes .NET assembly and native x86/x64 Windows DLLs from [AutoIt distribution](https://www.autoitscript.com/site/autoit/downloads/).
99
[Drop-in replacement](https://en.wikipedia.org/wiki/Drop-in_replacement) for [AutoItX.Dotnet](https://www.nuget.org/packages/AutoItX.Dotnet) NuGet package.

0 commit comments

Comments
 (0)