Skip to content

Commit

Permalink
rename3
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Clegg committed May 24, 2018
1 parent 99f967d commit f1049b1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions RollingWindow/RollingWindow.csproj
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Title>RollingWindowExtremes</Title>
<Title>RollingWindow</Title>
<Description>Provoides a method to track both the rolling minimum and maximum of a stream of numbers in O(1) time</Description>
<AssemblyTitle>RollingWindowExtremes</AssemblyTitle>
<AssemblyTitle>RollingWindow</AssemblyTitle>
<VersionPrefix>1.0.0</VersionPrefix>
<Authors>Tom Clegg</Authors>
<TargetFrameworks>net40;netstandard1.3;netstandard2.0;portable-net45+win8+wpa81+wp8</TargetFrameworks>
<AssemblyName>RollingWindowExtremes</AssemblyName>
<PackageId>RollingWindowExtremes</PackageId>
<AssemblyName>RollingWindow</AssemblyName>
<PackageId>RollingWindow</PackageId>
<PackageTags>rolling statistics minimum maximum ascending minima</PackageTags>
<PackageProjectUrl>https://github.com/twcclegg/RollingWindowExtremes</PackageProjectUrl>
<PackageProjectUrl>https://github.com/twcclegg/RollingWindow</PackageProjectUrl>
<PackageLicenseUrl>http://www.apache.org/licenses/LICENSE-2.0</PackageLicenseUrl>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/twcclegg/libphonenumber-csharp</RepositoryUrl>
Expand Down

0 comments on commit f1049b1

Please sign in to comment.