Skip to content

Commit

Permalink
Merge pull request S7NetPlus#155 from mycroes/release-preparations
Browse files Browse the repository at this point in the history
Release preparations
  • Loading branch information
mycroes committed Jul 6, 2018
2 parents db50a62 + bd50709 commit ff1e5fd
Show file tree
Hide file tree
Showing 13 changed files with 17 additions and 2,979 deletions.
6 changes: 3 additions & 3 deletions .nuget/NuGet.Config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<solution>
<add key="disableSourceControlIntegration" value="true" />
</solution>
<packageSources>
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
</packageSources>
</configuration>
Binary file removed .nuget/NuGet.exe
Binary file not shown.
144 changes: 0 additions & 144 deletions .nuget/NuGet.targets

This file was deleted.

12 changes: 0 additions & 12 deletions NuGetPack.bat

This file was deleted.

14 changes: 14 additions & 0 deletions S7.Net/S7.Net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,23 @@
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>Properties\S7.Net.snk</AssemblyOriginatorKeyFile>
<InternalsVisibleTo>S7.Net.UnitTest</InternalsVisibleTo>

<PackageId>S7netplus</PackageId>
<Title>S7.Net Plus</Title>
<Description>A continuation of Juergen1969's Siemens communication library.</Description>
<Authors>Derek Heiser;Michele Cattafesta;Michael Croes;Raphael Schlameuß</Authors>
<PackageProjectUrl>https://github.com/killnine/s7netplus</PackageProjectUrl>
<RepositoryUrl>https://github.com/killnine/s7netplus</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>PLC Siemens Communication S7</PackageTags>
<Copyright>Derek Heiser 2015</Copyright>
</PropertyGroup>

<PropertyGroup Condition="'$(TargetFramework)' == 'net452' Or '$(TargetFramework)' == 'netstandard2.0' ">
<DefineConstants>NET_FULL</DefineConstants>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta-62925-02" PrivateAssets="All" />
</ItemGroup>
</Project>
1 change: 0 additions & 1 deletion nuget-pack/.gitignore

This file was deleted.

17 changes: 0 additions & 17 deletions nuget-pack/S7.Net.nuspec

This file was deleted.

Binary file removed nuget-pack/lib/net35/S7.Net.dll
Binary file not shown.
Loading

0 comments on commit ff1e5fd

Please sign in to comment.