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
8aef1c9d
Commit
8aef1c9d
authored
6 years ago
by
areynold
Browse files
Options
Downloads
Patches
Plain Diff
add wildcard compatibility for future vs releases
parent
adf69ceb
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Beckman.Snippets/ReleaseNotes.txt
+6
-1
6 additions, 1 deletion
Beckman.Snippets/ReleaseNotes.txt
Beckman.Snippets/source.extension.vsixmanifest
+1
-1
1 addition, 1 deletion
Beckman.Snippets/source.extension.vsixmanifest
with
7 additions
and
2 deletions
Beckman.Snippets/ReleaseNotes.txt
+
6
−
1
View file @
8aef1c9d
...
@@ -21,4 +21,9 @@ Added release notes.
...
@@ -21,4 +21,9 @@ Added release notes.
## 1.2
## 1.2
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.
\ No newline at end of file
## In Progress
* Switch to NCSA license.
* Add wildcard compatibility for future VS releases.
This diff is collapsed.
Click to expand it.
Beckman.Snippets/source.extension.vsixmanifest
+
1
−
1
View file @
8aef1c9d
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
<Tags>
snippets
</Tags>
<Tags>
snippets
</Tags>
</Metadata>
</Metadata>
<Installation>
<Installation>
<InstallationTarget
Id=
"Microsoft.VisualStudio.Community"
Version=
"[14.0
]
"
/>
<InstallationTarget
Id=
"Microsoft.VisualStudio.Community"
Version=
"[14.0
,)
"
/>
</Installation>
</Installation>
<Dependencies>
<Dependencies>
<Dependency
Id=
"Microsoft.Framework.NDP"
DisplayName=
"Microsoft .NET Framework"
d:Source=
"Manual"
Version=
"[4.5,)"
/>
<Dependency
Id=
"Microsoft.Framework.NDP"
DisplayName=
"Microsoft .NET Framework"
d:Source=
"Manual"
Version=
"[4.5,)"
/>
...
...
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