Skip to content

Commit

Permalink
Release 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
robertvazan committed Oct 4, 2019
1 parent 234c20b commit 4fbfacf
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions GuerrillaNtp/GuerrillaNtp.csproj
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard1.5;netstandard2.0</TargetFrameworks>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<PackageVersion>1.4.1.0</PackageVersion>
<Authors>Robert Važan</Authors>
<PackageIconUrl>https://cdn.machinezoo.com/h/nM2rl4vyVTXiUzYxiUVyZV6ckPIDRZoGg5n9kNMZ1bg/guerrillantp-favicon/android-chrome-192x192.png</PackageIconUrl>
<PackageLicenseUrl>https://www.apache.org/licenses/LICENSE-2.0</PackageLicenseUrl>
<PackageProjectUrl>https://guerrillantp.machinezoo.com/</PackageProjectUrl>
<PackageTags>NTP SNTP time clock synchronized guerrilla guerila guerrila guerilla gerila gerrilla gerrila gerilla</PackageTags>
<Description>Simple NTP (SNTP) client that can be embedded in desktop applications to provide them with accurate network time even when the system clock is unsynchronized.</Description>
</PropertyGroup>

<PropertyGroup>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>
</Project>
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard1.5;netstandard2.0</TargetFrameworks>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<PackageVersion>1.4.2.0</PackageVersion>
<Authors>Robert Važan</Authors>
<PackageIconUrl>https://cdn.machinezoo.com/h/nM2rl4vyVTXiUzYxiUVyZV6ckPIDRZoGg5n9kNMZ1bg/guerrillantp-favicon/android-chrome-192x192.png</PackageIconUrl>
<PackageLicenseUrl>https://www.apache.org/licenses/LICENSE-2.0</PackageLicenseUrl>
<PackageProjectUrl>https://guerrillantp.machinezoo.com/</PackageProjectUrl>
<PackageTags>NTP SNTP time clock synchronized guerrilla guerila guerrila guerilla gerila gerrilla gerrila gerilla</PackageTags>
<Description>Simple NTP (SNTP) client that can be embedded in desktop applications to provide them with accurate network time even when the system clock is unsynchronized.</Description>
</PropertyGroup>

<PropertyGroup>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>
</Project>

0 comments on commit 4fbfacf

Please sign in to comment.