From bd20f754daac68cdd5101116e879a672c7ad45c0 Mon Sep 17 00:00:00 2001 From: Ivan Ivon Date: Sat, 12 Oct 2024 15:09:15 +0300 Subject: [PATCH] 3.3.16.2 --- AutoItX.Dotnet.Latest/AutoItX.Dotnet.Latest.csproj | 11 +++++------ AutoItX.Dotnet.Latest/Directory.Build.props | 4 ++-- .../lib/{ => net40}/AutoItX3.Assembly.dll | Bin .../lib/{ => net40}/AutoItX3.Assembly.xml | 0 README.md | 2 +- 5 files changed, 8 insertions(+), 9 deletions(-) rename AutoItX.Dotnet.Latest/lib/{ => net40}/AutoItX3.Assembly.dll (100%) rename AutoItX.Dotnet.Latest/lib/{ => net40}/AutoItX3.Assembly.xml (100%) diff --git a/AutoItX.Dotnet.Latest/AutoItX.Dotnet.Latest.csproj b/AutoItX.Dotnet.Latest/AutoItX.Dotnet.Latest.csproj index b7cd9e9..3f635eb 100644 --- a/AutoItX.Dotnet.Latest/AutoItX.Dotnet.Latest.csproj +++ b/AutoItX.Dotnet.Latest/AutoItX.Dotnet.Latest.csproj @@ -1,16 +1,15 @@  - netstandard2.0 + net40 true - true - NU5101 NuGet true - 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. + AutoItX for .NET (Windows only) + 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. AutoIt team, Ivan Ivon (ivan.ivon@gmail.com) git autoit automation scripting windows @@ -23,12 +22,12 @@ - + build true PreserveNewest - + lib true PreserveNewest diff --git a/AutoItX.Dotnet.Latest/Directory.Build.props b/AutoItX.Dotnet.Latest/Directory.Build.props index 63492ad..3e4e359 100644 --- a/AutoItX.Dotnet.Latest/Directory.Build.props +++ b/AutoItX.Dotnet.Latest/Directory.Build.props @@ -1,6 +1,6 @@  - 3.3.16.1 - AutoIt $(Version) + 3.3.16.2 + AutoIt 3.3.16.1 diff --git a/AutoItX.Dotnet.Latest/lib/AutoItX3.Assembly.dll b/AutoItX.Dotnet.Latest/lib/net40/AutoItX3.Assembly.dll similarity index 100% rename from AutoItX.Dotnet.Latest/lib/AutoItX3.Assembly.dll rename to AutoItX.Dotnet.Latest/lib/net40/AutoItX3.Assembly.dll diff --git a/AutoItX.Dotnet.Latest/lib/AutoItX3.Assembly.xml b/AutoItX.Dotnet.Latest/lib/net40/AutoItX3.Assembly.xml similarity index 100% rename from AutoItX.Dotnet.Latest/lib/AutoItX3.Assembly.xml rename to AutoItX.Dotnet.Latest/lib/net40/AutoItX3.Assembly.xml diff --git a/README.md b/README.md index fcc39e6..bf2dd57 100644 --- a/README.md +++ b/README.md @@ -5,5 +5,5 @@ [![Downloads](https://img.shields.io/nuget/dt/AutoItX.Dotnet.Latest)](https://www.nuget.org/packages/AutoItX.Dotnet.Latest) [![License: AutoIt](https://img.shields.io/badge/license-AutoIt-yellow.svg)](https://www.autoitscript.com/autoit3/docs/license.htm) -[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/). +[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/). [Drop-in replacement](https://en.wikipedia.org/wiki/Drop-in_replacement) for [AutoItX.Dotnet](https://www.nuget.org/packages/AutoItX.Dotnet) NuGet package.