Skip to content

Commit

Permalink
Merge pull request #433 from valadas/release/1.1.0
Browse files Browse the repository at this point in the history
Released v1.1.0
  • Loading branch information
valadas committed Jan 11, 2022
2 parents e5d3962 + 32f0d56 commit bf6b959
Show file tree
Hide file tree
Showing 7 changed files with 67 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Eraware_Dnn_Spa_Ef_Di_Stencil/build/ProjectTemplate.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Nuke.Common" Version="5.3.0" />
<PackageReference Include="ReportGenerator" Version="5.0.0" />
<PackageReference Include="ReportGenerator" Version="5.0.2" />
<PackageReference Include="xunit.runner.console" Version="2.4.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
2 changes: 1 addition & 1 deletion Eraware_Dnn_Spa_Ef_Di_Stencil/module.web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"tsdoc": "tsc -d --emitDeclarationOnly ./src/services/services.ts && api-extractor run --local && api-documenter markdown -i temp -o tempmd"
},
"devDependencies": {
"@eraware/dnn-elements": "^0.10.1",
"@eraware/dnn-elements": "^0.11.0",
"@microsoft/api-documenter": "^7.13.49",
"@microsoft/api-extractor": "^7.18.9",
"@stencil/core": "^2.3.0",
Expand Down
17 changes: 11 additions & 6 deletions Eraware_Dnn_Templates.sln
Original file line number Diff line number Diff line change
@@ -1,26 +1,31 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29020.237
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Eraware_Dnn_Templates", "Eraware_Dnn_Templates\Eraware_Dnn_Templates.csproj", "{1AABA73D-8159-4BD7-BD86-F711E9BF8106}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Eraware_Dnn_Spa_Ef_Di_Stencil", "Eraware_Dnn_Spa_Ef_Di_Stencil\Eraware_Dnn_Spa_Ef_Di_Stencil.csproj", "{6C652B7C-F011-419E-B90D-F75AB49A8F4B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionItems", "{DC7C1D42-A25F-4B34-8DCB-B4869079B15A}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6C652B7C-F011-419E-B90D-F75AB49A8F4B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6C652B7C-F011-419E-B90D-F75AB49A8F4B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6C652B7C-F011-419E-B90D-F75AB49A8F4B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6C652B7C-F011-419E-B90D-F75AB49A8F4B}.Release|Any CPU.Build.0 = Release|Any CPU
{1AABA73D-8159-4BD7-BD86-F711E9BF8106}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1AABA73D-8159-4BD7-BD86-F711E9BF8106}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1AABA73D-8159-4BD7-BD86-F711E9BF8106}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1AABA73D-8159-4BD7-BD86-F711E9BF8106}.Release|Any CPU.Build.0 = Release|Any CPU
{6C652B7C-F011-419E-B90D-F75AB49A8F4B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6C652B7C-F011-419E-B90D-F75AB49A8F4B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6C652B7C-F011-419E-B90D-F75AB49A8F4B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6C652B7C-F011-419E-B90D-F75AB49A8F4B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
4 changes: 4 additions & 0 deletions Eraware_Dnn_Templates/Eraware_Dnn_Templates.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@
</ItemGroup>
<ItemGroup>
<None Include="key.snk" />
<Content Include="LICENSE">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<None Include="source.extension.vsixmanifest">
<SubType>Designer</SubType>
</None>
Expand Down
20 changes: 20 additions & 0 deletions Eraware_Dnn_Templates/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
MIT License

Copyright (c) 2022 Daniel Valadas

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CON
14 changes: 10 additions & 4 deletions Eraware_Dnn_Templates/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="Eraware_Dnn_Templates.e12cae32-028f-413c-85f0-b294a18224bf" Version="1.0.2" Language="en-US" Publisher="Daniel Valadas" />
<Identity Id="Eraware_Dnn_Templates.e12cae32-028f-413c-85f0-b294a18224bf" Version="1.1.0" Language="en-US" Publisher="Daniel Valadas" />
<DisplayName>Eraware_Dnn_Templates</DisplayName>
<Description xml:space="preserve">Eraware Dnn templates</Description>
<Description xml:space="preserve">A WebAPI/WebComponents module template for DNN extensions.</Description>
<License>LICENSE</License>
<GettingStartedGuide>https://github.com/valadas/Eraware_Dnn_Templates#readme</GettingStartedGuide>
<Icon>Eraware.ico</Icon>
<Tags>dnn</Tags>
</Metadata>
<Installation>
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[16.0, 17.0)" />
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[16.0, 18.0)">
<ProductArchitecture>amd64</ProductArchitecture>
</InstallationTarget>
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
Expand All @@ -17,6 +22,7 @@
<Asset Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="Project" d:ProjectName="Eraware_Dnn_Spa_Ef_Di_Stencil" d:TargetPath="|Eraware_Dnn_Spa_Ef_Di_Stencil;TemplateProjectOutputGroup|" Path="ProjectTemplates" d:VsixSubPath="ProjectTemplates" />
</Assets>
<Prerequisites>
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[16.0,17.0)" DisplayName="Visual Studio core editor" />
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[16.0,18.0)" DisplayName="Visual Studio core editor" />
<Prerequisite Id="Microsoft.VisualStudio.Component.TypeScript.SDK.4.4" Version="[17.0.31804.368,18.0)" DisplayName="TypeScript 4.4 SDK" />
</Prerequisites>
</PackageManifest>
20 changes: 20 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
MIT License

Copyright (c) 2022 Daniel Valadas

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CON

0 comments on commit bf6b959

Please sign in to comment.