Skip to content

Commit 0e5e7c1

Browse files
committed
Updated nuget packages to v1.1.1
1 parent 654db41 commit 0e5e7c1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

TagHelperSamples/src/TagHelperSamples.Bootstrap/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.1.0.0",
2+
"version": "1.1.1.0",
33
"title": "TagHelperSamples.Bootstrap",
44
"description": "ASP.NET Core MVC Tag Helpers for Bootstrap. These allow you to easily create Bootstrap component like Progress Bars, Modals and Alerts",
55
"authors": [ "David Paquette", "Rick Strahl", "Rick Anderson" ],

TagHelperSamples/src/TagHelperSamples.GenFu/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.1.0.0",
2+
"version": "1.1.1.0",
33
"description": "TagHelperSamples.GenFu",
44
"authors": [ "David Paquette", "James Chambers" ],
55
"packOptions": {

TagHelperSamples/src/TagHelperSamples.Markdown/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.1.0.0",
2+
"version": "1.1.1.0",
33
"title": "TagHelperSamples.Markdown",
44
"description": "A Tag Helper that dynamically converts Markdown to HTML. Allows you to write Markdown in your razor pages.",
55
"authors": [ "David Paquette", "Maxime Rouiller" ],

0 commit comments

Comments
 (0)