Skip to content

Commit

Permalink
Readme and release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Young committed Nov 9, 2011
1 parent 1ae9fb0 commit 45a828e
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 15 deletions.
14 changes: 0 additions & 14 deletions README

This file was deleted.

10 changes: 10 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
QuickFIX/n Release Notes
========================

Welcome to QuickFIX/n
---------------------
QuickFIX/n is a .NET port of QuickFIX, an open source C++ FIX engine.

What's New
----------
* Initial release of QuickFIX/n
22 changes: 22 additions & 0 deletions RELEASE_README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
QuickFIX/n
==========

Introduction
============
QuickFIX/n implements the FIX protocol on .NET.
For more information, visit [http://www.quickfixn.org] (http://www.quickfixn.org)

Getting Started
===============
Copy bin/QuickFix.dll into your .NET project.

Then read the [documentation] (http://quickfixn.org/tutorial/creating-an-application)

File and Directory Information
==============================
* RELEASE_NOTES.md - release notes
* README - this file
* LICENSE - license information
* bin - Contains the QuickFix.dll library
* config - Contains sample config files for an acceptor or initiator
* spec - Contains the various FIX data dictionaries
3 changes: 2 additions & 1 deletion package_release.bat
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ copy QuickFIX.NET\bin\Release\QuickFix.dll tmp\%QF_DIR%\bin
xcopy spec tmp\%QF_DIR%\spec /e /y
copy config\sample_acceptor.cfg tmp\%QF_DIR%\config\
copy config\sample_initiator.cfg tmp\%QF_DIR%\config\
copy README tmp\%QF_DIR%\
copy RELEASE_README.md tmp\%QF_DIR%\README.md
copy LICENSE tmp\%QF_DIR%\
copy RELEASE_NOTES.md tmp\%QF_DIR%\

rem Create ZIP
set ZIP_NAME=%QF_DIR%.zip
Expand Down

0 comments on commit 45a828e

Please sign in to comment.