Skip to content

Commit

Permalink
AU: 1 updated - asp-net-mvc-boilerplate
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jun 14, 2018
1 parent da661f7 commit 6a3317c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
5 changes: 5 additions & 0 deletions automatic/asp-net-mvc-boilerplate/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# ![ASP.NET MVC Boilerplate Changelog](https://img.shields.io/badge/ASP.NET%20MVC%20Boilerplate-Package%20Changelog-blue.svg?style=for-the-badge)

## Version: 6.2.0.28901 (2018-06-14)
- **ENHANCEMENT:** Use chocolatey-visualstudio.extension to add install ability for latest visual studio versions. [#15](https://github.com/AdmiringWorm/chocolatey-packages/issues/15)
- **FEATURE:** Added ability to remove extension
- **FEATURE:** Added support for Visual Studio 2017

## Version: 6.2.0.289 (2017-07-24)
- Added changelog for package
- Extracted Description to its own file
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<!-- Read this before publishing packages to chocolatey.org: https://github.com/chocolatey/chocolatey/wiki/CreatePackages -->
<id>asp-net-mvc-boilerplate</id>
<version>6.2.0.28900</version>
<version>6.2.0.28901</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/asp-net-mvc-boilerplate</packageSourceUrl>
<owners>AdmiringWorm</owners>
<title>ASP.NET MVC Boilerplate</title>
Expand All @@ -20,8 +20,7 @@
<summary>A professional ASP.NET MVC template for building secure, fast, robust and adaptable
web applications or sites. It provides the minimum amount of code required on top of
the default MVC template provided by Microsoft.</summary>
<description>
A professional ASP.NET MVC template for building secure, fast, robust and adaptable web applications or sites. It provides the minimum of code required on top of the default MVC template provided by Microsoft. Find out more at [RehanSaeed.com](http://rehansaeed.com/asp-net-mvc-boilerplate/), [Github](https://github.com/RehanSaeed/ASP.NET-MVC-Boilerplate) or at [The Open Web Security Project (OWASP)](https://www.owasp.org/index.php/OWASP_ASP.NET_MVC_Boilerplate_Project). You can also follow me on Twitter at [@RehanSaeedUK](https://twitter.com/rehansaeeduk).
<description><![CDATA[A professional ASP.NET MVC template for building secure, fast, robust and adaptable web applications or sites. It provides the minimum of code required on top of the default MVC template provided by Microsoft. Find out more at [RehanSaeed.com](http://rehansaeed.com/asp-net-mvc-boilerplate/), [Github](https://github.com/RehanSaeed/ASP.NET-MVC-Boilerplate) or at [The Open Web Security Project (OWASP)](https://www.owasp.org/index.php/OWASP_ASP.NET_MVC_Boilerplate_Project). You can also follow me on Twitter at [@RehanSaeedUK](https://twitter.com/rehansaeeduk).
The main benefits of using this template are:
- Security
Expand All @@ -35,7 +34,7 @@ The main benefits of using this template are:
- Atom Feed
- Search
- Social Media Support
</description>
]]></description>
<releaseNotes>
[Package Changelog](https://github.com/AdmiringWorm/chocolatey-packages/blob/master/automatic/asp-net-mvc-boilerplate/Changelog.md)
</releaseNotes>
Expand Down
2 changes: 1 addition & 1 deletion automatic/asp-net-mvc-boilerplate/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ in verifying that this package's contents are trustworthy.
The extension has been downloaded from visual studio gallery <https://marketplace.visualstudio.com/items?itemName=RehanSaeed.ASPNETMVCBoilerplate>
and can be verified like this:

1. Download <https://rehansaeed.gallerycdn.vsassets.io/extensions/rehansaeed/aspnetmvcboilerplate/6.2.0.289/1500826210774/148517/119/ASP.NET%20MVC%20Boilerplate.vsix>
1. Download <https://rehansaeed.gallerycdn.vsassets.io/extensions/rehansaeed/aspnetmvcboilerplate/6.2.0.289/1528879213404/148517/119/ASP.NET-MVC-Boilerplate.vsix>
2. Then use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition

$parameters = @{
PackageName = $env:ChocolateyPackageName
File = "$toolsPath\"
File = "$toolsPath\asp-net-mvc-boilerplate.vsix"
}

Install-VisualStudioVsixExtension @parameters

0 comments on commit 6a3317c

Please sign in to comment.