From adb8a76540169a0b3d38a608dc8d4076fa2c09da Mon Sep 17 00:00:00 2001 From: reg Date: Wed, 3 Aug 2016 17:02:43 +0300 Subject: [PATCH] public release [v1.0] - A flexible platform to work with any exported functions of libraries (a library or executable module). --- .version | 2 +- Conari.nuspec | 4 ++-- Conari/ConariVersion.cs | 2 +- changelog.txt | 3 +++ 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.version b/.version index 8a9ecc2..afaf360 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.0.1 \ No newline at end of file +1.0.0 \ No newline at end of file diff --git a/Conari.nuspec b/Conari.nuspec index eac9f54..ae0905e 100644 --- a/Conari.nuspec +++ b/Conari.nuspec @@ -2,7 +2,7 @@ Conari - 0.0.1 + 1.0.0 [ Conari ] Binder of Unmanaged code for .NET github.com/3F/Conari reg @@ -21,7 +21,7 @@ ~~~~~~~~ Alternative to get it: ========================================== - msbuild gnt.core /p:ngpackages="Conari/0.0.1" + msbuild gnt.core /p:ngpackages="Conari/1.0.0" ========================================== * https://github.com/3F/GetNuTool diff --git a/Conari/ConariVersion.cs b/Conari/ConariVersion.cs index 5864b9e..f10e1ef 100644 --- a/Conari/ConariVersion.cs +++ b/Conari/ConariVersion.cs @@ -10,7 +10,7 @@ public struct ConariVersion { public static readonly Version number = new Version(S_NUM_REV); - public const string S_NUM = "0.0.1"; + public const string S_NUM = "1.0.0"; public const string S_REV = "0"; public const string S_NUM_REV = S_NUM + "." + S_REV; diff --git a/changelog.txt b/changelog.txt index 74a2c38..b52331c 100644 --- a/changelog.txt +++ b/changelog.txt @@ -3,4 +3,7 @@ Conari _ _ _ _ +[v1.0] + * Initial release. + A flexible platform to work with any exported functions of libraries (a library or executable module). \ No newline at end of file