Skip to content

Commit 256f36a

Browse files
committed
Version bump to 0.5.2
1 parent 268c05d commit 256f36a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/Squirrel.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
4-
<version>0.5.1</version>
4+
<version>0.5.2</version>
55
<authors>GitHub</authors>
66
<owners>Paul Betts</owners>
77
<licenseUrl>https://github.com/squirrel/Squirrel.Windows/blob/master/COPYING</licenseUrl>

src/Squirrel/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("0.5.1")]
36-
[assembly: AssemblyFileVersion("0.5.1")]
35+
[assembly: AssemblyVersion("0.5.2")]
36+
[assembly: AssemblyFileVersion("0.5.2")]
3737
[assembly: InternalsVisibleTo("Squirrel.Tests")]
3838
[assembly: InternalsVisibleTo("Update")]

src/Update/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("0.5.1")]
36-
[assembly: AssemblyFileVersion("0.5.1")]
35+
[assembly: AssemblyVersion("0.5.2")]
36+
[assembly: AssemblyFileVersion("0.5.2")]
3737
[assembly: AssemblyMetadata("SquirrelAwareVersion", "1")]

0 commit comments

Comments
 (0)