Skip to content

Commit

Permalink
Added new projects
Browse files Browse the repository at this point in the history
  • Loading branch information
DougHennig committed Sep 24, 2018
1 parent 7f9baf5 commit f57cf7f
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions _data/projects.json
Expand Up @@ -77,6 +77,12 @@
"description": "Library for displaying and setting cursor and connection properties",
"state": "Production release"
},
{
"project": "DBC Low Level Functions",
"url": "https://github.com/VFPX/DBCLowLevelFunctions",
"description": "A library for reading and writing values of all properties and objects without opening a database with OPEN DATABASE",
"state": "Production release"
},
{
"project": "EnvironmentManager",
"url": "https://github.com/VFPX/EnvironmentManager",
Expand Down Expand Up @@ -197,6 +203,12 @@
"description": "Extensions to native Intellisense for field names, properties, local variables, and constants.",
"state": "Production release"
},
{
"project": "Log4VFP",
"url": "https://github.com/VFPX/Log4VFP",
"description": "Provides a VFP wrapper for the Log4NET diagnostic logging library",
"state": "Production release"
},
{
"project": "MemberDataEditor",
"url": "https://github.com/VFPX/MemberDataEditor",
Expand Down
12 changes: 12 additions & 0 deletions _posts/2018-09-24-new-projects.markdown
@@ -0,0 +1,12 @@
---
layout: post
title: "New Projects"
date: 2018-09-24 11:30:00 -0500
categories: vfpx update
---

There are two new VFPX projects available.

The new [DBC Low Level Functions](https://github.com/VFPX/DBCLowLevelFunctions) project is a library for reading and writing values of all properties and objects without opening a database with OPEN DATABASE.

The new [Log4VFP](https://github.com/VFPX/Log4VFP) project provides a VFP wrapper for the Log4NET diagnostic logging library, allowing you to easily add advanced logging features to your applications.

0 comments on commit f57cf7f

Please sign in to comment.