File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,6 @@ namespace BuildVision
8
8
{
9
9
public class BuildVisionVersion
10
10
{
11
- public const string PackageVersion = "2.0.0 " ;
11
+ public const string PackageVersion = "2.0.1 " ;
12
12
}
13
13
}
Original file line number Diff line number Diff line change 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 Version =" 2.0.0 " Id =" 837c3c3b-8382-4839-9c9a-807b758a929f" Language =" en-US" Publisher =" Stefan Kert" />
4
+ <Identity Version =" 2.0.1 " Id =" 837c3c3b-8382-4839-9c9a-807b758a929f" Language =" en-US" Publisher =" Stefan Kert" />
5
5
<DisplayName >BuildVision</DisplayName >
6
6
<Description xml : space =" preserve" >Building process visualization.</Description >
7
7
<MoreInfo >https://github.com/StefanKert/BuildVision</MoreInfo >
Original file line number Diff line number Diff line change 1
- version : 2.0.0 .{build}
1
+ version : 2.0.1 .{build}
2
2
configuration : Release
3
3
os : Visual Studio 2017
4
4
@@ -22,4 +22,4 @@ deploy:
22
22
prerelease : true
23
23
force_update : true
24
24
on :
25
- appveyor_repo_tag : true
25
+ appveyor_repo_tag : true
You can’t perform that action at this time.
0 commit comments