diff --git a/Fig.All/Fig.All.csproj b/Fig.All/Fig.All.csproj
index ea02c16..ba4e3fe 100644
--- a/Fig.All/Fig.All.csproj
+++ b/Fig.All/Fig.All.csproj
@@ -5,12 +5,14 @@
1.2.0
Fig.All
Robert Friberg et al
- All of the libraries in a single nuget package for your convenience
+ All of the Fig libraries in a single nuget package for your convenience
Robert Friberg et al
- https://github.com/rofr/fig
-
- https://github.com/rofr/fig
true
+ https://github.com/devrexlabs/fig
+ https://github.com/devrexlabs/fig
+ Robert Friberg et al
+ Updated nugets, dump config as string
+ MIT
diff --git a/Fig.AppSettingsJson/Fig.AppSettingsJson.csproj b/Fig.AppSettingsJson/Fig.AppSettingsJson.csproj
index 958f7ea..a156a69 100644
--- a/Fig.AppSettingsJson/Fig.AppSettingsJson.csproj
+++ b/Fig.AppSettingsJson/Fig.AppSettingsJson.csproj
@@ -7,10 +7,11 @@
Robert Friberg et al
Robert Friberg et al
Fig.AppSettingsJson
- Fig configuration source provider for appSettins.json files
- https://github.com/rofr/fig
-
- https://github.com/rofr/fig
+ Fig configuration source provider for appSettings.json files
+ Update nuget dependencies
+ https://github.com/devrexlabs/fig
+ https://github.com/devrexlabs/fig
+ MIT
diff --git a/Fig.AppSettingsXml/Fig.AppSettingsXml.csproj b/Fig.AppSettingsXml/Fig.AppSettingsXml.csproj
index ee04af6..9148c50 100644
--- a/Fig.AppSettingsXml/Fig.AppSettingsXml.csproj
+++ b/Fig.AppSettingsXml/Fig.AppSettingsXml.csproj
@@ -7,11 +7,11 @@
Fig.AppSettingsXml
Robert Friberg et al
Fig support for web.config or app.config in .NET Framework
- https://github.com/rofr/fig
- https://github.com/rofr/fig
- initial beta release, please report any bugs
+ updated nuget dependencies
+ https://github.com/devrexlabs/fig
+ https://github.com/devrexlabs/fig
Robert Friberg et al
-
+ MIT
diff --git a/Fig.Core/Fig.Core.csproj b/Fig.Core/Fig.Core.csproj
index 229cb48..2273348 100644
--- a/Fig.Core/Fig.Core.csproj
+++ b/Fig.Core/Fig.Core.csproj
@@ -9,10 +9,10 @@
Fig
Robert Friberg et al
A library to help you load and access configuration data from files, environment variables and the command line.
- https://github.com/rofr/fig
- https://github.com/rofr/fig
+ https://github.com/devrexlabs/fig
+ https://github.com/devrexlabs/fig
Robert Friberg et al
-
+ MIT
diff --git a/publish.sh b/publish.sh
deleted file mode 100644
index c0676e7..0000000
--- a/publish.sh
+++ /dev/null
@@ -1,11 +0,0 @@
-
-configuration=$1
-version=$2
-
-echo $configuration
-echo $version
-
-nuget push Fig.Core/bin/$configuration/Fig.$version.nupkg -Source https://api.nuget.org/v3/index.json
-nuget push Fig.AppSettingsxml/bin/$configuration/Fig.AppSettingsXml.$version.nupkg -Source https://api.nuget.org/v3/index.json
-nuget push Fig.AppSettingsJson/bin/$configuration/Fig.AppSettingsJson.$version.nupkg -Source https://api.nuget.org/v3/index.json
-nuget push Fig.All/bin/$configuration/Fig.All.$version.nupkg -Source https://api.nuget.org/v3/index.json