Skip to content

Commit

Permalink
public release [v1.0] - A flexible platform to work with any exported…
Browse files Browse the repository at this point in the history
… functions of libraries (a library or executable module).
  • Loading branch information
3F committed Aug 3, 2016
1 parent 06dfc30 commit adb8a76
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.1
1.0.0
4 changes: 2 additions & 2 deletions Conari.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Conari</id>
<version>0.0.1</version>
<version>1.0.0</version>
<title>[ Conari ] Binder of Unmanaged code for .NET</title>
<authors>github.com/3F/Conari</authors>
<owners>reg</owners>
Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Conari/ConariVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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).

0 comments on commit adb8a76

Please sign in to comment.