XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet

XFEExtension.NetCore.VSIX

【VSIX】XFEExtension的Visual Studio扩展

公开
关注 0 Fork 0 Star 0
返回提交历史

XFEstudio/XFEExtension.NetCore.VSIX

fix-static modifyer for vm code snippest

fec2b45
XFE工作室室长 <mail@xfegzs.com>
提交于

代码差异

3 个文件 +4 -4
Modified XFEExtension.NetCore.VSIX/ReleaseNotes.txt +2 -2
@@ -1,5 +1,5 @@
1 Fix: change the sta staa staafull to stp stpa stpafull
1 Fix: fix static modifyer for vm code snippest
2 2
3 3 Change: None
4 4
5 Add: Add vm code snip, so that you can add a ViewModel to the current class quickly
5 Add: None
Modified XFEExtension.NetCore.VSIX/XFEExtension CodeSnippets/XFEExtension CSharp/vm.snippet +1 -1
@@ -40,7 +40,7 @@
40 40 </Literal>
41 41 </Declarations>
42 42 <Code Language="csharp">
43 <![CDATA[public static $classname$$viewmodelname$ $name$ {$get$; $set$;}$end$]]>
43 <![CDATA[public $classname$$viewmodelname$ $name$ {$get$; $set$;}$end$]]>
44 44 </Code>
45 45 </Snippet>
46 46 </CodeSnippet>
Modified XFEExtension.NetCore.VSIX/source.extension.vsixmanifest +1 -1
@@ -1,7 +1,7 @@
1 1 <?xml version="1.0" encoding="utf-8"?>
2 2 <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">
3 3 <Metadata>
4 <Identity Id="XFEExtension.NetCore.VSIX.26e90afd-9260-4229-819a-61538e0198f7" Version="0.2.2" Language="zh-CN" Publisher="XFEstudio" />
4 <Identity Id="XFEExtension.NetCore.VSIX.26e90afd-9260-4229-819a-61538e0198f7" Version="0.2.3" Language="zh-CN" Publisher="XFEstudio" />
5 5 <DisplayName>XFEExtension.NetCore.VSIX</DisplayName>
6 6 <Description xml:space="preserve">A Extension VSIX package based on the XFEExtenison.NetCore Nuget Package</Description>
7 7 <License>LICENSE.txt</License>