Skip to content

Commit

Permalink
3.3.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
i2van committed Oct 12, 2024
1 parent 774196c commit bd20f75
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 9 deletions.
11 changes: 5 additions & 6 deletions AutoItX.Dotnet.Latest/AutoItX.Dotnet.Latest.csproj
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
<Project Sdk="Microsoft.Build.NoTargets/3.7.56">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<TargetFramework>net40</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<SuppressDependenciesWhenPacking>true</SuppressDependenciesWhenPacking>
<NoWarn>NU5101</NoWarn>
<Configurations>NuGet</Configurations>
</PropertyGroup>

<PropertyGroup>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<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>
<Title>AutoItX for .NET (Windows only)</Title>
<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>
<Authors>AutoIt team, Ivan Ivon ([email protected])</Authors>
<RepositoryType>git</RepositoryType>
<PackageTags>autoit automation scripting windows</PackageTags>
Expand All @@ -23,12 +22,12 @@
</PropertyGroup>

<ItemGroup>
<Content Include="build\*">
<Content Include="build\**">
<PackagePath>build</PackagePath>
<PackageCopyToOutput>true</PackageCopyToOutput>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="lib\*">
<Content Include="lib\**">
<PackagePath>lib</PackagePath>
<PackageCopyToOutput>true</PackageCopyToOutput>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
Expand Down
4 changes: 2 additions & 2 deletions AutoItX.Dotnet.Latest/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Version>3.3.16.1</Version>
<PackageReleaseNotes>AutoIt $(Version)</PackageReleaseNotes>
<Version>3.3.16.2</Version>
<PackageReleaseNotes>AutoIt 3.3.16.1</PackageReleaseNotes>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit bd20f75

Please sign in to comment.