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

Commit

Permalink
1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rogeralsing committed Oct 28, 2015
1 parent 6503aa2 commit 4226699
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
1 change: 1 addition & 0 deletions Microphone.Etcd/Microphone.Etcd.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
</ItemGroup>
<ItemGroup>
<None Include="build.bat" />
<None Include="Microphone.Etcd.nuspec" />
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
18 changes: 18 additions & 0 deletions Microphone.Etcd/Microphone.Etcd.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0"?>
<package >
<metadata>
<id>$id$</id>
<version>$version$</version>
<title>$title$</title>
<authors>$author$</authors>
<owners>$author$</owners>
<licenseUrl>https://github.com/rogeralsing/Microphone/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/rogeralsing/Microphone</projectUrl>
<iconUrl>http://icons.iconarchive.com/icons/pelfusion/long-shadow-media/512/Microphone-icon.png</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>$description$</description>
<releaseNotes>Initial release of Microphone microservice framework</releaseNotes>
<copyright>Copyright 2015</copyright>
<tags>Nancy WebApi Microservices Services ServiceDiscovery</tags>
</metadata>
</package>
5 changes: 3 additions & 2 deletions Microphone.Etcd/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Microphone.Etcd")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyDescription("Microservice framework with powerful service discovery using Consul")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyCompany("Roger Johansson")]
[assembly: AssemblyProduct("Microphone.Etcd")]
[assembly: AssemblyCopyright("Copyright © 2015")]
[assembly: AssemblyTrademark("")]
Expand All @@ -22,6 +22,7 @@
// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("f0f01fcb-d6f3-43d6-b522-b343be65fc11")]


// Version information for an assembly consists of the following four values:
//
// Major Version
Expand Down

0 comments on commit 4226699

Please sign in to comment.