Skip to content

Releases: bt-skyrise/Postgres2Go

v0.3.0

28 Feb 18:40
02ce0bf
Compare
Choose a tag to compare

#36 Fix: linux pg setup includes recreation of symbolic links
#35 Print whole output of Postgres process
#34 FolderSearch throws NotImplementedException
#33 Target multiple dotnet versions
#25 Use combination of path's segments instead of concatenation
#3 Include copyright of Johannes Hoppe (author of Mongo2Go project)

v0.2.0

14 Feb 19:19
8ab35e7
Compare
Choose a tag to compare
  • #15 use options object in PostgresRunner API
  • #5 Added Cake build script (#23)
  • #7 Added Appveyor CI configuration (#24)
  • #10 Fix broken linux pg distribution (#28)
  • #26 Package installation requires project to have System.Diagnostics reference

Provide MVP

04 Feb 20:23
b313eee
Compare
Choose a tag to compare
Provide MVP Pre-release
Pre-release

Postgres2Go MVP means fully functional lib allowing set PostgreSQL instance in isolated environment and remove it on demand. This means lib can be used to setup integration tests within PostgreSQL storage prepared only for that particular test.