diff --git a/RollingWindow/RollingWindow.csproj b/RollingWindow/RollingWindow.csproj index 00fdd67..9816df8 100644 --- a/RollingWindow/RollingWindow.csproj +++ b/RollingWindow/RollingWindow.csproj @@ -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>