Skip to content

Commit

Permalink
package
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaia committed Feb 11, 2020
1 parent f230afe commit c8b7536
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/NwRfcNet/NwRfcNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyName>NwRfcNet</AssemblyName>
<RootNamespace>NwRfcNet</RootNamespace>
<Version>0.5.0</Version>
<Version>0.6.0</Version>
<Authors>Nuno Maia</Authors>
<Description>An easy way of making SAP RFC calls from .NET Core (Windows, Linux and macOS )</Description>
<PackageTags>sap rfc bapi</PackageTags>
Expand All @@ -13,8 +13,8 @@
<DelaySign>false</DelaySign>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/nunomaia/NwRfcNet/</PackageProjectUrl>
<AssemblyVersion>0.5.0.0</AssemblyVersion>
<FileVersion>0.5.0.0</FileVersion>
<AssemblyVersion>0.6.0.0</AssemblyVersion>
<FileVersion>0.6.0.0</FileVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down

0 comments on commit c8b7536

Please sign in to comment.