Skip to content

Commit

Permalink
Set version 0.0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Wayne Gu committed Jun 29, 2016
1 parent 8189688 commit 2b381a1
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion nuget/HttpLibrary.Net.Core.nuspec
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>HttpLibrary.Net.Core-PCL</id>
<version>0.0.4</version>
<version>0.0.5</version>
<title>HttpLibrary.Net PCL</title>
<authors>Wayne Gu</authors>
<owners>Wayne Gu</owners>
Expand Down
4 changes: 2 additions & 2 deletions nuget/HttpLibrary.Net.nuspec
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>HttpLibrary.Net-PCL</id>
<version>0.0.4</version>
<version>0.0.5</version>
<title>HttpLibrary.Net PCL</title>
<authors>Wayne Gu</authors>
<owners>Wayne Gu</owners>
Expand All @@ -17,7 +17,7 @@
<tags>network http web request response ios android windows uwp xamarin monotouch monodroid win32 windowsphone wp8.1</tags>
<dependencies>
<group>
<dependency id="HttpLibrary.Net.Core-PCL" version="0.0.4"/>
<dependency id="HttpLibrary.Net.Core-PCL" version="0.0.5"/>
</group>
</dependencies>
</metadata>
Expand Down
4 changes: 2 additions & 2 deletions nuget/upload.bat
@@ -1,2 +1,2 @@
..\.nuget\nuget push output\HttpLibrary.Net.Core-PCL.0.0.4.nupkg
..\.nuget\nuget push output\HttpLibrary.Net-PCL.0.0.4.nupkg
..\.nuget\nuget push output\HttpLibrary.Net.Core-PCL.0.0.5.nupkg
..\.nuget\nuget push output\HttpLibrary.Net-PCL.0.0.5.nupkg
4 changes: 2 additions & 2 deletions src/HttpLibrary.Net/Properties/AssemblyInfo.cs
Expand Up @@ -26,5 +26,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.0.4.0")]
[assembly: AssemblyFileVersion("0.0.4.0")]
[assembly: AssemblyVersion("0.0.5.0")]
[assembly: AssemblyFileVersion("0.0.5.0")]
4 changes: 2 additions & 2 deletions src/HttpLibrary.Platform.Android/Properties/AssemblyInfo.cs
Expand Up @@ -26,5 +26,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.0.4.0")]
[assembly: AssemblyFileVersion("0.0.4.0")]
[assembly: AssemblyVersion("0.0.5.0")]
[assembly: AssemblyFileVersion("0.0.5.0")]
4 changes: 2 additions & 2 deletions src/HttpLibrary.Platform.UWP/Properties/AssemblyInfo.cs
Expand Up @@ -24,6 +24,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.0.4.0")]
[assembly: AssemblyFileVersion("0.0.4.0")]
[assembly: AssemblyVersion("0.0.5.0")]
[assembly: AssemblyFileVersion("0.0.5.0")]
[assembly: ComVisible(false)]
4 changes: 2 additions & 2 deletions src/HttpLibrary.Platform.Win32/Properties/AssemblyInfo.cs
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.0.4.0")]
[assembly: AssemblyFileVersion("0.0.4.0")]
[assembly: AssemblyVersion("0.0.5.0")]
[assembly: AssemblyFileVersion("0.0.5.0")]
4 changes: 2 additions & 2 deletions src/HttpLibrary.Platform.Win8.1/Properties/AssemblyInfo.cs
Expand Up @@ -26,5 +26,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.0.4.0")]
[assembly: AssemblyFileVersion("0.0.4.0")]
[assembly: AssemblyVersion("0.0.5.0")]
[assembly: AssemblyFileVersion("0.0.5.0")]
4 changes: 2 additions & 2 deletions src/HttpLibrary.Platform.iOS/Properties/AssemblyInfo.cs
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.0.4.0")]
[assembly: AssemblyFileVersion("0.0.4.0")]
[assembly: AssemblyVersion("0.0.5.0")]
[assembly: AssemblyFileVersion("0.0.5.0")]

0 comments on commit 2b381a1

Please sign in to comment.