Skip to content

Commit aa1765e

Browse files
author
Highlander Paiva
committed
refactoring directory
1 parent 6f7d698 commit aa1765e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+42
-10
lines changed

AspDotnetVueJs.nuspec

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,24 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
33
<metadata>
4-
<id>AspDotnetVueJs</id>
4+
<id>aspdotnet-vuejs</id>
55
<authors>Highlander Paiva</authors>
6-
<owner>hvpaiva</owner>
6+
<owners>hvpaiva</owners>
77
<description>
88
Template for ASP.NET Core 2.2 WebApi + Vue.js Client app with webpack and hot reloading
99
</description>
1010
<packageTypes>
1111
<packageType name="Template" />
1212
</packageTypes>
13-
<version>{{version}}</version>
13+
<version>2.0.0</version>
1414
<!--<iconUrl></iconUrl>-->
1515
<projectUrl>https://github.com/hvpaiva/aspdotnet-vuejs</projectUrl>
1616
<licenseUrl>https://github.com/hvpaiva/aspdotnet-vuejs/blob/master/LICENSE</licenseUrl>
17+
<tags>web template vuejs aspnet dotnet webapi vuex elementui</tags>
1718
</metadata>
1819
<files>
1920
<file
20-
src="AspDotnetVueJs/**/*"
21+
src="content/**/*"
2122
exclude="**/node_modules/**;**/package-lock.json;**/bin/**;**/obj/**;**/.vs/**;**/.vscode/**;**/wwwroot/**"
2223
target="Content" />
2324
</files>

AspDotnetVueJs.sln

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AspDotnetVueJS", "AspDotnetVueJS\AspDotnetVueJS.csproj", "{E69061E8-BA30-421E-898D-1B0029663384}"
3+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AspDotnetVueJS", "content\AspDotnetVueJS.csproj", "{E2812626-E5B5-4CE3-AC7F-D07E231BCBD9}"
44
EndProject
55
Global
66
GlobalSection(SolutionConfigurationPlatforms) = preSolution
77
Debug|Any CPU = Debug|Any CPU
88
Release|Any CPU = Release|Any CPU
99
EndGlobalSection
1010
GlobalSection(ProjectConfigurationPlatforms) = postSolution
11-
{E69061E8-BA30-421E-898D-1B0029663384}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
12-
{E69061E8-BA30-421E-898D-1B0029663384}.Debug|Any CPU.Build.0 = Debug|Any CPU
13-
{E69061E8-BA30-421E-898D-1B0029663384}.Release|Any CPU.ActiveCfg = Release|Any CPU
14-
{E69061E8-BA30-421E-898D-1B0029663384}.Release|Any CPU.Build.0 = Release|Any CPU
11+
{E2812626-E5B5-4CE3-AC7F-D07E231BCBD9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
12+
{E2812626-E5B5-4CE3-AC7F-D07E231BCBD9}.Debug|Any CPU.Build.0 = Debug|Any CPU
13+
{E2812626-E5B5-4CE3-AC7F-D07E231BCBD9}.Release|Any CPU.ActiveCfg = Release|Any CPU
14+
{E2812626-E5B5-4CE3-AC7F-D07E231BCBD9}.Release|Any CPU.Build.0 = Release|Any CPU
1515
EndGlobalSection
1616
EndGlobal

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
image: Visual Studio 2017
22

3-
version: 1.0.{build}
3+
version: 2.0.{build}
44

55
install:
66
# - ps: (new-object Net.WebClient).DownloadString("https://raw.github.com/madskristensen/ExtensionScripts/master/AppVeyor/vsix.ps1") | iex
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)