Skip to content

Commit 370ae25

Browse files
committed
Add support for listing selected Excel cell row/column coordinates
1 parent 501d940 commit 370ae25

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

ComAutoWrapper.csproj

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@
66
<Platforms>AnyCPU;x64</Platforms>
77
<GeneratePackageOnBuild>False</GeneratePackageOnBuild>
88
<PackageId>ComAutoWrapper</PackageId>
9-
<Version>1.1.3.1</Version>
9+
<Version>1.1.3.2</Version>
1010
<Authors>pmonitor</Authors>
1111
<Company>Saját Fejlesztés</Company>
1212
<Description>Simple AutoWrapper-style COM helper for C#. Enables method and property calls on COM objects without Interop DLLs or dynamic.</Description>
1313
<PackageTags>COM Interop AutoWrap Excel, Word</PackageTags>
14-
<AssemblyVersion>1.1.3.1</AssemblyVersion>
15-
<FileVersion>1.1.3.1</FileVersion>
14+
<AssemblyVersion>1.1.3.2</AssemblyVersion>
15+
<FileVersion>1.1.3.2</FileVersion>
1616
<PackageProjectUrl></PackageProjectUrl>
1717
<PackageReadmeFile>Readme.md</PackageReadmeFile>
1818
<RepositoryUrl>https://github.com/pmonitor0/ComAutoWrapper</RepositoryUrl>
19-
<NuGetAudit>False</NuGetAudit>
19+
<NuGetAudit>True</NuGetAudit>
2020
</PropertyGroup>
2121
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
2222
<DebugType>embedded</DebugType>
@@ -41,4 +41,7 @@
4141
<PackagePath>\</PackagePath>
4242
</None>
4343
</ItemGroup>
44+
<ItemGroup>
45+
<Folder Include="nupkg\" />
46+
</ItemGroup>
4447
</Project>

Readme.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,4 @@ A ChatGPT által nyújtott segítségért, amely hozzájárult a projekt egyes r
8787

8888
📄 License
8989
MIT
90-
<<<<<<< HEAD
91-
=======
9290

93-
>>>>>>> e68748a (Update with method/property examples and usage)

0 commit comments

Comments
 (0)