diff --git a/Microphone.Core/Microphone.Core.csproj b/Microphone.Core/Microphone.Core.csproj index d1c4f83..404219a 100644 --- a/Microphone.Core/Microphone.Core.csproj +++ b/Microphone.Core/Microphone.Core.csproj @@ -63,6 +63,7 @@ + diff --git a/Microphone.Core/Properties/AssemblyInfo.cs b/Microphone.Core/Properties/AssemblyInfo.cs index fc63403..985d530 100644 --- a/Microphone.Core/Properties/AssemblyInfo.cs +++ b/Microphone.Core/Properties/AssemblyInfo.cs @@ -33,5 +33,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.1.2.0")] -[assembly: AssemblyFileVersion("0.1.2.0")] +[assembly: AssemblyVersion("0.1.3.0")] +[assembly: AssemblyFileVersion("0.1.3.0")] diff --git a/Microphone.Core/build.bat b/Microphone.Core/build.bat index 16ff470..ef021c6 100644 --- a/Microphone.Core/build.bat +++ b/Microphone.Core/build.bat @@ -1,3 +1,3 @@ del *.nupkg nuget pack Microphone.Core.csproj -IncludeReferencedProjects -Prop Configuration=Release -nuget push Microphone.Core.0.1.2.0.nupkg +nuget push Microphone.Core.0.1.3.0.nupkg diff --git a/Microphone.Nancy/Microphone.Nancy.csproj b/Microphone.Nancy/Microphone.Nancy.csproj index b1d6402..7c39c40 100644 --- a/Microphone.Nancy/Microphone.Nancy.csproj +++ b/Microphone.Nancy/Microphone.Nancy.csproj @@ -65,6 +65,7 @@ + diff --git a/Microphone.Nancy/Microphone.Nancy.nuspec b/Microphone.Nancy/Microphone.Nancy.nuspec index a33f796..f0a112c 100644 --- a/Microphone.Nancy/Microphone.Nancy.nuspec +++ b/Microphone.Nancy/Microphone.Nancy.nuspec @@ -15,7 +15,7 @@ Copyright 2015 Nancy WebApi Microservices Services ServiceDiscovery - + \ No newline at end of file diff --git a/Microphone.Nancy/Properties/AssemblyInfo.cs b/Microphone.Nancy/Properties/AssemblyInfo.cs index 92b5e29..132e419 100644 --- a/Microphone.Nancy/Properties/AssemblyInfo.cs +++ b/Microphone.Nancy/Properties/AssemblyInfo.cs @@ -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.1.2.0")] -[assembly: AssemblyFileVersion("0.1.2.0")] +[assembly: AssemblyVersion("0.1.3.0")] +[assembly: AssemblyFileVersion("0.1.3.0")] diff --git a/Microphone.Nancy/build.bat b/Microphone.Nancy/build.bat index b1d0cb8..2ca8e34 100644 --- a/Microphone.Nancy/build.bat +++ b/Microphone.Nancy/build.bat @@ -1,3 +1,3 @@ del *.nupkg nuget pack Microphone.Nancy.csproj -IncludeReferencedProjects -Prop Configuration=Release -nuget push Microphone.Nancy.0.1.2.0.nupkg +nuget push Microphone.Nancy.0.1.3.0.nupkg diff --git a/Microphone.WebApi/Microphone.WebApi.csproj b/Microphone.WebApi/Microphone.WebApi.csproj index 17402bf..0bae799 100644 --- a/Microphone.WebApi/Microphone.WebApi.csproj +++ b/Microphone.WebApi/Microphone.WebApi.csproj @@ -62,6 +62,7 @@ + diff --git a/Microphone.WebApi/Microphone.WebApi.nuspec b/Microphone.WebApi/Microphone.WebApi.nuspec index a33f796..f0a112c 100644 --- a/Microphone.WebApi/Microphone.WebApi.nuspec +++ b/Microphone.WebApi/Microphone.WebApi.nuspec @@ -15,7 +15,7 @@ Copyright 2015 Nancy WebApi Microservices Services ServiceDiscovery - + \ No newline at end of file diff --git a/Microphone.WebApi/Properties/AssemblyInfo.cs b/Microphone.WebApi/Properties/AssemblyInfo.cs index bbc98dc..2416f66 100644 --- a/Microphone.WebApi/Properties/AssemblyInfo.cs +++ b/Microphone.WebApi/Properties/AssemblyInfo.cs @@ -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.1.2.0")] -[assembly: AssemblyFileVersion("0.1.2.0")] +[assembly: AssemblyVersion("0.1.3.0")] +[assembly: AssemblyFileVersion("0.1.3.0")] diff --git a/Microphone.WebApi/build.bat b/Microphone.WebApi/build.bat index 19078b3..fcbdf2e 100644 --- a/Microphone.WebApi/build.bat +++ b/Microphone.WebApi/build.bat @@ -1,3 +1,3 @@ del *.nupkg nuget pack Microphone.WebApi.csproj -IncludeReferencedProjects -Prop Configuration=Release -nuget push Microphone.WebApi.0.1.2.0.nupkg +nuget push Microphone.WebApi.0.1.3.0.nupkg