Skip to content
This repository has been archived by the owner on Jul 9, 2020. It is now read-only.

Commit

Permalink
1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rogeralsing committed Oct 18, 2015
1 parent c8d55d8 commit b6264d1
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 11 deletions.
1 change: 1 addition & 0 deletions Microphone.Core/Microphone.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
<Compile Include="ServiceInformation.cs" />
</ItemGroup>
<ItemGroup>
<None Include="build.bat" />
<None Include="Microphone.Core.nuspec" />
<None Include="packages.config" />
</ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions Microphone.Core/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
2 changes: 1 addition & 1 deletion Microphone.Core/build.bat
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions Microphone.Nancy/Microphone.Nancy.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="build.bat" />
<None Include="Microphone.Nancy.nuspec" />
<None Include="packages.config" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Microphone.Nancy/Microphone.Nancy.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<copyright>Copyright 2015</copyright>
<tags>Nancy WebApi Microservices Services ServiceDiscovery</tags>
<dependencies>
<dependency id="Microphone.Core" version="0.1.0.0" />
<dependency id="Microphone.Core" version="0.1.3.0" />
</dependencies>
</metadata>
</package>
4 changes: 2 additions & 2 deletions Microphone.Nancy/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
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.1.2.0")]
[assembly: AssemblyFileVersion("0.1.2.0")]
[assembly: AssemblyVersion("0.1.3.0")]
[assembly: AssemblyFileVersion("0.1.3.0")]
2 changes: 1 addition & 1 deletion Microphone.Nancy/build.bat
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions Microphone.WebApi/Microphone.WebApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="build.bat" />
<None Include="Microphone.WebApi.nuspec" />
<None Include="packages.config" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Microphone.WebApi/Microphone.WebApi.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<copyright>Copyright 2015</copyright>
<tags>Nancy WebApi Microservices Services ServiceDiscovery</tags>
<dependencies>
<dependency id="Microphone.Core" version="0.1.0.0" />
<dependency id="Microphone.Core" version="0.1.3.0" />
</dependencies>
</metadata>
</package>
4 changes: 2 additions & 2 deletions Microphone.WebApi/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
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.1.2.0")]
[assembly: AssemblyFileVersion("0.1.2.0")]
[assembly: AssemblyVersion("0.1.3.0")]
[assembly: AssemblyFileVersion("0.1.3.0")]
2 changes: 1 addition & 1 deletion Microphone.WebApi/build.bat
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit b6264d1

Please sign in to comment.