File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ internal static class PluginInfo
3535 /// Version of the plugin. Must be in form <major>.<minor>.<build>.<revision>.
3636 /// Major and minor versions are mandatory, but build and revision can be left unspecified.
3737 /// </summary>
38- public const string PLUGIN_VERSION = "0.3.0 " ;
38+ public const string PLUGIN_VERSION = "0.3.1 " ;
3939
4040 public static string PLUGIN_SHORT_SHA = new string ( FileVersionInfo . GetVersionInfo ( Assembly . GetExecutingAssembly ( ) . Location ) . ProductVersion . Split ( '+' ) [ 1 ] . Take ( 7 ) . ToArray ( ) ) ;
4141
Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json" ,
33
4- "version" : " 0.1" ,
4+ "version" : " 0.3. 1" ,
55
66 "publicReleaseRefSpec" : [
77 " ^refs/heads/master$"
You can’t perform that action at this time.
0 commit comments