Skip to content

Commit

Permalink
Release Messaging.Models v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
exalted committed Jul 13, 2015
1 parent 3745abf commit fd2f941
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions Apexnet.Messaging.Models.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Apexnet.Messaging.Models</id>
<version>0.1.1</version>
<authors>Ali Servet Donmez</authors>
<projectUrl>https://github.com/apex-net/fabio</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Messaging Models Library</description>
</metadata>
<files>
<file src="src\Messaging.Models\bin\Release\Apexnet.Messaging.Models.dll" target="lib\net45\Apexnet.Messaging.Models.dll" />
</files>
</package>
2 changes: 1 addition & 1 deletion src/Messaging.Models/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("1.0.0.0")]
[assembly: AssemblyVersion("0.1.1.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]

0 comments on commit fd2f941

Please sign in to comment.