Skip to content

Commit d1dd982

Browse files
committed
(build) Manually bumped version number
1 parent 3b0ecf8 commit d1dd982

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

src/source.extension.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ static class Vsix
1111
public const string Name = "Cake for Visual Studio";
1212
public const string Description = "Adds support for the Cake build tool in Visual Studio 2015. Includes support for the Task Runner Explorer, new templates and bootstrapping important Cake files.";
1313
public const string Language = "en-US";
14-
public const string Version = "0.1.1.0";
14+
public const string Version = "0.1.2.0";
1515
public const string Author = "Cake Build";
1616
public const string Tags = "cake, build";
1717
}

src/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<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">
33
<Metadata>
4-
<Identity Id="3cf9b016-d63f-44ee-849d-6f3efc996134" Version="0.1.1.0" Language="en-US" Publisher="Cake Build" />
4+
<Identity Id="3cf9b016-d63f-44ee-849d-6f3efc996134" Version="0.1.2.0" Language="en-US" Publisher="Cake Build" />
55
<DisplayName>Cake for Visual Studio</DisplayName>
66
<Description xml:space="preserve">Adds support for the Cake build tool in Visual Studio 2015. Includes support for the Task Runner Explorer, new templates and bootstrapping important Cake files.</Description>
77
<MoreInfo>https://github.com/cake-build/cake-vs</MoreInfo>

template/AddinTemplate/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
// You can specify all the values or you can default the Build and Revision Numbers
3131
// by using the '*' as shown below:
3232
// [assembly: AssemblyVersion("1.0.*")]
33-
[assembly: AssemblyVersion("0.1.1.0")]
34-
[assembly: AssemblyFileVersion("0.1.1.0")]
33+
[assembly: AssemblyVersion("0.1.2.0")]
34+
[assembly: AssemblyFileVersion("0.1.2.0")]

template/AddinTestBasicTemplate/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
// You can specify all the values or you can default the Build and Revision Numbers
3131
// by using the '*' as shown below:
3232
// [assembly: AssemblyVersion("1.0.*")]
33-
[assembly: AssemblyVersion("0.1.1.0")]
34-
[assembly: AssemblyFileVersion("0.1.1.0")]
33+
[assembly: AssemblyVersion("0.1.2.0")]
34+
[assembly: AssemblyFileVersion("0.1.2.0")]

template/AddinTestTemplate/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
// You can specify all the values or you can default the Build and Revision Numbers
3131
// by using the '*' as shown below:
3232
// [assembly: AssemblyVersion("1.0.*")]
33-
[assembly: AssemblyVersion("0.1.1.0")]
34-
[assembly: AssemblyFileVersion("0.1.1.0")]
33+
[assembly: AssemblyVersion("0.1.2.0")]
34+
[assembly: AssemblyFileVersion("0.1.2.0")]

template/ItemTemplate/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
// You can specify all the values or you can default the Build and Revision Numbers
3131
// by using the '*' as shown below:
3232
// [assembly: AssemblyVersion("1.0.*")]
33-
[assembly: AssemblyVersion("0.1.1.0")]
34-
[assembly: AssemblyFileVersion("0.1.1.0")]
33+
[assembly: AssemblyVersion("0.1.2.0")]
34+
[assembly: AssemblyFileVersion("0.1.2.0")]

template/ModuleTemplate/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
// You can specify all the values or you can default the Build and Revision Numbers
3131
// by using the '*' as shown below:
3232
// [assembly: AssemblyVersion("1.0.*")]
33-
[assembly: AssemblyVersion("0.1.1.0")]
34-
[assembly: AssemblyFileVersion("0.1.1.0")]
33+
[assembly: AssemblyVersion("0.1.2.0")]
34+
[assembly: AssemblyFileVersion("0.1.2.0")]

0 commit comments

Comments
 (0)