diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json new file mode 100644 index 0000000..9cbc43a --- /dev/null +++ b/.config/dotnet-tools.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "isRoot": true, + "tools": { + "dotnet-ef": { + "version": "7.0.0", + "commands": [ + "dotnet-ef" + ] + }, + "microsoft.web.librarymanager.cli": { + "version": "2.1.175", + "commands": [ + "libman" + ] + } + } +} \ No newline at end of file diff --git a/Directory.Build.props b/Directory.Build.props index 7cdf213..a132755 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -42,7 +42,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tag-it.bat b/tag-it.bat index d574389..fbeb9be 100644 --- a/tag-it.bat +++ b/tag-it.bat @@ -1,3 +1,3 @@ -git tag -a 7.0.100.1401.08.18 -m "V 7.0.100.1401.08.18" +git tag -a 7.0.100.1401.08.19 -m "V 7.0.100.1401.08.19" git push --follow-tags pause \ No newline at end of file