Skip to content

Commit

Permalink
Bumping version number to 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarsouza committed May 24, 2021
1 parent 8cf9659 commit cf416e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/DynamicVML.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
<Company />
<Product>Dynamic View-Model Lists</Product>
<Description>This library provides a special type of List&lt;T&gt; that can be used to create dynamic lists in ASP.NET MVC views, i.e. lists where the user can click "add new item" and the server renders a new list item using Ajax.</Description>
<Copyright>2020 (c) César Roberto de Souza</Copyright>
<Copyright>2021 (c) César Roberto de Souza</Copyright>
<PackageTags>aspnetcore library ajax viewmodel lists dynamiclists</PackageTags>
<PackageProjectUrl>https://dynamic-vml.github.io/</PackageProjectUrl>
<RepositoryUrl>https://github.com/dynamic-vml/dvml.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageIcon>dvml.png</PackageIcon>
<AssemblyName>DynamicVML</AssemblyName>
<Version>1.4.0</Version>
<Version>1.5.0</Version>

<!-- Razor <-> MVC options -->
<AddRazorSupportForMvc>true</AddRazorSupportForMvc>
Expand Down

0 comments on commit cf416e6

Please sign in to comment.