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

Commit

Permalink
Updated version and assembly info
Browse files Browse the repository at this point in the history
  • Loading branch information
matdavies committed Nov 16, 2021
1 parent 3ed0d4f commit b7ad3dc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ project.lock.json
bower_components/
node_modules/
*.TMP

*.nupkg

8 changes: 4 additions & 4 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("WebApiThrottle")]
[assembly: AssemblyTitle("LiquidThinking.WebApiThrottle")]
[assembly: AssemblyDescription("Throttling handler and filter for ASP.NET Web API v2")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("stefanprodan.com")]
[assembly: AssemblyProduct("WebApiThrottle")]
[assembly: AssemblyProduct("LiquidThinking.WebApiThrottle")]
[assembly: AssemblyCopyright("Copyright Stefan Prodan © 2013-2015")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
Expand All @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.4.0.0")]
[assembly: AssemblyFileVersion("1.4.0.0")]
[assembly: AssemblyVersion("1.6.0.0")]
[assembly: AssemblyFileVersion("1.6.0.0")]
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>WebApiThrottle</AssemblyName>
<AssemblyName>LiquidThinking.WebApiThrottle</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
Expand Down

0 comments on commit b7ad3dc

Please sign in to comment.