Skip to content

Commit

Permalink
Added NuGet packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
artema committed Nov 29, 2015
1 parent 9d0f0c2 commit 3b5f199
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 2 deletions.
Binary file removed Src/DotAmf.Wcf/DotAmf.Wcf.nupkg
Binary file not shown.
19 changes: 19 additions & 0 deletions Src/DotAmf.Wcf/DotAmf.Wcf.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>DotAmf.Wcf</id>
<version>1.0.0</version>
<title>AMF WCF</title>
<authors>Artem Abashev</authors>
<projectUrl>https://github.com/artema/DotAmf</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Action Message Format (AMF) WCF binding.</description>
<dependencies>
<dependency id="DotAmf" version="1.0.0" />
</dependencies>
</metadata>
<files>
<file src="bin\Release\DotAmf.Wcf.dll" target="lib\net40\DotAmf.Wcf.dll" />
<file src="bin\Release\DotAmf.Wcf.pdb" target="lib\net40\DotAmf.Wcf.pdb" />
</files>
</package>
Binary file removed Src/DotAmf/DotAmf.nupkg
Binary file not shown.
16 changes: 16 additions & 0 deletions Src/DotAmf/DotAmf.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>DotAmf</id>
<version>1.0.4</version>
<title>DotAmf</title>
<authors>Artem Abashev</authors>
<projectUrl>https://github.com/artema/DotAmf</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Action Message Format (AMF) serializer.</description>
</metadata>
<files>
<file src="bin\Release\DotAmf.dll" target="lib\net40-client\DotAmf.dll" />
<file src="bin\Release\DotAmf.pdb" target="lib\net40-client\DotAmf.pdb" />
</files>
</package>
4 changes: 2 additions & 2 deletions Src/DotAmf/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
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("1.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]
[assembly: AssemblyVersion("1.0.4.0")]
[assembly: AssemblyFileVersion("1.0.4.0")]

0 comments on commit 3b5f199

Please sign in to comment.