Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
beckman.snippets
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
BeckmanComms
beckman.snippets
Commits
3beecccb
Commit
3beecccb
authored
6 years ago
by
areynold
Browse files
Options
Downloads
Patches
Plain Diff
correct vs 2019 prerequisite compatibility
parent
91ff650e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Beckman.Snippets/ReleaseNotes.txt
+5
-1
5 additions, 1 deletion
Beckman.Snippets/ReleaseNotes.txt
Beckman.Snippets/source.extension.vsixmanifest
+2
-2
2 additions, 2 deletions
Beckman.Snippets/source.extension.vsixmanifest
with
7 additions
and
3 deletions
Beckman.Snippets/ReleaseNotes.txt
+
5
−
1
View file @
3beecccb
...
@@ -23,9 +23,13 @@ Added release notes.
...
@@ -23,9 +23,13 @@ Added release notes.
Add IDisposable override for Controllers, which already implement IDisposable in the base class.
Add IDisposable override for Controllers, which already implement IDisposable in the base class.
##
In Progress
##
1.2.3
* Switch to NCSA license.
* Switch to NCSA license.
* Add wildcard compatibility for future VS releases.
* Add wildcard compatibility for future VS releases.
* Migrate to vs 15.0.
* Migrate to vs 15.0.
* Wrap IDisposable snippets in region.
* Wrap IDisposable snippets in region.
## 1.2.4
* Correct core editor compatibility for vs2019.
This diff is collapsed.
Click to expand it.
Beckman.Snippets/source.extension.vsixmanifest
+
2
−
2
View file @
3beecccb
<?xml version="1.0" encoding="utf-8"?>
<?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"
>
<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>
<Metadata>
<Identity
Id=
"Beckman.Snippets.Andrew Reynolds.554a17d5-acf8-469c-ad75-060f99bab879"
Version=
"1.2.
3
"
Language=
"en-US"
Publisher=
"Andrew Reynolds"
/>
<Identity
Id=
"Beckman.Snippets.Andrew Reynolds.554a17d5-acf8-469c-ad75-060f99bab879"
Version=
"1.2.
4
"
Language=
"en-US"
Publisher=
"Andrew Reynolds"
/>
<DisplayName>
Beckman Snippets
</DisplayName>
<DisplayName>
Beckman Snippets
</DisplayName>
<Description
xml:space=
"preserve"
>
Visual Studio code snippets commonly used in Beckman projects.
</Description>
<Description
xml:space=
"preserve"
>
Visual Studio code snippets commonly used in Beckman projects.
</Description>
<MoreInfo>
http://madskristensen.net/post/shipping-visual-studio-snippets-in-an-extension
</MoreInfo>
<MoreInfo>
http://madskristensen.net/post/shipping-visual-studio-snippets-in-an-extension
</MoreInfo>
...
@@ -19,6 +19,6 @@
...
@@ -19,6 +19,6 @@
<Asset
Type=
"Microsoft.VisualStudio.VsPackage"
d:Source=
"File"
Path=
"BeckmanSnippets.pkgdef"
/>
<Asset
Type=
"Microsoft.VisualStudio.VsPackage"
d:Source=
"File"
Path=
"BeckmanSnippets.pkgdef"
/>
</Assets>
</Assets>
<Prerequisites>
<Prerequisites>
<Prerequisite
Id=
"Microsoft.VisualStudio.Component.CoreEditor"
Version=
"[1
5.8.27729.1,16
.0)"
DisplayName=
"Visual Studio core editor"
/>
<Prerequisite
Id=
"Microsoft.VisualStudio.Component.CoreEditor"
Version=
"[1
4
.0
,
)"
DisplayName=
"Visual Studio core editor"
/>
</Prerequisites>
</Prerequisites>
</PackageManifest>
</PackageManifest>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment