Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Commit

Permalink
Change back to just WebApiThrottle
Browse files Browse the repository at this point in the history
  • Loading branch information
matdavies committed Nov 16, 2021
1 parent b7ad3dc commit d2afe06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions WebApiThrottle/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("LiquidThinking.WebApiThrottle")]
[assembly: AssemblyTitle("WebApiThrottle")]
[assembly: AssemblyDescription("Throttling handler and filter for ASP.NET Web API v2")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("stefanprodan.com")]
[assembly: AssemblyProduct("LiquidThinking.WebApiThrottle")]
[assembly: AssemblyProduct("WebApiThrottle")]
[assembly: AssemblyCopyright("Copyright Stefan Prodan © 2013-2015")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
Expand Down
2 changes: 1 addition & 1 deletion WebApiThrottle/WebApiThrottle.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>WebApiThrottle</RootNamespace>
<AssemblyName>LiquidThinking.WebApiThrottle</AssemblyName>
<AssemblyName>WebApiThrottle</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
Expand Down

0 comments on commit d2afe06

Please sign in to comment.